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

Fix double URL encoding on macOS for IcingaDBWeb #1071

Merged
merged 5 commits into from
Oct 24, 2024

Conversation

Dregaringo
Copy link
Contributor

This fixes a problem with the "Monitor" button in Nagstamon on macOS for IcingaDBWeb connector.
When clicked, the button generates an incorrectly encoded URL, causing IcingaWeb2 to show a "Column not found" error.
The issue is due to spaces in the URL being double-encoded as %2520 instead of %20.

image

@HenriWahl HenriWahl changed the base branch from master to fixes_3_16_0 October 24, 2024 19:58
@HenriWahl HenriWahl merged commit b586f97 into HenriWahl:fixes_3_16_0 Oct 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants