[ https://issues.apache.org/jira/browse/DIRSERVER-1181?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Stefan Seelmann resolved DIRSERVER-1181.
----------------------------------------
Resolution: Fixed
Fix Version/s: 1.5.5
Fixed here:
http://svn.apache.org/viewvc?rev=712718&view=rev
http://svn.apache.org/viewvc?rev=712725&view=rev
The first filter (cn=*x\*y\*z\*) in my report and in the attached test is invalid according
to RFC 4515 because the asterisk must be encoded as \2A. So I just added the other two test
cases.
> Too many results when using searchfilter with escaped asterisks \2A
> -------------------------------------------------------------------
>
> Key: DIRSERVER-1181
> URL: https://issues.apache.org/jira/browse/DIRSERVER-1181
> Project: Directory ApacheDS
> Issue Type: Bug
> Affects Versions: 1.5.3, 1.5.2
> Reporter: Stefan Seelmann
> Assignee: Emmanuel Lecharny
> Fix For: 1.5.5
>
> Attachments: DIRSERVER_1181_Test.java
>
>
> A search request with such a search filter
> (cn=*x\*y\*z\*) or (cn=*x\2Ay\2Az\2A)
> returns all the entries containing an "cn" attribute
>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|