You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix objects cache dump in compat for multiline vars
Multiline vars should be written as:
_test test1\ntest2
And not
_test test1
test2
fixes #9328
Signed-off-by: Michael Friedrich <[email protected]>
Fix objects cache dump in compat for multiline vars
Multiline vars should be written as:
_test test1\ntest2
And not
_test test1
test2
fixes #9328
Signed-off-by: Michael Friedrich <[email protected]>
The text was updated successfully, but these errors were encountered:
This issue has been migrated from Redmine: https://dev.icinga.com/issues/9328
Created by mfrosch on 2015-05-28 07:42:15 00:00
Assignee: mfriedrich
Status: Resolved (closed on 2015-06-15 15:22:18 00:00)
Target Version: 2.3.5
Last Update: 2015-06-18 09:39:33 00:00 (in Redmine)
A vars like this:
Leads to an entry in objects.cache like:
Which breaks the ClassicUI, or any other parser for the compat world.
Changesets
2015-05-28 07:48:57 00:00 by mfrosch 665fe74
2015-06-15 15:20:43 00:00 by mfrosch 213300c
2015-06-15 15:21:57 00:00 by mfrosch 46fea58
The text was updated successfully, but these errors were encountered: