[ https://issues.apache.org/jira/browse/DIRSERVER-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734089#action_12734089 ] Tomasz Juchniewicz commented on DIRSERVER-1385: ----------------------------------------------- Apache Directory Studio search results: when I type in filter textfield (cn=abc) in ApacheDS I have (2.5.4.3=abc) - OK when I type in filter textfield (cn=abc\\) in ApacheDS I have (2.5.4.3=null) - ?? when I type in filter textfield (cn=abc\) can't search, wrong parameters - OK when I type in filter textfield (cn=abc\5c) in ApacheDS I have (2.5.4.3=null) - ?? I'm implementing my own Partition and I use SearchOperationContext.getFilter() to see what filter was send from client. > Filter expression 'abc\' sended from Outlook parsed as null. > ------------------------------------------------------------- > > Key: DIRSERVER-1385 > URL: https://issues.apache.org/jira/browse/DIRSERVER-1385 > Project: Directory ApacheDS > Issue Type: Bug > Affects Versions: 1.5.4 > Reporter: Tomasz Juchniewicz > Priority: Minor > > I send filter like this: commonName= "abc\" and it is parsed as: (2.5.4.3=*null*). > I send query from Outlook. > I don't know, it is a Outlook or ApacheDS bug. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.