Return-Path: Delivered-To: apmail-activemq-dev-archive@www.apache.org Received: (qmail 66242 invoked from network); 7 Dec 2007 16:30:56 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Dec 2007 16:30:56 -0000 Received: (qmail 29652 invoked by uid 500); 7 Dec 2007 16:30:39 -0000 Delivered-To: apmail-activemq-dev-archive@activemq.apache.org Received: (qmail 29621 invoked by uid 500); 7 Dec 2007 16:30:39 -0000 Mailing-List: contact dev-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list dev@activemq.apache.org Received: (qmail 29600 invoked by uid 99); 7 Dec 2007 16:30:38 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 07 Dec 2007 08:30:38 -0800 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; Fri, 07 Dec 2007 16:30:48 +0000 Received: from brutus (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 85513714246 for ; Fri, 7 Dec 2007 08:30:27 -0800 (PST) Message-ID: <25364616.1197045027542.JavaMail.jira@brutus> Date: Fri, 7 Dec 2007 08:30:27 -0800 (PST) From: "Sam Zhou (JIRA)" To: dev@activemq.apache.org Subject: [jira] Created: (AMQ-1514) patch HTTP connector to support proxy authentication if proxyUsername and proxyPassword provided. MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org patch HTTP connector to support proxy authentication if proxyUsername and proxyPassword provided. ------------------------------------------------------------------------------------------------- Key: AMQ-1514 URL: https://issues.apache.org/activemq/browse/AMQ-1514 Project: ActiveMQ Issue Type: Improvement Components: Connector Affects Versions: 4.1.1 Environment: windows xp, java 1.5, servicemix 3.1.1 and activemq 4.1.1 Reporter: Sam Zhou Priority: Minor Attachments: HttpClientTransport.java, HttpTransportSupport.java Could not find a way to configure an http proxy host/port with user/pass authentication. I am supplying a patch to allow this to be part of the options specified as part of the URI, for example, uri="static://(http://myserver:80?proxyHost=my.proxy.com%26proxyPort=80%26proxyUsername=username%26proxyPassword=password)" This is an enhancement based on #AMQ-1099. -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.