You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
val user ="user"val pass ="pas^s"val host ="host"val port =8080val dbName ="db"ConnectionFactoryOptions.parse("r2dbc:postgresql://$user:$pass@${host}:${port}/${dbName}")
Gives an exception with the password in clear text
Expected behavior/code
It should mask the password so that logging on server side shouldn't dump the password for all to see when a mistake is made.
The text was updated successfully, but these errors were encountered:
Bug Report
Versions
Current Behavior
Gives an exception with the password in clear text
Expected behavior/code
It should mask the password so that logging on server side shouldn't dump the password for all to see when a mistake is made.
The text was updated successfully, but these errors were encountered: