[java-openws COMMIT] /branches/REL_1/src/main/java/org/opensaml/ws/soap/soap11/decoder/http/HTTPSOAP11Decoder.java

noreply at shibboleth.net noreply at shibboleth.net
Tue Dec 18 18:37:51 EST 2012


Author: tzeller
Date: Tue Dec 18 18:37:51 2012
New Revision: 441

URL: http://svn.shibboleth.net/view/java-openws?rev=441&view=rev
Log:
Message exception typo nit.

Modified:
    branches/REL_1/src/main/java/org/opensaml/ws/soap/soap11/decoder/http/HTTPSOAP11Decoder.java

Modified: branches/REL_1/src/main/java/org/opensaml/ws/soap/soap11/decoder/http/HTTPSOAP11Decoder.java
URL: http://svn.shibboleth.net/view/java-openws/branches/REL_1/src/main/java/org/opensaml/ws/soap/soap11/decoder/http/HTTPSOAP11Decoder.java?rev=441&r1=440&r2=441&view=diff
==============================================================================
--- branches/REL_1/src/main/java/org/opensaml/ws/soap/soap11/decoder/http/HTTPSOAP11Decoder.java (original)
+++ branches/REL_1/src/main/java/org/opensaml/ws/soap/soap11/decoder/http/HTTPSOAP11Decoder.java Tue Dec 18 18:37:51 2012
@@ -58,7 +58,7 @@
 
         HTTPInTransport inTransport = (HTTPInTransport) messageContext.getInboundMessageTransport();
         if (!inTransport.getHTTPMethod().equalsIgnoreCase("POST")) {
-            throw new MessageDecodingException("This message deocoder only supports the HTTP POST method");
+            throw new MessageDecodingException("This message decoder only supports the HTTP POST method");
         }
         
         super.doDecode(messageContext);



More information about the commits mailing list