Hi,
our db admins setup our cms databases with passwords containing special characters. We're using the same password for all related DBs.
for the management and delivery server (migrated from 8.0 to 8.1) the password works.
the password looks similar to this: someChars-&otherChars@U!done (with excatly these special characters)
When i'm trying to add a new delivery stage, i can choose between 2 errors:
- when i'm using the password "as-is", i get a sax parser error complaining about the unescaped "&" ampersand (see attached sax_error.log), but i don't get errors from the jdbc driver, publish works
- when i'm escaping the "&" as "&", no sax errors, but jdbc errors (see attached jdbc_error.log), vgnTest.jsp shows "ok", publish results in the endpoint getting suspended
now the questions:
- why does it work in the current setup
- how do i need to encode the pwd to make db-connectivity _AND_ xml parsing work
thanks,
markus