massdosage / citrine-scheduler

Java web application which can be used to configure, manage and monitor the running of various tasks
Apache License 2.0
4 stars 4 forks source link

Escape strings in html view #42

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
[ticket moved here from internal last.fm bug report]

have a log line in the the log output that says

Europe country list: <BG>

If I look at the logs while the app is running, all I see is

Europe country list:

If I look at the .log file after the app has stopped, I do see a correct
Europe country list: <BG>

I guess rightly that this must have to do with HTML escaping

Original issue reported on code.google.com by massdosage on 22 Jun 2012 at 5:43

GoogleCodeExporter commented 9 years ago
Fixed in trunk. Will go live in next version (>4.1.0).

Original comment by massdosage on 13 Jul 2012 at 2:16