Re: [ANN] Apache Tomcat 5.5.27 released

2008-09-08 Thread Mark Thomas
Robert Koberg wrote: > > I make use of the above technique quite a bit to keep my source content > well-formed (I generate the JSPs with XSL). E.g. > > > > I will test it out when I get a chance. Great. If you find new failure cases please create a bugzilla entry. Cheers, Mark -

Re: [ANN] Apache Tomcat 5.5.27 released

2008-09-08 Thread Robert Koberg
On Sep 8, 2008, at 1:59 PM, Mark Thomas wrote: Robert Koberg wrote: Hi, Regarding: https://issues.apache.org/bugzilla/show_bug.cgi?id=45015 Have things like the follwoing been tested: < input value="${"boo" foo's}" /> < input value='${"boo"}' /> < input value='${"boo"} "foo"' /> I don't

Re: [ANN] Apache Tomcat 5.5.27 released

2008-09-08 Thread Mark Thomas
Robert Koberg wrote: > Hi, > > Regarding: > https://issues.apache.org/bugzilla/show_bug.cgi?id=45015 > > Have things like the follwoing been tested: > > > < input value="${"boo" foo's}" /> > < input value='${"boo"}' /> > < input value='${"boo"} "foo"' /> I don't recall testign those combinatio

Re: [ANN] Apache Tomcat 5.5.27 released

2008-09-08 Thread Robert Koberg
Hi, Regarding: https://issues.apache.org/bugzilla/show_bug.cgi?id=45015 Have things like the follwoing been tested: < input value="${"boo" foo's}" /> < input value='${"boo"}' /> < input value='${"boo"} "foo"' /> I guess I am more concerned about version 6x. Has this fix been applied to v6x?