Invalid rule in filter grammar
------------------------------
Key: DIRLDAP-44
URL: http://issues.apache.org/jira/browse/DIRLDAP-44
Project: Directory LDAP
Type: Bug
Reporter: Emmanuel Lecharny
Assigned to: Alex Karasulu
Priority: Minor
The Filter grammar contains an invalid production rule, in respect with RFC
2254 :
item returns [LeafNode node]
{
node = null;
}
: node=simple | node=extensible |
( COLONEQUALS
...
COLONEQUALS is not valid. The RHS should be :
: node=simple | node=extensible
--
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