[java-identity-provider] branch master updated: IDP-1169 - Remote User Subject Attribute Logging
Scott Cantor
cantor.2 at osu.edu
Tue May 9 20:38:50 EDT 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch master
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=14f48cf8b2056f95d5f2bf94c7c988a303f6ade1
The following commit(s) were added to refs/heads/master by this push:
new 14f48cf IDP-1169 - Remote User Subject Attribute Logging
14f48cf is described below
commit 14f48cf8b2056f95d5f2bf94c7c988a303f6ade1
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Tue May 9 20:38:47 2017 -0400
IDP-1169 - Remote User Subject Attribute Logging
https://issues.shibboleth.net/jira/browse/IDP-1169
---
.../main/java/net/shibboleth/idp/authn/impl/RemoteUserAuthServlet.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/RemoteUserAuthServlet.java b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/RemoteUserAuthServlet.java
index a42c9fa..12305f3 100644
--- a/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/RemoteUserAuthServlet.java
+++ b/idp-authn-impl/src/main/java/net/shibboleth/idp/authn/impl/RemoteUserAuthServlet.java
@@ -219,7 +219,7 @@ public class RemoteUserAuthServlet extends HttpServlet {
ExternalAuthentication.finishExternalAuthentication(key, httpRequest, httpResponse);
return;
} else {
- log.info("Java Subject not found in attribute {}, subjectAttribute");
+ log.info("Java Subject not found in attribute {}", subjectAttribute);
}
}
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
More information about the commits
mailing list