Return-Path: Delivered-To: apmail-xml-axis-dev-archive@xml.apache.org Received: (qmail 29067 invoked by uid 500); 5 Oct 2001 15:13:30 -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 28779 invoked from network); 5 Oct 2001 15:13:26 -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 11:11:29 -0400 X-MIMETrack: Serialize by Router on D04NM301/04/M/IBM(Release 5.0.8 |June 18, 2001) at 10/05/2001 11:12:52 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: > > character (*) can be used for matching. For example: > -Dhttp.nonProxyHosts="*.foo.com|localhost"." > > So we agree to add the dependency on regexp, I will add code that will > prepend a '\' before every > '.' in the value that http.nonProxyHosts points to. And prepending a "." in front of every asterisk. And ensuring that nothing which can be interpreted as a regular expression is misinterpreted. It might be easier to start with the code that is in http://cvs.apache.org/viewcvs/~checkout~/jakarta-ant/src/main/org/apache/tools/ant/DirectoryScanner.java and remove what we don't need. - Sam Ruby