Skip to content

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