Issue Details (XML | Word | Printable)

Key: DIRSERVER-441
Type: New Feature New Feature
Status: Open Open
Priority: Minor Minor
Assignee: Alex Karasulu
Reporter: Enrique Rodriguez
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Directory ApacheDS

Add Support for Language Tags and Ranges

Created: 26/Jul/05 07:01 AM   Updated: 02/Apr/08 11:05 PM
Return to search
Component/s: core
Affects Version/s: None
Fix Version/s: 2.0.0

Time Tracking:
Not Specified

Issue Links:
Duplicate
 


 Description  « Hide
Implement language tags for LDAP so pulling an attribute based on a user profile locale can result in the correct value.

RFC 3866 - Language Tags and Ranges in the Lightweight Directory Access Protocol (LDAP)
http://www.faqs.org/rfcs/rfc3866.html

The core JNDI provider property "java.naming.language" can be used and searches can recall attributes based on a language.

http://java.sun.com/j2se/1.3/docs/api/javax/naming/Context.html#LANGUAGE


 All   Comments   Work Log   Change History   Subversion Commits      Sort Order: Ascending order - Click to sort in descending order
Emmanuel Lecharny added a comment - 23/Mar/07 11:23 AM
W e don't support language tags nor binary tag. This should be done, but not sure we can introduce those easily...

Let's try to do it for 1.5.1, or 1.5.3, otherwise, it will be for 2.0

Emmanuel Lecharny added a comment - 23/Aug/07 07:29 PM
Far too complex for 1.5.1... I'm not even sure we can introduce this new feature in 1.5.2, but who knows ?

Emmanuel Lecharny added a comment - 02/Apr/08 11:05 PM
Complex issue ...