[java-identity-provider COMMIT] /trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/BaseIdpInitia...

noreply at shibboleth.net noreply at shibboleth.net
Mon Dec 17 19:27:19 EST 2012


Author: tzeller
Date: Mon Dec 17 19:27:19 2012
New Revision: 4249

URL: http://svn.shibboleth.net/view/java-identity-provider?rev=4249&view=rev
Log:
Exception message whitespace nit.

Modified:
    trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/BaseIdpInitiatedSsoRequestMessageDecoder.java

Modified: trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/BaseIdpInitiatedSsoRequestMessageDecoder.java
URL: http://svn.shibboleth.net/view/java-identity-provider/trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/BaseIdpInitiatedSsoRequestMessageDecoder.java?rev=4249&r1=4248&r2=4249&view=diff
==============================================================================
--- trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/BaseIdpInitiatedSsoRequestMessageDecoder.java (original)
+++ trunk/idp-saml-impl/src/main/java/net/shibboleth/idp/saml/impl/profile/BaseIdpInitiatedSsoRequestMessageDecoder.java Mon Dec 17 19:27:19 2012
@@ -78,7 +78,7 @@
 
         if (entityId == null) {
             throw new MessageDecodingException("Shibboleth Authentication Request message did not contain either the "
-                    + ENTITY_ID_PARAM + " (preferred) or " + PROVIDER_ID_PARAM + "query parameter.");
+                    + ENTITY_ID_PARAM + " (preferred) or " + PROVIDER_ID_PARAM + " query parameter.");
         }
         return entityId;
     }



More information about the commits mailing list