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

--- Comment #1 from Mark Thomas <ma...@apache.org> 2011-05-09 15:51:42 UTC ---
Thanks for the test case. I am looking at this now.

As an aside, the test JSP is invalid. You can't use hm.int since int is not a
valid Java identifier (it is a reserved word). Tomcat 6 lets you get away with
this. Tomcat 7 doesn't (unless you explicitly disable the check). This doesn't
affect the validity of this bug report. Replacing "int" with "integer" allows
the JSP to execute.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- 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