-
Bug
-
Resolution: Fixed
-
P4
-
5.0u4
-
b12
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2147622 | 6-pool | Jayalaxmi Hangal | P4 | Closed | Won't Fix |
Please first read Comments section here and in 6317399.
In com/sun/jndi/ldap/Filter.java (5.0u4):
// wrong line 433
dprint(", type: ", Integer.toString(filterType, 16).getBytes());
// correction:
dprint(", type: ", Integer.toString(filterType, 16).getBytes("ISO-8859-1"));
In com/sun/jndi/ldap/Filter.java (5.0u4):
// wrong line 433
dprint(", type: ", Integer.toString(filterType, 16).getBytes());
// correction:
dprint(", type: ", Integer.toString(filterType, 16).getBytes("ISO-8859-1"));
- backported by
-
JDK-2147622 encoding bug (6317399): com/sun/jndi/ldap/Filter.java
-
- Closed
-
- relates to
-
JDK-6317399 umbrella bug: various J2SE 5.0 encoding bugs with limited number of root causes
-
- Closed
-
-
JDK-4937512 com.sun.jndi.ldap.Filter uses String.getBytes - native enc incorrectly assumed
-
- Closed
-