dave08
06/10/2024, 3:12 PMusername:password@...
it shows the password in plain text. It would be nice if it could just replace the password with *...dave08
06/10/2024, 3:36 PMConnectionFactoryOptions.parse
failed to parse it.Toshihiro Nakamura
06/11/2024, 12:14 PMdave08
06/13/2024, 3:32 PMConnectionFactoryOptions.parse
(just paste that in a scratch file and add a ^ to the password, and you'll see the stack trace...). I understand that it might not be Komapper's responsibility to filter or catch such errors... but when using the url overload I think users think it'll just "work" (especially since Komapper itself IS careful about such things with masking *=*
true
in columns), it might be nice to just catch that and rethrow it with the password not in clear text...?dave08
06/13/2024, 3:42 PM