[ http://issues.apache.org/jira/browse/DIRSERVER-226?page=all ] Emmanuel Lecharny closed DIRSERVER-226: ---------------------------------------
invalid > Invalid rule in filter grammar > ------------------------------ > > Key: DIRSERVER-226 > URL: http://issues.apache.org/jira/browse/DIRSERVER-226 > Project: Directory ApacheDS > Type: Bug > Components: ldap > Versions: pre-1.0 > Reporter: Emmanuel Lecharny > Assignee: Alex Karasulu > Priority: Minor > Fix For: pre-1.0 > > 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
