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

[jira] Commented: (DIRSERVER-814) ACI parser hangs when using rangeOfValues with nested filter

    [ https://issues.apache.org/jira/browse/DIRSERVER-814?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12462759 ] 

Ersin Er commented on DIRSERVER-814:
------------------------------------

Yes, I realized this a few days ago while trying to parse a filter expression in subtreeSpecification grammar. ACI grammar also uses the Filter parser for parsing rangeOfValues but filter expression candidates cannot be determined correctly. We need to find a correct way of handling such issues which is determining the bounds of sub grammar (filter) in order to give it to sub parser. Why we cannot easily determine bounds of a filter expression is that a filter includes nested paranthesis. So we cannot easily state that "a filter expression starts with a ( and ends with a ).

> ACI parser hangs when using rangeOfValues with nested filter
> ------------------------------------------------------------
>
>                 Key: DIRSERVER-814
>                 URL: https://issues.apache.org/jira/browse/DIRSERVER-814
>             Project: Directory ApacheDS
>          Issue Type: Bug
>          Components: ldap
>    Affects Versions: 1.5.0, 1.0
>            Reporter: Stefan Seelmann
>
> The ACI parser hangs when parsing an ACI with the following filter:
>     { rangeOfValues (&(cn=test)(sn=test)) }

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira