Return-Path: Delivered-To: apmail-incubator-geronimo-dev-archive@incubator.apache.org Received: (qmail 88327 invoked by uid 500); 18 Aug 2003 15:39:30 -0000 Mailing-List: contact geronimo-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: Reply-To: geronimo-dev@incubator.apache.org Delivered-To: mailing list geronimo-dev@incubator.apache.org Received: (qmail 88260 invoked from network); 18 Aug 2003 15:39:30 -0000 Received: from adsl-209-233-18-245.dsl.snfc21.pacbell.net (HELO public.coredevelopers.net) (209.233.18.245) by daedalus.apache.org with SMTP; 18 Aug 2003 15:39:29 -0000 Received: from coredevelopers.net (dsundstrom-host236.dsl.visi.com [208.42.65.236]) (using TLSv1 with cipher DES-CBC3-SHA (168/168 bits)) (No client certificate requested) by public.coredevelopers.net (Postfix on SuSE Linux 8.0 (i386)) with ESMTP id 514061976D for ; Mon, 18 Aug 2003 08:33:14 -0700 (PDT) Date: Mon, 18 Aug 2003 10:39:26 -0500 Subject: Re: [PATCH] [JavaMail] More strict checking in URLName Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) From: Dain Sundstrom To: geronimo-dev@incubator.apache.org Content-Transfer-Encoding: 7bit In-Reply-To: <7341D746-D164-11D7-870E-0003934D3EA4@ioshq.com> Message-Id: <25FA2812-D192-11D7-A756-000393DB559A@coredevelopers.net> X-Mailer: Apple Mail (2.552) X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N I think this would be much easier and simpler if you used java.net.URI to parse the basic structure, and only hand parsed the email address. -dain On Monday, August 18, 2003, at 05:12 AM, Alex Blewitt wrote: > Refactored URLName to not depend on URL for parsing and updated test > case to test new parsing mechanism > >