[java-identity-provider COMMIT] /trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/RemoteUserAuthServl...

noreply at shibboleth.net noreply at shibboleth.net
Fri Jan 8 17:45:57 EST 2016


Author: scantor
Date: Fri Jan  8 17:45:57 2016
New Revision: 8070

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8070&view=rev
Log:
Enhance exception message.

Modified:
    trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/RemoteUserAuthServlet.java

Modified: trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/RemoteUserAuthServlet.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/RemoteUserAuthServlet.java?rev=8070&r1=8069&r2=8070&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/RemoteUserAuthServlet.java	(original)
+++ trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/RemoteUserAuthServlet.java	Fri Jan  8 17:45:57 2016
@@ -300,7 +300,7 @@
             ExternalAuthentication.finishExternalAuthentication(key, httpRequest, httpResponse);
             
         } catch (final ExternalAuthenticationException e) {
-            throw new ServletException("Error processing external authentication request", e);
+            throw new ServletException("Error in RemoteUserAuthServlet processing external authentication request", e);
         }
     }
 // Checkstyle: CyclomaticComplexity|MethodLength ON



More information about the commits mailing list