
|
If you were logged in you would be able to see more operations.
|
|
|
|
Environment:
|
Not relevent
|
|
| Resolution Date: |
12/Aug/05 01:04 PM
|
|
RFC 2849 states that an attribute value may be folded.
LdifParserImpl class does not accept it :
try {
LdifParserImpl p = new LdifParserImpl();
LdifEntry entry = p.parse("attr: this is a\n test");
} catch (Exception e) {
System.out.println(e.getMessage());
}
throws a LdapNamingException :
org.apache.ldap.common.exception.LdapNamingException: Line 0 [ test] does not correspond to an LDIF entry attribute value pair.
{attr: this is a
test}
|
|
Description
|
RFC 2849 states that an attribute value may be folded.
LdifParserImpl class does not accept it :
try {
LdifParserImpl p = new LdifParserImpl();
LdifEntry entry = p.parse("attr: this is a\n test");
} catch (Exception e) {
System.out.println(e.getMessage());
}
throws a LdapNamingException :
org.apache.ldap.common.exception.LdapNamingException: Line 0 [ test] does not correspond to an LDIF entry attribute value pair.
{attr: this is a
test} |
Show » |
| There are no subversion log entries for this issue yet.
|
|