Werk #2896: Improved handling of wrong encoded input strings
Komponente | User interface | ||||
Titel | Improved handling of wrong encoded input strings | ||||
Datum | 18.12.2015 | ||||
Level | Kleine Änderung | ||||
Klasse | Bugfix | ||||
Kompatibilität | Kompatibel - benötigt kein manuelles Eingreifen | ||||
Checkmk versions & editions |
|
When a user submitted non UTF-8 encoded strings, for example latin-1 encoded ones, where we expect to get a UTF-8 encoded string, this resulted in a cryptic exception. This has been fixed now by raising an understandable error message in most places.