-
Enhancement
-
Resolution: Fixed
-
P4
-
1.2.1, 1.4.0, 5.0
-
tiger
-
generic, sparc
-
generic, solaris_8
Name: rl10414 Date: 02/08/2002
The JNDI API provides a generic way to access names across multiple
naming systems. Due in large part to this generality, there is little
in the way of support for performing syntactic manipulations that
depend on idiosyncrasies of the underlying naming systems. The
manipulation of LDAP-style names is particularly common, and is
particularly difficult without such support. Methods will be added to
the javax.naming.ldap package to assist developers with the escaping
of name components while composing LDAP names, and the unescaping of
name components while decomposing them.
======================================================================
- duplicates
-
JDK-4485724 Need way in JNDI to escape/parse attribute-value pairs for LDAP
- Closed