Konstantin Kolinko wrote:
> In JSP 2.1 spec there is chapter
> JSP.1.6 Quoting and Escape Conventions
> - see "Quoting in Attributes" part there.
> 
> Thus, IMHO, ${\'string literal\'} will be valid if used as the value for
> an attribute of custom tag.
> 
> The example from the spec
> <x:tag value="<%= \"Joe said 'hello'\" %>"/>
> becomes
> <x:tag value="${ \"Joe said 'hello'\" }"/>
> 
> and should have produced the following EL expression:
> "Joe said 'hello'"
> (without any backslash characters in EL text)
> 
> I hope that this explanation matches your case.

Thanks for the reply. The fresh pair of eyes is appreciated.

Tags are involved so it looks like this is a bug in Tomcat rather than the
TCK. Maybe a regression from my fix for 45427? It might just be me but
anything in Jasper to do with EL seems really fragile.

Mark



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to