Werk #2896: Improved handling of wrong encoded input strings
Component | User interface | ||||||||||||||||||
Title | Improved handling of wrong encoded input strings | ||||||||||||||||||
Date | Dec 18, 2015 | ||||||||||||||||||
Level | Trivial Change | ||||||||||||||||||
Class | Bug Fix | ||||||||||||||||||
Compatibility | Compatible - no manual interaction needed | ||||||||||||||||||
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.