[ http://issues.apache.org/jira/browse/DIRSERVER-626?page=all ]

Norbert Reilly updated DIRSERVER-626:
-------------------------------------

    Attachment: shared_lowercase_patch_patch.zip

Here is the patch for the hacky interim approach I used to get around the 
case-sensitivity issue in the short term (mentioned in the earlier email 
thread). 

Note some c hanges in the patch involve getting all case adjustments to go 
through a minimal set of common methods, to allow easy configurational control. 
The actual modification of behaviour in those common methods is the "hacky" 
part.

> Would like an option allowing attribute id case-sensitivity to be preserved
> ---------------------------------------------------------------------------
>
>          Key: DIRSERVER-626
>          URL: http://issues.apache.org/jira/browse/DIRSERVER-626
>      Project: Directory ApacheDS
>         Type: New Feature

>   Components: ldap
>  Environment: N/A
>     Reporter: Norbert Reilly
>  Attachments: shared_lowercase_patch_patch.zip
>
> Currently all attribute ids are normalized to lowercase to facilitate schema 
> lookups, both by the NormalizationService and explicitly by methods like 
> "String StringTools.lowerCase()" and "String StringTools.deepTrim(String str, 
> boolean toLowerCase)". 
> In my case I am using ApacheDS as a host for custom proxy partitions and 
> therefor would prefer to leave the case of attributes unchanged. There also 
> other interested parties such as those doing OSGi integration.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira

Reply via email to