You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@directory.apache.org by "Stefan Seelmann (JIRA)" <ji...@apache.org> on 2009/04/01 00:21:50 UTC

[jira] Commented: (DIRSHARED-15) Create a Fast DN parser handling simple DNS

    [ https://issues.apache.org/jira/browse/DIRSHARED-15?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12694306#action_12694306 ] 

Stefan Seelmann commented on DIRSHARED-15:
------------------------------------------

At ApacheCon we discussed to rewrite the complex parser using Antlr because we have some issues with the current parser, see DIRSERVER-1311 and DIRSERVER-1285.

> 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: 1.0.0
>
>
> 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.