Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 74385 invoked from network); 14 Mar 2008 20:02:09 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 14 Mar 2008 20:02:09 -0000 Received: (qmail 50732 invoked by uid 500); 14 Mar 2008 20:02:04 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 50629 invoked by uid 500); 14 Mar 2008 20:02:04 -0000 Mailing-List: contact axis-cvs-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-cvs@ws.apache.org Received: (qmail 50614 invoked by uid 500); 14 Mar 2008 20:02:04 -0000 Delivered-To: apmail-ws-axis2-cvs@ws.apache.org Received: (qmail 50607 invoked by uid 99); 14 Mar 2008 20:02:04 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2008 13:02:04 -0700 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 14 Mar 2008 20:01:24 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3AA821A9832; Fri, 14 Mar 2008 13:00:43 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r637235 - /webservices/axis2/trunk/c/include/axis2_http_transport.h Date: Fri, 14 Mar 2008 20:00:42 -0000 To: axis2-cvs@ws.apache.org From: senaka@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080314200043.3AA821A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: senaka Date: Fri Mar 14 13:00:42 2008 New Revision: 637235 URL: http://svn.apache.org/viewvc?rev=637235&view=rev Log: Fixing typo 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=637235&r1=637234&r2=637235&view=diff ============================================================================== --- webservices/axis2/trunk/c/include/axis2_http_transport.h (original) +++ webservices/axis2/trunk/c/include/axis2_http_transport.h Fri Mar 14 13:00:42 2008 @@ -493,7 +493,7 @@ /** * RESPONSE_PROXY_AUTHENTICATION_REQUIRED */ -#define AXIS2_HTTP_RESPONSE_PROXY_AUTHENTICATION_REQUIRED "401 Proxy Authentication Required" +#define AXIS2_HTTP_RESPONSE_PROXY_AUTHENTICATION_REQUIRED "407 Proxy Authentication Required" /** * RESPONSE_BAD_REQUEST --------------------------------------------------------------------- To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org For additional commands, e-mail: axis-cvs-help@ws.apache.org