https://bz.apache.org/bugzilla/show_bug.cgi?id=62825

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |INVALID

--- Comment #1 from Mark Thomas <ma...@apache.org> ---
The example does not take account of the requirements of EL escaping in a JSP
name. Namely that the sequence "\$" in a JSP is output as "$". Hence "\\$"
becomes "\$" which, when escaped in Java source becomes "\\$".

See definition of "TemplateChar" in the JSP specification and the section
titled "Quoting in Template Text".

-- 
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