Return-Path: Delivered-To: apmail-ws-axis-dev-archive@www.apache.org Received: (qmail 76779 invoked from network); 7 Jun 2007 03:46:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Jun 2007 03:46:51 -0000 Received: (qmail 9263 invoked by uid 500); 7 Jun 2007 03:46:52 -0000 Delivered-To: apmail-ws-axis-dev-archive@ws.apache.org Received: (qmail 9209 invoked by uid 500); 7 Jun 2007 03:46:52 -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 8920 invoked by uid 99); 7 Jun 2007 03:46:52 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 20:46:51 -0700 X-ASF-Spam-Status: No, hits=-100.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO brutus.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Jun 2007 20:46:46 -0700 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 86C7A7141EA for ; Wed, 6 Jun 2007 20:46:26 -0700 (PDT) Message-ID: <14410387.1181187986549.JavaMail.jira@brutus> Date: Wed, 6 Jun 2007 20:46:26 -0700 (PDT) From: "Davanum Srinivas (JIRA)" To: axis-dev@ws.apache.org Subject: [jira] Updated: (AXIS2-2316) Make it easy to set HTTP proxy In-Reply-To: <3673081.1173802389655.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-2316?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Davanum Srinivas updated AXIS2-2316: ------------------------------------ Assignee: Saminda Wishwajith Abeyruwan > Make it easy to set HTTP proxy > ------------------------------- > > Key: AXIS2-2316 > URL: https://issues.apache.org/jira/browse/AXIS2-2316 > Project: Axis 2.0 (Axis2) > Issue Type: Improvement > Components: transports > Affects Versions: 1.1.1, 1.1, 1.0, 0.96, 0.95, 0.94, 0.93, 0.92, 0.91, 0.9, M2, M1 > Environment: Any > Reporter: Paul Fremantle > Assignee: Saminda Wishwajith Abeyruwan > Fix For: nightly > > > If you use the Java HTTP classes then you can set the HTTP Proxy using: > java -Dhttp.proxyhost=myproxyserver.com -Dhttp.proxyport=80 MyJavaApp > http://java.sun.com/j2se/1.4.2/docs/guide/net/properties.html > Basically there is a set of Java System Properties that control http proxying. This is *really* important because typically users don't want to have to recode applications to use HTTP proxies. Because these are picked up from the command line they don't have to be hardcoded. > Unfortunately, because commons.http doesn't use these, we don't get this benefit. > My proposal is that we add support for these system properties. If they are set then we should use them. There are a bunch of http. properties. I would be happy if we just supported these three: > http.proxyHost (default: ) > http.proxyPort (default: 80 if http.proxyHost specified) > http.nonProxyHosts (default: > But if we did the rest that would be cool. -- 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