https://issues.apache.org/bugzilla/show_bug.cgi?id=55891

Mark Thomas <ma...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 OS|                            |All

--- Comment #2 from Mark Thomas <ma...@apache.org> ---
Any further pointers you can provide as to what Tomcat is doing wrong? I've
traced through the calls into the EL in Tomcat 7 and Tomcat 8 and the call
patterns are very different (there are more calls in 8 than 7).

There are multiple evaluations of #{b.checked} (which itself looks wrong) in
both 7 and 8. In Tomcat 8, it doesn't return a non-null value until the 3rd
call. In Tomcat 7 that third call is never made.

I'm currently comparing the Tomcat 7 and 8 calls but any pointers would be a
help here.

-- 
You are receiving this mail because:
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to