Tag 500 should write problematic lines with escapeHtml
Bug #485946 reported by
tomas
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
play framework | Status tracked in 1.0 | |||||
1.0 |
Fix Released
|
Undecided
|
Unassigned | |||
1.1 |
Fix Committed
|
Undecided
|
Unassigned |
Bug Description
Hi, when getting error 500 in DEV, I can see the problematic lines directly in the browser. However, if they contain HTML, it gets written directly to the page. This can be fixed in file templates/
<pre>
Also, this same bug is in templates/
I am testing with 1.0-r694
Changed in play: | |
status: | Incomplete → Fix Committed |
Changed in play: | |
status: | Incomplete → Fix Committed |
To post a comment you must log in.
It is already fixed with the new auto-escape in HTML templates.