[ http://issues.apache.org/jira/browse/DIRLDAP-50?page=all ]
Alex Karasulu closed DIRLDAP-50:
--------------------------------
Resolution: Fixed
Committed in revision 265643 here:
http://svn.apache.org/viewcvs.cgi?view=rev&rev=265643
> Overload SubtreeSpecificationParser constructor to take a NameComponentNormalizer
> ---------------------------------------------------------------------------------
>
> Key: DIRLDAP-50
> URL: http://issues.apache.org/jira/browse/DIRLDAP-50
> Project: Directory LDAP
> Type: Improvement
> Components: Common
> Reporter: Alex Karasulu
> Fix For: 0.9.3
> Attachments: NormalizingEnabledSubtreeSpecificationParser.patch
>
> The SubtreeSpecificationParser will need to normalize RDN values for exclusions. To
do this it must delegate RDN normalization to the DnParser it uses. It must use the overloaded
constructor on the DnParser which takes a NameComponentNormalizer as an argument. This means
the SubtreeSpecificationParser's constructor must be overloaded to accept a NameComponentNormalizer
to hand off to the DnParser constructor.
--
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
|