]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: ap_location_walk() does not deal with the filesystem
authorYann Ylavic <ylavic@apache.org>
Fri, 12 Jul 2024 15:41:42 +0000 (15:41 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 12 Jul 2024 15:41:42 +0000 (15:41 +0000)
commit00eeea913756cd539f663c31f943f3167fe56ae8
treef31364166428e39e3c39f3d40771c003e2855f95
parent0afe939c9dd42ff17e7cd9e290f0d0537f3286c3
core: ap_location_walk() does not deal with the filesystem

So it shouldn't merge slashes according to filesystem rules.

* server/request.c(ap_location_walk):
  Use ap_no2slash_ex(,0) instead of ap_no2slash() to ignore
  filesystem specifics.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919165 13f79535-47bb-0310-9956-ffa450edef68
server/request.c