Backslash not properly handled in gtmpl
---------------------------------------
Key: GTNPORTAL-1563
URL:
https://jira.jboss.org/browse/GTNPORTAL-1563
Project: GateIn Portal
Issue Type: Bug
Security Level: Public (Everyone can see)
Components: User Interface
Reporter: Julien Viet
Assignee: Julien Viet
Fix For: 3.2.0-GA
Using an escape at different place is not properly handled by the template parser.
\${foo} produce a compilation error
<%= "\${foo}" %> produce \bar (when foo=bar)
<% out.print"\${foo}" %> produce \bar (when foo=bar)
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
https://jira.jboss.org/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira