https://bz.apache.org/bugzilla/show_bug.cgi?id=65373

--- Comment #12 from Mark Thomas <ma...@apache.org> ---
I'm afraid there is insufficient information here to help you. You show strings
that appear to be using Java escaping but the context in which you use those
strings is not clear.

The user should enter their username and password exactly as it is stored in
LDAP. ie. in this case:

<>+="#;,rrr

The user should not be responsible for any escaping.

If the username and/or password are used in code, a configuration file or
similar then you may need to escape them according to the conventions for the
code/configuration file you are using.

Without a test case that demonstrates an issue this issue will be resolved as
invalid. See the link to the commit in comment #10 for an example of how to
construct a test case.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to