-
Bug
-
Resolution: Fixed
-
P3
-
9
-
b125
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8163719 | 8u121 | Ivan Gerasimov | P3 | Resolved | Fixed | b01 |
JDK-8159203 | 8u112 | Ivan Gerasimov | P3 | Resolved | Fixed | b03 |
JDK-8167846 | emb-8u121 | Ivan Gerasimov | P3 | Resolved | Fixed | b01 |
JDK-8159204 | 7u121 | Ivan Gerasimov | P3 | Resolved | Fixed | b04 |
JDK-8159205 | 6u131 | Ivan Gerasimov | P3 | Resolved | Fixed | b04 |
myHash = super.hashCode()
+ (username != null ? username.hashCode() : 0)
+ (passwd != null ? passwd.hashCode() : 0);
where passwd may be an array, which results in unique hash code for each such instance of SimpleClientId
- backported by
-
JDK-8159203 com.sun.jndi.ldap.SimpleClientId produces wrong hash code
- Resolved
-
JDK-8159204 com.sun.jndi.ldap.SimpleClientId produces wrong hash code
- Resolved
-
JDK-8159205 com.sun.jndi.ldap.SimpleClientId produces wrong hash code
- Resolved
-
JDK-8163719 com.sun.jndi.ldap.SimpleClientId produces wrong hash code
- Resolved
-
JDK-8167846 com.sun.jndi.ldap.SimpleClientId produces wrong hash code
- Resolved
- relates to
-
JDK-5053613 JNDI connection pooling creating multiple pools for the same credentials
- Closed
-
JDK-6748284 LDAP pooling creates multiple pools for the same credentials under load.
- Closed