The LDIF parser does not correctly parse changes
------------------------------------------------
Key: DIRSTUDIO-468
URL: https://issues.apache.org/jira/browse/DIRSTUDIO-468
Project: Directory Studio
Issue Type: Bug
Affects Versions: 1.3.0
Reporter: Emmanuel Lecharny
Priority: Minor
Fix For: 1.4.0
Trying to parse such a LDIF :
# principal: 0.9.2342.19200300.100.1.1=admin,2.5.4.11=system
# timestamp: 1235905921781
# revision: 1235905920724
dn: 2.5.4.3=the person,2.5.4.11=system
changeType: modify
add: objectclass
objectclass: organizationalPerson
objectclass: inetOrgPerson
-
you get an error message, as the last '-' is considered as a wrong token
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.