Author: dumindu
Date: Mon Dec 10 03:41:45 2007
New Revision: 602870

URL: http://svn.apache.org/viewvc?rev=602870&view=rev
Log:
Applying senaka's patch for jira AXIS2-823.


Modified:
    webservices/axis2/trunk/c/include/axis2_http_transport.h
    webservices/axis2/trunk/c/samples/server/axis2.xml

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=602870&r1=602869&r2=602870&view=diff
==============================================================================
--- webservices/axis2/trunk/c/include/axis2_http_transport.h (original)
+++ webservices/axis2/trunk/c/include/axis2_http_transport.h Mon Dec 10 
03:41:45 2007
@@ -455,12 +455,12 @@
     /**
       * Constant for HTTP authentication username
       */
-#define AXIS2_HTTP_AUTHENTICATION_USERNAME "http_authentication_username"
+#define AXIS2_HTTP_AUTHENTICATION_USERNAME "username"
 
     /**
       * Constant for HTTP authentication password
       */
-#define AXIS2_HTTP_AUTHENTICATION_PASSWORD "http_authentication_password"
+#define AXIS2_HTTP_AUTHENTICATION_PASSWORD "password"
 
     /**
      * Constant for HTTP proxy

Modified: webservices/axis2/trunk/c/samples/server/axis2.xml
URL: 
http://svn.apache.org/viewvc/webservices/axis2/trunk/c/samples/server/axis2.xml?rev=602870&r1=602869&r2=602870&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/server/axis2.xml (original)
+++ webservices/axis2/trunk/c/samples/server/axis2.xml Mon Dec 10 03:41:45 2007
@@ -39,7 +39,7 @@
     <transportSender name="http" class="axis2_http_sender">
         <parameter name="PROTOCOL" locked="false">HTTP/1.1</parameter>
         <!--parameter name="Transfer-Encoding">chunked</parameter-->
-        <!--parameter name="HTTP-Authentication" 
http_authentication_username="" http_authentication_password="" 
locked="true"/-->
+        <!--parameter name="HTTP-Authentication" username="" password="" 
locked="true"/-->
         <!--parameter name="PROXY" proxy_host="127.0.0.1" proxy_port="8080" 
proxy_username="" proxy_password="" locked="true"/-->
     </transportSender>
     <!-- Uncomment this one with the appropriate papameters to enable the XMPP 
transport Sender-->



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to