Create a Fast DN parser handling simple DNS
--------------------------------------------
Key: DIRSHARED-15
URL: https://issues.apache.org/jira/browse/DIRSHARED-15
Project: Directory Shared
Issue Type: Improvement
Affects Versions: 0.9.10
Reporter: Emmanuel Lecharny
Fix For: 0.9.11
The idea is to create a parser which only handle simple DNs, containing only
ascii chars, no special chars, and no special cases like surrounding double
quotes.
If we meet one of those special charss, we throw an exception and fall back to
the complex parser.
We may gain some performance doing so.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.