
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
12/Aug/05 07:02 AM
|
|
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
|
|
Description
|
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
|
Show » |
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
]
|
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
]
|
made changes - 24/Jun/06 08:45 PM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|