-
Bug
-
Resolution: Won't Do
-
Critical
-
None
-
JWS 3.1.0 DR3
-
None
The JSP escape expressions are not correctly evaluated according to [1]. Part of jsp file:
<p>04-\$500</p>
Is evaluated to:
<p>04-$500</p>
But it should be:
<p>04-\$500</p>
as in JWS-3.0.3 [2].
[1] https://bz.apache.org/bugzilla/show_bug.cgi?id=57136
[2] https://issues.jboss.org/browse/JWS-177