Re: Fix for old SAX issue causing bug 40356

2007-01-23 Thread Dies Koper
>> Expressions are evaluated left-to-right in the JSP page. >> >> This does not apply when expressions are used in attributes? >> > > well, no. however section 1.14 may apply. > > The interpretation of all actions start by evaluating the values given to > its attributes left to right, and assi

Re: Fix for old SAX issue causing bug 40356

2007-01-21 Thread Bill Barker
"Dies Koper" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hello Mark, > > Thank you, and William & Remy for looking at this issue. > > The JSP in question has several expressions. I thought the following in > the JSP 2.0 spec (section JSP.1.12.3) would apply: > > Expressions a

Re: Fix for old SAX issue causing bug 40356

2007-01-21 Thread Dies Koper
Hello Mark, Thank you, and William & Remy for looking at this issue. The JSP in question has several expressions. I thought the following in the JSP 2.0 spec (section JSP.1.12.3) would apply: Expressions are evaluated left-to-right in the JSP page. This does not apply when expressions are

Re: Fix for old SAX issue causing bug 40356

2007-01-21 Thread Mark Thomas
Remy Maucherat wrote: > Mark Thomas wrote: >> Hi, >> >> Can anyone remember anything about the SAX bug referred to in this >> commit? >> http://marc.theaimsgroup.com/?l=tomcat-dev&m=105096762802715&w=2 > > No, but there's nothing in the spec which says the attributes have to be > called in order.

Re: Fix for old SAX issue causing bug 40356

2007-01-21 Thread Remy Maucherat
Mark Thomas wrote: Hi, Can anyone remember anything about the SAX bug referred to in this commit? http://marc.theaimsgroup.com/?l=tomcat-dev&m=105096762802715&w=2 No, but there's nothing in the spec which says the attributes have to be called in order. People should avoid crazy hacks, I think

Fix for old SAX issue causing bug 40356

2007-01-20 Thread Mark Thomas
Hi, Can anyone remember anything about the SAX bug referred to in this commit? http://marc.theaimsgroup.com/?l=tomcat-dev&m=105096762802715&w=2 The fix appears to be the cause of http://issues.apache.org/bugzilla/show_bug.cgi?id=40356 I have spent some time searching various archives no no avail