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

Backport "MAINT: Fix mumble-build-number.py script" #5803

Merged
merged 1 commit into from
Aug 14, 2022

Conversation

Krzmbrzl
Copy link
Member

Backport of #5802

Previously the script would assemble the query URL by taking the
individual parameters literally. However, for certain inputs this could
lead to an invalid URL, resulting in an error 400 (Bad Request) when
attempting to make this query to the server.

In order to avoid these situations, the parameters are now properly
encoded (quoted) before being inserted into the query URL. Thus, we
ensure to always produce valid URLs.
@Krzmbrzl Krzmbrzl merged commit cc73c76 into mumble-voip:1.4.x Aug 14, 2022
@Krzmbrzl Krzmbrzl deleted the backport/1.4.x/pr-5802 branch November 9, 2022 18:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant