florian-courault opened a new pull request, #2549: URL: https://github.com/apache/tomee/pull/2549
Hello One of our middleware is using openejb-client 10.0.0. The openejb-client authentication often fails: it requires a certificate that is inside a smartcard, that can be unavailable for many reasons. While debugging I noticed that the real reasons of why the authentication fails is hidden by `JNDIContext#authenticate`: The `RemoteException` that is catched is not chained to the `AuthenticationException` that is rethrowed. It seems to be an oversight. This patch is chaining the `RemoteException` to the `AuthenticationException`. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
