[#10021] - Encrypted password does not work if plain contains ','

Category:
Bug report
Priority:
Normal
Status:
New
Project: Severity:
Minor
Resolution:
Open
Component: Reproducibility:
N/A
Assigned to:

Setting encrypt=true in default_master.properties leads to encryption:

[encrypt-props] Encrypt dbPassword,sysPassword

but if the the plain password contains a comma, ',', the connection fails:

[advanced-sql] Failed to connect: FATAL: password authentication failed for user "dbuser"

Removing the comma (and resetting the database user with the new password) let it work fine.

v6.2
jasper_97's picture
Joined: Jun 2 2017 - 6:37am
Last seen: 1 year 7 months ago
Feedback
randomness