[
https://issues.apache.org/jira/browse/DIRSERVER-1269?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Emmanuel Lecharny resolved DIRSERVER-1269.
------------------------------------------
Resolution: Fixed
Applied the test case, and fixed the issue :
http://svn.apache.org/viewvc?rev=697880&view=rev
> 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
>
> Attachments: DIRSERVER-1269.diff
>
>
> 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.