/[Apache-SVN]
ViewVC logotype

Revision 1696953


Jump to revision: Previous Next
Author: elecharny
Date: Fri Aug 21 12:17:09 2015 UTC (8 years, 8 months ago)
Changed paths: 4
Log Message:
Fix for LDAPAPI-246 : when a Modify operation that replace an attribute with no value is presentign a LDIF file, we don't create a empty value :

replace: url
-

is generated instead of :

replace: url
url:
-

The second form is used to inject null value into an attribute, when it's allowed.

For the same reason, the LdifEntry.toString() method now correctly generates the same thing.

Changed paths

Path Details
Directorydirectory/shared/trunk/ldap/model/src/main/java/org/apache/directory/api/ldap/model/ldif/LdifEntry.java modified , text changed
Directorydirectory/shared/trunk/ldap/model/src/main/java/org/apache/directory/api/ldap/model/ldif/LdifReader.java modified , text changed
Directorydirectory/shared/trunk/ldap/model/src/main/java/org/apache/directory/api/ldap/model/ldif/LdifUtils.java modified , text changed
Directorydirectory/shared/trunk/ldap/model/src/test/java/org/apache/directory/api/ldap/model/ldif/LdifReaderTest.java modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26