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

Markus <p...@chamaeleon.de> changed:

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

--- Comment #1 from Markus <p...@chamaeleon.de> ---
Tomcat 7.0.53 still throws an Exception, but now the \\-decoding seems to be
performed in an earlier step (as you can see the double-\ has already been
decoded in the first part of the exception message):

ervlet.service() for servlet [jsp] in context with path [/tomcat_test] threw
exception [/index.jspx (line: 15, column: 37) "${'\?resize'}" contains invalid
expression(s): javax.el.ELException: Failed to parse the expression
[${'\?resize'}]] with root cause
org.apache.jasper.JasperException: /index.jspx (line: 15, column: 37)
"${'\?resize'}" contains invalid expression(s): javax.el.ELException: Failed to
parse the expression [${'\?resize'}]
    at
org.apache.jasper.compiler.DefaultErrorHandler.jspError(DefaultErrorHandler.java:42)
    at
org.apache.jasper.compiler.ErrorDispatcher.dispatch(ErrorDispatcher.java:443)
    at
org.apache.jasper.compiler.ErrorDispatcher.jspError(ErrorDispatcher.java:199)
    at
org.apache.jasper.compiler.Validator$ValidateVisitor.getJspAttribute(Validator.java:1411)
    at
org.apache.jasper.compiler.Validator$ValidateVisitor.visit(Validator.java:772)
    at org.apache.jasper.compiler.Node$UninterpretedTag.accept(Node.java:1251)
[...]

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