[java-identity-provider] 09/16: IDP-1169 - Remote User Subject Attribute Logging
Scott Cantor
cantor.2 at osu.edu
Tue Sep 26 12:41:19 EDT 2017
This is an automated email from the git hooks/post-receive script.
scantor pushed a commit to branch maint-3.3
in repository java-identity-provider.
View the commit online:
http://git.shibboleth.net/view/?p=java-identity-provider.git;a=commit;h=ed61a2c077b16f1cab3cc1d7207d61ea028a9aab
commit ed61a2c077b16f1cab3cc1d7207d61ea028a9aab
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