You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2003/09/16 12:43:48 UTC

DO NOT REPLY [Bug 23190] New: - JNDIRealm doesn't escape search filters

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23190>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=23190

JNDIRealm doesn't escape search filters

           Summary: JNDIRealm doesn't escape search filters
           Product: Tomcat 4
           Version: 4.1.27
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Catalina
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: volker.schmidt@colt.de


If the DN, which will be inserted into the search filter (for example DN of 
user in group search), contains a back slash character, the search won't work. 
This back slash character must be escaped according RFC2254.