Return-Path: Mailing-List: contact tomcat-dev-help@jakarta.apache.org; run by ezmlm Delivered-To: mailing list tomcat-dev@jakarta.apache.org Received: (qmail 80363 invoked from network); 3 Apr 2000 20:56:34 -0000 Received: from adsl-63-198-47-229.dsl.snfc21.pacbell.net (HELO costin.dnt.ro) (63.198.47.229) by locus.apache.org with SMTP; 3 Apr 2000 20:56:34 -0000 Received: from eng.sun.com (simona.dnt.ro [192.168.4.2]) by costin.dnt.ro (8.9.3+Sun/8.9.1) with ESMTP id NAA10531; Mon, 3 Apr 2000 13:55:09 -0700 (PDT) Message-ID: <38E905B1.D0599C4C@eng.sun.com> Date: Mon, 03 Apr 2000 13:57:21 -0700 From: Costin Manolache X-Mailer: Mozilla 4.72 [en] (Win98; I) X-Accept-Language: en MIME-Version: 1.0 To: tomcat-dev@jakarta.apache.org CC: Jan Labanowski Subject: Re: in /test References: <38E55940.8DEE3980@pipedream.org> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: locus.apache.org 1.6.2 0/1000/N I will fix web.xml, I don't think trim() is the right solution - what if the user wants the spaces ? ( I guess it can use a CDATA - but that will be useless too if we strip the spaces ). Costin Anil Vijendran wrote: > Jan Labanowski wrote: > > > Conclusion: White space should be removed from around initialized > > parameters, and the file /webapps/test/WEB-INF/web.xml is BAD. > > Thanks for pointing this out. This should just be a trim() on the Text node in the > web.xml parsing code. Can you please file a bug report so we don't lose things > like these? (http://jakarta.apache.org/bugs) > > -- > Peace, Anil +<:-) > > --------------------------------------------------------------------- > To unsubscribe, e-mail: tomcat-dev-unsubscribe@jakarta.apache.org > For additional commands, e-mail: tomcat-dev-help@jakarta.apache.org