On 07/03/2010 16:18, Mark Thomas wrote: > On 07/03/2010 14:24, Konstantin Kolinko wrote: >> Can it be related that my change to Compiler.java sets those PageInfo >> attributes as boolean, but PageInfo stores them both as boolean and as >> a String. >> >> This patch will fix that: >> http://people.apache.org/~kkolinko/patches/2010-03-07_tc7_48668_Compiler.patch > > That is worth fixing but doesn't appear to be the root cause.
As far as I can tell the root cause is that some of the checks on the JSP version supported by the tag library have been removed and in cases where the web app version allows deferred syntax but the tag library JSP version does not, #{...} is not being treated as a literal. I'm looking at r919914 in more detail now to see how to resolve this. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org