[ http://issues.apache.org/jira/browse/DIRSERVER-242?page=all ]
     
Emmanuel Lecharny closed DIRSERVER-242:
---------------------------------------


done

> Ldif parser does not accept comments
> ------------------------------------
>
>          Key: DIRSERVER-242
>          URL: http://issues.apache.org/jira/browse/DIRSERVER-242
>      Project: Directory ApacheDS
>         Type: Bug

>   Components: ldap
>     Versions: pre-1.0
>  Environment: Not relevant
>     Reporter: Emmanuel Lecharny
>     Assignee: Alex Karasulu
>      Fix For: pre-1.0

>
> LdifParserImpl class does not accept comments, as defined by RFC 2848, p.6, 
> par. 3 :
>           try {
>               LdifParserImpl p = new LdifParserImpl();
>               LdifEntry entry = p.parse("#comment");
>               
>               System.out.println(entry.toString());
>           } catch (Exception e) {
>               System.out.println(e.getMessage());
>           }
> throws a LdapNamingException, with this message :
> org.apache.ldap.common.exception.LdapNamingException: Line 0 [# empty file] 
> does not correspond to an LDIF entry attribute value pair.
> {# empty file}
> I marked it Major even if a workaround could be to strip comments from ldif 
> files, as many of them contain comments.

-- 
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

Reply via email to