You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by se...@apache.org on 2008/03/20 09:13:28 UTC

svn commit: r639197 - in /webservices/axis2/trunk/c: include/axis2_http_transport.h src/core/transport/http/util/http_transport_utils.c

Author: senaka
Date: Thu Mar 20 01:13:27 2008
New Revision: 639197

URL: http://svn.apache.org/viewvc?rev=639197&view=rev
Log:
Fixing spelling mistake.

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

Modified: webservices/axis2/trunk/c/include/axis2_http_transport.h
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/include/axis2_http_transport.h?rev=639197&r1=639196&r2=639197&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_http_transport.h (original)
+++ webservices/axis2/trunk/c/include/axis2_http_transport.h Thu Mar 20 01:13:27 2008
@@ -713,9 +713,9 @@
 #define AXIS2_HTTP_HEADER_ACCEPT_APPL_SOAP "application/soap+xml"
 
     /**
-     * HEADER_ACCEPT_X_WWW_FROM_URLENCODED
+     * HEADER_ACCEPT_X_WWW_FORM_URLENCODED
      */
-#define AXIS2_HTTP_HEADER_ACCEPT_X_WWW_FROM_URLENCODED "application/x-www-form-urlencoded"
+#define AXIS2_HTTP_HEADER_ACCEPT_X_WWW_FORM_URLENCODED "application/x-www-form-urlencoded"
 
     /**
      * HEADER XOP XML

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=639197&r1=639196&r2=639197&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 Thu Mar 20 01:13:27 2008
@@ -497,7 +497,7 @@
         }
     }
     else if (strstr
-             (content_type, AXIS2_HTTP_HEADER_ACCEPT_X_WWW_FROM_URLENCODED))
+             (content_type, AXIS2_HTTP_HEADER_ACCEPT_X_WWW_FORM_URLENCODED))
     {
         /* REST support */
         do_rest = AXIS2_TRUE;
@@ -874,7 +874,7 @@
         }
     }
     else if (strstr
-             (content_type, AXIS2_HTTP_HEADER_ACCEPT_X_WWW_FROM_URLENCODED))
+             (content_type, AXIS2_HTTP_HEADER_ACCEPT_X_WWW_FORM_URLENCODED))
     {
         /* REST support */
         do_rest = AXIS2_TRUE;



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