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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

馃殤 Fix urlencoding in Hafas #2681

Merged
merged 1 commit into from
Jun 11, 2024
Merged

Conversation

HerrLevin
Copy link
Member

@HerrLevin HerrLevin commented Jun 11, 2024

Remove ++ and set %20.

For more context, see: https://stackoverflow.com/a/1634293/13310679 , https://www.php.net/manual/en/function.rawurlencode.php and https://www.php.net/manual/en/function.urlencode.php

This differs from the 禄 RFC 3986 encoding (see rawurlencode()) in that for historical reasons, spaces are encoded as plus (+) signs.This differs from the 禄 RFC 3986 encoding (see rawurlencode()) in that for historical reasons, spaces are encoded as plus (+) signs.

@HerrLevin HerrLevin merged commit 1db7a06 into develop Jun 11, 2024
8 checks passed
@HerrLevin HerrLevin deleted the dev-lb/hotfix-urlencode-db-rest branch June 11, 2024 15:23
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.

None yet

1 participant