Return-Path: Delivered-To: apmail-beehive-dev-archive@www.apache.org Received: (qmail 84343 invoked from network); 20 Sep 2005 15:04:53 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 20 Sep 2005 15:04:53 -0000 Received: (qmail 53249 invoked by uid 500); 20 Sep 2005 15:04:48 -0000 Delivered-To: apmail-beehive-dev-archive@beehive.apache.org Received: (qmail 53198 invoked by uid 500); 20 Sep 2005 15:04:48 -0000 Mailing-List: contact dev-help@beehive.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list dev@beehive.apache.org Received: (qmail 53149 invoked by uid 99); 20 Sep 2005 15:04:48 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2005 08:04:48 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received: from [63.96.162.5] (HELO ussjmh01.bea.com) (63.96.162.5) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Sep 2005 08:04:54 -0700 Received: from ussjfe01.amer.bea.com (ussjfe01b.bea.com [172.16.120.57]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j8KF4Qvb016399 for ; Tue, 20 Sep 2005 08:04:34 -0700 Received: from USBOEX01.amer.bea.com ([10.36.32.15]) by ussjfe01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 20 Sep 2005 08:04:01 -0700 Received: from [127.0.0.1] ([10.36.33.235]) by USBOEX01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 20 Sep 2005 09:04:01 -0600 Message-ID: <433024E3.6030302@bea.com> Date: Tue, 20 Sep 2005 09:04:03 -0600 From: Carlin Rogers User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Beehive Developers Subject: Re: Add validation to the beehive-url-template-config.xml file processing References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 20 Sep 2005 15:04:01.0432 (UTC) FILETIME=[88C6B180:01C5BDF4] X-PMX-Version: 4.7.0.111621, Antispam-Engine: 2.0.2.0, Antispam-Data: 2005.9.9.24 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N All, Is this something we can get into V1? Thanks, Carlin Carlin Rogers wrote: > I created JIRA issue http://issues.apache.org/jira/browse/BEEHIVE-937 and > attached a patch. The patch updates DefaultURLTemplatesFactory to do > validation using the SchemaValidator. > > thanks, > Carlin > > On 9/16/05, Carlin Rogers wrote: > >>It's been pointed out to me that the DefaultURLTemplatesFactory class that >>parses the beehive-url-template-config.xml file should probably also >>validate it against the schema, url-template-config.xsd, and that getting >>this in for V1 would be best. >> >>I plan to open a JIRA issue for this and add a patch. The patch will use >>Eddie's SchemaValidator in the new o.a.b.n.util.xml.validation package. >> >>Any thoughts? >> >>Thanks, >>Carlin >> > >