You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by se...@apache.org on 2008/03/15 22:03:12 UTC

svn commit: r637470 - /webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c

Author: senaka
Date: Sat Mar 15 14:03:05 2008
New Revision: 637470

URL: http://svn.apache.org/viewvc?rev=637470&view=rev
Log:
Fixing typo

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c?rev=637470&r1=637469&r2=637470&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/util/http_transport_utils.c Sat Mar 15 14:03:05 2008
@@ -1349,7 +1349,7 @@
     axis2_conf_ctx_t * conf_ctx)
 {
     return "<html><head><title>501 Not Implemented</title></head>"
-        "<body><h2>Not Found</h2><p>The requested Method is not"
+        "<body><h2>Not Implemented</h2><p>The requested Method is not"
         " implemented on this server.</p></body></html>";
 }
 
@@ -1359,7 +1359,7 @@
     axis2_conf_ctx_t * conf_ctx)
 {
     return "<html><head><title>500 Internal Server Error</title></head>"
-        "<body><h2>Not Found</h2><p>The server encountered an unexpected"
+        "<body><h2>Internal Server Error</h2><p>The server encountered an unexpected"
         " condition which prevented it from fulfilling the request."
         "</p></body></html>";
 }



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org