Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 77203 invoked by uid 500); 5 Oct 2001 13:24:51 -0000 Mailing-List: contact axis-dev-help@xml.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-dev@xml.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list axis-dev@xml.apache.org Received: (qmail 77194 invoked from network); 5 Oct 2001 13:24:51 -0000 Importance: Normal Subject: Re: Patch to honor http.nonProxyHosts in HTTPSender To: axis-dev@xml.apache.org X-Mailer: Lotus Notes Release 5.07a May 14, 2001 Message-ID: From: "Sam Ruby" Date: Fri, 5 Oct 2001 09:22:47 -0400 X-MIMETrack: Serialize by Router on D04NM301/04/M/IBM(Release 5.0.8 |June 18, 2001) at 10/05/2001 09:24:01 AM MIME-Version: 1.0 Content-type: text/plain; charset=us-ascii X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Davanum Srinivas wrote: > > The enclosed patch uses Jakarta's RegExp to check for matches. The http.nonProxyHosts > can be specified as shown below: > -Dhttp.nonProxyHosts=localhost|*.apache.org|127.0.0.1|daedelus| Is "*" a regular expression? I would have thought a regular expression would look something like: -Dhttp.nonProxyHosts=localhost|.*\.apache\.org|127\.0\.0\.1|daedelus| - Sam Ruby