* Fix parsing of SONARQUBE_EXTRA_PROPERTIES.
The existing code is not able to deal with values that include equal
signs. To configure SAML via the extra properties mechanism, a
certificate is required, which can include equal signs as part of the
base64 padding.
Signed-off-by: Philip Stark <git@codechaos.ch>
* Fix parsing of SMTP parameters when inserting into database
The SONARQUBE_SMTP_PASSWORD or SONARQUBE_SMTP_USER could contain equal
signs, which would then lead to an insertion of an incorrect key.
Signed-off-by: Philip Stark <git@codechaos.ch>
---------
Signed-off-by: Philip Stark <git@codechaos.ch>