1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 16:43:44 +02:00
Files
archived-php-src/sapi/fpm/tests
Jakub Zelenka 0d4d471847 Fix bug #74129: Incorrect SCRIPT_NAME with apache ProxyPassMatch
This happens when there are spaces are in the path info. The reason is
that Apache decodes the path info part in the SCRIPT_NAME as per CGI
RFC. FPM tries to strip path info from the SCRIPT_NAME but the
comparison is done against SCRIPT_FILENAME which is not decoded. For
that to work we have to decode it before comparison if there is any
encoded character.

Closes GH-10869
2023-03-19 13:11:14 +00:00
..
2018-06-12 17:59:28 +01:00
2018-06-12 17:59:28 +01:00
2020-02-03 09:57:34 +01:00
2018-07-09 12:49:19 +03:00
2020-02-03 22:52:20 +01:00
2018-06-12 17:59:28 +01:00
2018-06-12 17:59:28 +01:00
2018-06-12 17:59:28 +01:00
2018-06-12 17:59:28 +01:00
2018-06-12 17:59:28 +01:00
2023-03-17 14:55:51 +00:00