Hi,
I have spring security set up to use the ActiveDirectoryLdapAuthenticationProvider to authenticate users.
While testing I stops the AD server and tried to log into my web app. The web app shows a HTTP 500 page with the following exception
How do I make the SimpleMappingExceptionResolver catch this exception and show my custom error page?Code:javax.naming.CommunicationException: adserver.com:389 [Root exception is java.net.ConnectException: Connection refused]


Reply With Quote