| Alex Karasulu (JIRA) 2005-08-29, 5:45 pm |
| 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
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 a
rgument. 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/secur...nistrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira
|