
|
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 » |
made changes - 29/Jan/05 01:13 AM
| Field |
Original Value |
New Value |
|
Fix Version/s
|
|
0.8.1
[ 11066
]
|
made changes - 12/Aug/05 12:35 PM
|
Status
|
Open
[ 1
]
|
In Progress
[ 3
]
|
made changes - 12/Aug/05 01:04 PM
|
Resolution
|
|
Fixed
[ 1
]
|
|
Status
|
In Progress
[ 3
]
|
Resolved
[ 5
]
|
made changes - 07/Feb/06 02:41 PM
|
Affects Version/s
|
|
pre-1.0
[ 12310782
]
|
|
Project
|
Directory LDAP
[ 10514
]
|
ApacheDS
[ 12310260
]
|
|
Fix Version/s
|
0.9.2
[ 12310220
]
|
|
|
Component/s
|
|
ldap
[ 12310715
]
|
|
Affects Version/s
|
0.8.0
[ 11000
]
|
|
|
Component/s
|
Common
[ 11085
]
|
|
|
Fix Version/s
|
|
pre-1.0
[ 12310782
]
|
|
Key
|
DIRLDAP-26
|
DIRSERVER-199
|
made changes - 24/Jun/06 08:58 PM
|
Status
|
Resolved
[ 5
]
|
Closed
[ 6
]
|
|