cloudfoundry / java-buildpack-auto-reconfiguration

Auto-reconfiguration functionality for the Java Buildpack
Apache License 2.0
219 stars 103 forks source link

DB2 / dashDB fancy passwords are not well supported #60

Closed ibm-garage-nice closed 6 years ago

ibm-garage-nice commented 7 years ago

If the dashDB password contains characters such as @ or {, an Invalid URI exception is thrown on WebSphere Liberty at startup.

nebhale commented 7 years ago

Can you give an example of the error message you're seeing here? I'd guess this might be a parsing issue with Spring Cloud Connectors, but without more information it'll be difficult to diagnose.

/cc @scottfrederick

scottfrederick commented 7 years ago

Likely related to https://github.com/spring-cloud/spring-cloud-connectors/issues/213.

nebhale commented 7 years ago

Agreed. Just saw it while admiring my PR 😉