Skip to content

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

Merged
Krzmbrzl merged 1 commit into
mumble-voip:1.4.xfrom
Krzmbrzl:backport/1.4.x/pr-5802
Aug 14, 2022
Merged

Krzmbrzl merged 1 commit into
mumble-voip:1.4.xfrom
Krzmbrzl:backport/1.4.x/pr-5802

Conversation

@Krzmbrzl

Copy link
Copy Markdown
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