Pylint no-else-return refactoring: tenth (and so far last) set of files
[check_mk.git] / .werks / 1800
blob66e3a4fa30bc0fd8b79a43a3c4056185b64dab55
1 Title: Fixed umlauts and HTML tags in exception texts
2 Level: 1
3 Component: multisite
4 Class: fix
5 Compatible: compat
6 State: unknown
7 Version: 1.2.7i1
8 Date: 1418998671
10 Previous versions allowed HTML codes to be used in texts of exceptions to give the
11 error messages some kind of markup. This was removed to prevent XSS attacks. Now
12 we changed the code to only allow special markup tags like <tt>, <b>, <i>, <br>.
14 So if you saw these tags in error messages in previous version, they should be
15 fixed now.
17 Additionally, when you used the Web GUI localized, for example in German language,
18 you might have had problems with umlauts in error messages. This has been fixed
19 and cleaned up.