[
https://issues.apache.org/jira/browse/DIRSERVER-1385?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12734074#action_12734074
]
Emmanuel Lecharny commented on DIRSERVER-1385:
----------------------------------------------
Either you want to escape the ", or to include a \ in your filter, but in any
case, the filter is not good.
It should be (cn="abc\\") or (cn="abc\"")
Can you test both ?
> 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.