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
..
2022-11-22 18:02:11 +00:00
2018-10-14 12:56:38 +02:00
2021-04-13 14:37:18 +02:00
2023-02-05 12:36:02 +00:00
2022-11-23 11:25:51 +00:00
2018-10-14 12:56:38 +02:00
2018-10-14 12:56:38 +02:00
2022-08-28 23:33:17 +01:00
2022-08-28 23:24:23 +01:00
2022-10-30 11:43:11 +00:00
2022-08-28 23:24:23 +01:00
2018-10-14 12:56:38 +02:00
2023-03-11 16:34:41 +01:00
2022-08-28 23:24:23 +01:00
2022-08-29 14:40:57 +01:00
2022-08-28 23:33:17 +01:00
2021-10-18 11:11:33 +02:00
2018-10-14 12:56:38 +02:00
2021-02-16 13:09:56 +01:00
2023-03-19 13:11:14 +00:00
2021-02-14 12:03:48 +01:00
2020-06-16 18:39:09 +02:00
2018-10-14 12:56:38 +02:00
2022-08-28 23:24:23 +01:00
2022-08-28 23:24:23 +01:00
2022-08-29 14:40:57 +01:00
2022-08-28 23:24:23 +01:00
2022-08-28 23:24:23 +01:00
2022-08-28 23:24:23 +01:00
2022-08-28 23:24:23 +01:00
2022-08-28 23:24:23 +01:00
2022-08-28 23:33:17 +01:00
2022-08-28 23:24:23 +01:00
2022-08-28 23:24:23 +01:00
2022-08-28 23:24:23 +01:00
2022-08-28 23:33:17 +01:00
2022-08-28 23:24:23 +01:00
2022-02-09 23:23:05 +00:00
2018-10-14 12:56:38 +02:00
2022-11-23 11:25:51 +00:00
2022-08-29 14:39:24 +01:00
2018-10-14 12:56:38 +02:00
2022-08-28 23:24:23 +01:00
2022-08-28 23:24:23 +01:00
2022-08-28 23:24:23 +01:00
2020-04-22 20:18:19 +02:00
2018-10-14 12:56:38 +02:00
2018-10-14 12:56:38 +02:00
2018-10-14 12:56:38 +02:00
2022-08-28 23:33:17 +01:00
2022-08-28 23:24:23 +01:00
2022-08-28 23:33:17 +01:00
2022-08-28 23:24:23 +01:00
2023-02-05 13:07:29 +00:00
2023-02-05 13:07:29 +00:00
2022-06-27 23:34:58 +01:00
2019-08-26 18:05:11 +01:00