Opened 8 years ago
Closed 8 years ago
#14613 closed defect (fixed)
Special HTML characters not escaped in GUI error messages
Reported by: | jidanni | Owned by: | team |
---|---|---|---|
Priority: | normal | Milestone: | 17.04 |
Component: | Core | Version: | |
Keywords: | html | Cc: |
Description
Big problem that leaves users scratching their heads.
On the GUI the user sees
Error - Could not read file 'r.osm'.
Error is:
Missing mandatory attribute 'ref' on of way -44,627. (at line 1,488, column 9). 54,130 bytes have been read
(Which by the way the user cannot copy with the mouse.)
Only on the terminal is the mystery revealed:
SEVERE: Error - <html>Could not read file 'r.osm'.<br>Error is:<br>Missing mandatory attribute 'ref' on <nd> of way -44,627. (at line 1,488, column 9). 54,1
30 bytes have been read</html>
By the way, the SEVERE is also lost.
0.0.svn11826+dfsg-1~exp1
Attachments (0)
Change History (5)
comment:1 by , 8 years ago
Milestone: | → 17.04 |
---|
comment:4 by , 8 years ago
Keywords: | html added |
---|---|
Summary: | <nd> not escaped → Special HTML characters not escaped in GUI error messages |
Please add (short) example file to make debugging easier.