https://issues.apache.org/bugzilla/show_bug.cgi?id=54688
Bug ID: 54688
Summary: the string \\$ in a jsp is escape in resulting page :
\$
Product: Tomcat 7
Version: 7.0.34
Hardware: PC
OS: Windows XP
Status: NEW
Severity: regression
Priority: P2
Component: Catalina
Assignee: [email protected]
Reporter: [email protected]
Classification: Unclassified
To reproduce the BUG create a blank jsp containing :
<html>
<head></head>
<body>
there is two backslash here => \\$
</body>
</html>
Resulting page show :
there is two backslash here => \$
In tomcat 6 the result is correct.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]