Issue Details (XML | Word | Printable)

Key: DIRSERVER-226
Type: Bug Bug
Status: Closed Closed
Resolution: Won't Fix
Priority: Minor Minor
Assignee: Alex Karasulu
Reporter: Emmanuel Lecharny
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

Invalid rule in filter grammar

Created: 02/Jul/05 07:13 PM   Updated: 24/Jun/06 08:45 PM
Return to search
Component/s: ldap
Affects Version/s: pre-1.0
Fix Version/s: pre-1.0

Time Tracking:
Not Specified

Resolution Date: 12/Aug/05 07:02 AM


 Description  « Hide
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


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Alex Karasulu made changes - 12/Aug/05 07:02 AM
Field Original Value New Value
Resolution Won't Fix [ 2 ]
Status Open [ 1 ] Resolved [ 5 ]
Fix Version/s 0.9.2 [ 12310220 ]
Alex Karasulu made changes - 07/Feb/06 02:41 PM
Fix Version/s 0.9.2 [ 12310220 ]
Project Directory LDAP [ 10514 ] ApacheDS [ 12310260 ]
Fix Version/s pre-1.0 [ 12310782 ]
Affects Version/s pre-1.0 [ 12310782 ]
Key DIRLDAP-44 DIRSERVER-226
Component/s ldap [ 12310715 ]
Emmanuel Lecharny made changes - 24/Jun/06 08:45 PM
Status Resolved [ 5 ] Closed [ 6 ]