[java-identity-provider COMMIT] /trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateUserAgentAd...
noreply at shibboleth.net
noreply at shibboleth.net
Wed Oct 16 15:50:31 EDT 2013
Author: scantor
Date: Wed Oct 16 15:50:30 2013
New Revision: 4869
URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4869&view=rev
Log:
Add logging.
Modified:
trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateUserAgentAddress.java
Modified: trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateUserAgentAddress.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateUserAgentAddress.java?rev=4869&r1=4868&r2=4869&view=diff
==============================================================================
--- trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateUserAgentAddress.java (original)
+++ trunk/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/ValidateUserAgentAddress.java Wed Oct 16 15:50:30 2013
@@ -168,7 +168,8 @@
return;
}
- log.debug("{} authenticated user agent", getLogPrefix());
+ log.debug("{} authenticated user agent with address {} as {}",
+ getLogPrefix(), uaContext.getAddress(), getPrincipalName());
buildAuthenticationResult(profileRequestContext, authenticationContext);
}
More information about the commits
mailing list