[java-shib-idp2 COMMIT] /branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/profile/saml2/Attribute...

noreply at shibboleth.net noreply at shibboleth.net
Wed Oct 22 20:41:49 EDT 2014


Author: scantor
Date: Wed Oct 22 20:41:48 2014
New Revision: 3203

URL: http://svn.shibboleth.net/view/java-shib-idp2?rev=3203&view=rev
Log:
Fix log msg.

Modified:
    branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/profile/saml2/AttributeQueryProfileHandler.java

Modified: branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/profile/saml2/AttributeQueryProfileHandler.java
URL: http://svn.shibboleth.net/view/java-shib-idp2/branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/profile/saml2/AttributeQueryProfileHandler.java?rev=3203&r1=3202&r2=3203&view=diff
==============================================================================
--- branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/profile/saml2/AttributeQueryProfileHandler.java (original)
+++ branches/REL_2/src/main/java/edu/internet2/middleware/shibboleth/idp/profile/saml2/AttributeQueryProfileHandler.java Wed Oct 22 20:41:48 2014
@@ -89,7 +89,7 @@
 
             if (requestContext.getProfileConfiguration() == null) {
                 String msg = "SAML 2 Attribute Query profile is not configured for relying party "
-                        + requestContext.getInboundMessage();
+                        + requestContext.getInboundMessageIssuer();
                 requestContext.setFailureStatus(buildStatus(StatusCode.RESPONDER_URI, StatusCode.REQUEST_DENIED_URI,
                         msg));
                 log.warn(msg);



More information about the commits mailing list