-
Bug
-
Resolution: Fixed
-
P4
-
1.3.0
-
None
-
ladybird
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2110075 | 1.4.0 | Vincent Ryan | P4 | Resolved | Fixed | beta |
The LDAP provider creates an error message in the following format for the exceptions it generates:
"[LDAP: error code <errorCode> - <errorMessage>]"
However, there is one exception. If a noSuchObject error is received during an
LDAP bind (as is done by the iPlanet Directory Server) then the provider re-maps it onto (the more appropriate) AuthenticationException but it fails to format the error message in the normal way.
"[LDAP: error code <errorCode> - <errorMessage>]"
However, there is one exception. If a noSuchObject error is received during an
LDAP bind (as is done by the iPlanet Directory Server) then the provider re-maps it onto (the more appropriate) AuthenticationException but it fails to format the error message in the normal way.
- backported by
-
JDK-2110075 An AuthenticationException's error message is incorrectly formatted
-
- Resolved
-