[ http://issues.apache.org/jira/browse/DIR-115?page=all ]
Emmanuel Lecharny resolved DIR-115:
-----------------------------------
Resolution: Won't Fix
Assign To: Emmanuel Lecharny (was: Alex Karasulu)
I assume that no answer means "yes" ...
However, if needed, this issue can be reoppened.
> Query string gets normilized in most cases (when normalization service is
> enabled)
> ----------------------------------------------------------------------------------
>
> Key: DIR-115
> URL: http://issues.apache.org/jira/browse/DIR-115
> Project: Directory
> Type: Bug
> Environment: N/A
> Reporter: Giamma
> Assignee: Emmanuel Lecharny
>
> I am submitting a query like this:
> "cn=Joe Black"
> When I process the query string from my custom partition, I get:
> "cn=joe black"
> How can I implement EQUALITY caseIgnoreMatch or EQUALITY caseExactMatch, if
> the original casing is gone ?
> But when I run a query with a custom attribute, defined in the schema, the
> query string is not normailized.
> All the logic seems to be in this class ValueNormalizingVisitor.visit():
> normalized = ncn.normalizeByName( snode.getAttribute(), snode.getValue() );
> ncn.normalizeByName will normalize for standard atttributes, but not for
> custom attributes added to the schema.
> At the very least the code is not consistent. but I argue that it should not
> normilize the query string.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira