Werk #13914: Escape semicolon in log entries

Component Core & setup
Title Escape semicolon in log entries
Date Jul 29, 2022
Level Trivial Change
Class Bug Fix
Compatibility Incompatible - Manual interaction might be required
Checkmk versions & editions
2.2.0b1 Checkmk Enterprise (CEE), Checkmk Cloud (CCE), Checkmk MSP (CME)
2.1.0p10 Checkmk Enterprise (CEE), Checkmk MSP (CME)
2.0.0p28 Checkmk Enterprise (CEE), Checkmk MSP (CME)

The "host & service history" view could not render plugin outputs with semicolons correctly. This is due to the fact that semicolons are interpreted as field separators.

We now replace the ";" characters with their HTML encoding, that is, "%3B".

Note that Nagios silently replaces semicolons with colons (":") in that case.

To the list of all Werks