Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Basket with simple Service set contains Malformed UTF-8 characters #2488

Closed
mwaldmueller opened this issue Mar 8, 2022 · 2 comments
Closed
Assignees
Milestone

Comments

@mwaldmueller
Copy link

Current Behavior

Creation of basket snapshot fails if Service set is included:
basket1

Example Service set:
serviceset1

Your Environment

  • Director version (System - About): 1.9.0
  • Icinga Web 2 version and modules (System - About): 2.9.5
  • Icinga 2 version (icinga2 --version): 2.13.2
  • Operating System and version: EL8
  • Webserver, PHP versions: Apache, PHP 7.2.24
@RincewindsHat
Copy link
Member

If I understand correctly, the reason seems to be the new uuids, which generated as a random byte string and interpreted as UTF8 strings, although I see hints, that should be encoded as hex numbers.
Additionaly, I am not sure, if uuids should be contained in the export at all, since the basket might well be imported in another environment where those uuids are already taken and that would replace/modify different objects or some objects are meant to be modified where the uuid is then different.

@akqopensystems
Copy link

+1 - We have the same behavior

@Thomas-Gelf Thomas-Gelf added this to the 1.9.1 milestone Mar 29, 2022
@Thomas-Gelf Thomas-Gelf self-assigned this Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
4 participants