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 na...@apache.org on 2009/02/02 06:27:40 UTC

svn commit: r739928 - /webservices/axis2/trunk/c/include/axis2_http_transport.h

Author: nandika
Date: Mon Feb  2 05:27:40 2009
New Revision: 739928

URL: http://svn.apache.org/viewvc?rev=739928&view=rev
Log:
HTTP codes added

Modified:
    webservices/axis2/trunk/c/include/axis2_http_transport.h

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=739928&r1=739927&r2=739928&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_http_transport.h (original)
+++ webservices/axis2/trunk/c/include/axis2_http_transport.h Mon Feb  2 05:27:40 2009
@@ -140,6 +140,12 @@
      */
 #define AXIS2_HTTP_RESPONSE_HTTP_UNAUTHORIZED_CODE_VAL 401
 
+	/**
+	* RESPONSE_HTTP_FORBIDDEN_CODE_VAL
+	*/
+#define AXIS2_HTTP_RESPONSE_FORBIDDEN_CODE_VAL 403
+
+
     /**
      * RESPONSE_NOT_FOUND_CODE_VAL
      */
@@ -275,6 +281,12 @@
      */
 #define AXIS2_HTTP_RESPONSE_HTTP_UNAUTHORIZED_CODE_NAME "Unauthorized"
 
+
+	/**
+	 *  RESPONSE_HTTP_FORBIDDEN_CODE_NAME                                                                     
+	 */
+#define AXIS2_HTTP_RESPONSE_HTTP_FORBIDDEN_CODE_NAME "Forbidden"
+
     /**
      * RESPONSE_NOT_FOUND_CODE_NAME
      */
@@ -772,6 +784,12 @@
      */
 #define AXIS2_HTTP_RESPONSE_HTTP_UNAUTHORIZED "401 Unauthorized"
 
+
+   /**
+    *	RESPONSE_HTTP_FORBIDDEN
+	*/
+#define AXIS2_HTTP_RESPONSE_HTTP_FORBIDDEN "403 Forbidden"
+
     /**
       * RESPONSE_PROXY_AUTHENTICATION_REQUIRED
       */