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

noreply at shibboleth.net noreply at shibboleth.net
Thu Mar 10 12:43:47 EST 2016


Author: scantor
Date: Thu Mar 10 12:43:47 2016
New Revision: 8144

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=8144&view=rev
Log:
Move warning log message into conditional.

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

Modified: trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateUsernamePasswordAgainstJAAS.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateUsernamePasswordAgainstJAAS.java?rev=8144&r1=8143&r2=8144&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateUsernamePasswordAgainstJAAS.java	(original)
+++ trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateUsernamePasswordAgainstJAAS.java	Thu Mar 10 12:43:47 2016
@@ -253,8 +253,8 @@
             }
         }
     
-        log.warn("{} No JAAS application configurations are available or acceptable for use", getLogPrefix());
         if (!eventSignaled) {
+            log.warn("{} No JAAS application configurations are available or acceptable for use", getLogPrefix());
             handleError(profileRequestContext, authenticationContext, "RequestUnsupported",
                     AuthnEventIds.REQUEST_UNSUPPORTED);
         }



More information about the commits mailing list