Lowercased attributes after modify-replace operation
----------------------------------------------------
Key: DIRSERVER-1269
URL: https://issues.apache.org/jira/browse/DIRSERVER-1269
Project: Directory ApacheDS
Issue Type: Bug
Affects Versions: 1.5.4
Reporter: Stefan Seelmann
Fix For: 1.5.5
After applying the following LDIF the server returns the telephoneNumber
attribute as 'telephonenumber' (with lower-cased N).
-------------------------------------------------------
dn: cn=test,dc=example,dc=com
changetype: modify
replace: telephoneNumber
telephoneNumber: 111
-
-------------------------------------------------------
It only occurs on a modify-replace. It doesn't occur on a modify-add.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.