[java-identity-provider] branch master updated: Fix typo in message.

Scott Cantor cantor.2 at osu.edu
Wed Apr 12 14:19:37 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=5675f13d1a5bda58ba6ae87660e835a720bc9df0

The following commit(s) were added to refs/heads/master by this push:
       new  5675f13   Fix typo in message.
5675f13 is described below

commit 5675f13d1a5bda58ba6ae87660e835a720bc9df0
Author: Scott Cantor <cantor.2 at osu.edu>
AuthorDate: Wed Apr 12 14:19:35 2017 -0400

    Fix typo in message.
---
 .../profile/delegation/messaging/impl/LibertyHTTPSOAP11Decoder.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/LibertyHTTPSOAP11Decoder.java b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/LibertyHTTPSOAP11Decoder.java
index 16b4b59..1c2cd61 100644
--- a/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/LibertyHTTPSOAP11Decoder.java
+++ b/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/saml2/profile/delegation/messaging/impl/LibertyHTTPSOAP11Decoder.java
@@ -165,7 +165,7 @@ public class LibertyHTTPSOAP11Decoder extends BaseHttpServletRequestXMLMessageDe
         populateBindingContext(getMessageContext());
         
         final SAMLObject samlMessage = getMessageContext().getMessage();
-        log.debug("Decoded SOAP messaged which included SAML message of type {}", samlMessage.getElementQName());
+        log.debug("Decoded SOAP message which included SAML message of type {}", samlMessage.getElementQName());
     }
     
     /**

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list