Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 97829 invoked from network); 2 Oct 2008 09:58:48 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 Oct 2008 09:58:48 -0000 Received: (qmail 29861 invoked by uid 500); 2 Oct 2008 09:58:44 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 29817 invoked by uid 500); 2 Oct 2008 09:58:44 -0000 Mailing-List: contact axis-dev-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-dev@ws.apache.org Received: (qmail 29784 invoked by uid 99); 2 Oct 2008 09:58:44 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2008 02:58:43 -0700 X-ASF-Spam-Status: No, hits=-1997.5 required=10.0 tests=ALL_TRUSTED,URI_NOVOWEL X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Oct 2008 09:57:39 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 5992A234C1FB for ; Thu, 2 Oct 2008 02:57:44 -0700 (PDT) Message-ID: <1731838103.1222941464362.JavaMail.jira@brutus> Date: Thu, 2 Oct 2008 02:57:44 -0700 (PDT) From: "Stefan Lischke (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Commented: (AXIS2-4050) client proxy authentication failed, screwed up http headers In-Reply-To: <69209736.1222443224200.JavaMail.jira@brutus> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org [ https://issues.apache.org/jira/browse/AXIS2-4050?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12636321#action_12636321 ] Stefan Lischke commented on AXIS2-4050: --------------------------------------- so this bug affects 1.4 and 1.4.1. no one is able to use Axis2 clients with proxy authorization? crazy. What about a Service release, for such a big bug? > client proxy authentication failed, screwed up http headers > ----------------------------------------------------------- > > Key: AXIS2-4050 > URL: https://issues.apache.org/jira/browse/AXIS2-4050 > Project: Axis 2.0 (Axis2) > Issue Type: Bug > Components: transports > Affects Versions: 1.4 > Environment: Linux debian etch > Reporter: Stefan Lischke > Assignee: Dimuthu Leelarathne > Priority: Blocker > Fix For: nightly > > > (see also http://markmail.org/message/lvabtbivnwuptfm2) > trying to connect an Axis2 Client to a Web Service through a proxy with authentication. > Tried with > System.setProperty("http.... > and also with > HttpTransportProperties.ProxyProperties.. > I see those configuration enables proxy, but does screw up the proxy-authentication. Here is the Request HTTP POST > POST http://xxxxxxxxxxxxxxxxxxxxx HTTP/1.0\r\n > Request Method: POST > Request URI: http://xxxxxxxxxxxxxxxxxxxxxxxxx > Request Version: HTTP/1.0 > Content-Type: text/xml; charset=UTF-8\r\n > SOAPAction: "http://xxxxxxxxxxxxxxxxx"\r\n > User-Agent: Axis2\r\n > Proxy-Connection: Keep-Alive\r\n > Content-Length: 5098 > Proxy-Authorization: Basic Og==\r\n > Credentials: : > Host: xxxxxxxxx:4711\r\n > \r\n -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online. --------------------------------------------------------------------- To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org For additional commands, e-mail: axis-dev-help@ws.apache.org