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 GH-12996: Incorrect SCRIPT_NAME with ProxyPassMatch when + in path #13072

Closed

Conversation

bukka
Copy link
Member

@bukka bukka commented Jan 4, 2024

This fixes incorrect URL decoding with Apache ProxyPassMatch when percent and plus sign is in the path. The problem was that php_url_decode was used which replaces + with space. The fix is to use php_raw_url_decode which does not treat + specially.

@bukka bukka changed the base branch from master to PHP-8.2 January 4, 2024 14:54
Copy link
Member

@Girgias Girgias left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@bukka bukka closed this in b04b09e Jan 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants