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 58388 invoked from network); 3 Jan 2000 23:59:05 -0000 Received: from lukla.sun.com (192.18.98.31) by 63.211.145.10 with SMTP; 3 Jan 2000 23:59:05 -0000 Received: from engmail4.Eng.Sun.COM ([129.144.134.6]) by lukla.Sun.COM (8.9.3+Sun/8.9.3) with ESMTP id QAA23917 for ; Mon, 3 Jan 2000 16:57:49 -0700 (MST) Received: from calterra.eng.sun.com (calterra.Eng.Sun.COM [129.144.251.116]) by engmail4.Eng.Sun.COM (8.9.1b+Sun/8.9.1/ENSMAIL,v1.6) with ESMTP id PAA11389 for ; Mon, 3 Jan 2000 15:57:49 -0800 (PST) Received: (from pelegri@localhost) by calterra.eng.sun.com (8.9.3+Sun/8.9.1) id PAA24951; Mon, 3 Jan 2000 15:57:48 -0800 (PST) Date: Mon, 3 Jan 2000 15:57:48 -0800 (PST) Message-Id: <200001032357.PAA24951@calterra.eng.sun.com> From: Eduardo Pelegri-Llopart To: tomcat-dev@jakarta.apache.org Subject: request-time attributes and xml representations... Reply-to: Eduardo Pelegri-Llopart To be double clear. My intretation of the spec is the same as Danno's. I have not yet completed reading all my tomcat-dev digest messages, but the rest of the 23rd seemed to suggest that Ruby and Danno clarified the misunderstanding. Thanks! - eduard/o ====== Date: Thu, 23 Dec 1999 13:44:56 -0500 To: tomcat-dev@jakarta.apache.org From: rubys@us.ibm.com Subject: Re: [PATCH] Bogus request time attrs accepted Message-ID: <85256850.00677D59.00@d54mta04.raleigh.ibm.com> >Only request time attrs of "<%= foo %>" should be recognized. Bizare things >such as " and "<%= foo />" are accepted by existing >code, which is probobly left over from previous revs of the spec. -1 I'm all for making a change which ensures that the open and closing delimiters match. And if there are any other changes which makes the Jasper reference implementation more compliant with the current spec, then I am all for them too. If someone wants to take the position that the current spec is misguided and should be changed - this is a subject that I am absolutely neutral to. But the right response it to fix the spec, not to submit patches that remove support from the reference implementation of portions that are in the spec. ------------------------------ Date: Thu, 23 Dec 1999 16:43:03 -0700 To: From: "Danno Ferrin" Subject: Re: [PATCH] Bogus request time attrs accepted Message-ID: <000b01bf4d9f$7567f7f0$8c4cf4d1@DRF26> Perhaps I was a bit to terse in posting the patch. This is in the context of request time parameters in actions (standard ant taglib) and does not have anything to do with the XML implmentations Spec says foo='<%= foo %>' only, or '%= foo %' for XML. Refrence implmentatnion accepts the bogus stuff like '' and the mixed cases. The patch makes jasper accept only the form specified in the specification. --Danno