Luis Nell

Results 4 comments of Luis Nell

So the snippet posted in originell/jpype#22 does not help? If this is a boilerpipe issue I can close the issue in our jpype fork.. ;>

Maybe the following will be helpful for other people stumbling over this: - Make sure that you url-encode ("Percent encoding") the username and the password in the connection string. (e.g....

@vvitad just guessing here, but did you… - check that you url encoded your password? e.g. let's say you have a connection string like this: `postgres://coolusername:amazing special%password@localhost:6432/pgbouncer?sslmode=disable` the pw would...