]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
factor out IS_SLASH, perdir fix
authorEric Covener <covener@apache.org>
Wed, 26 Jun 2024 10:09:29 +0000 (10:09 +0000)
committerEric Covener <covener@apache.org>
Wed, 26 Jun 2024 10:09:29 +0000 (10:09 +0000)
commitf2db4112861b10192de7a1a42321b42cb8a2ba55
treeb5708fae5ed5a0767684115716290217f24c8e9f
parentad3f022fa149b49a787b94b7fcd6ea607d602e23
factor out IS_SLASH, perdir fix

in per-dir, the filename will be internally redirected, so / is OK too.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918651 13f79535-47bb-0310-9956-ffa450edef68
include/ap_mmn.h
include/httpd.h
modules/mappers/mod_rewrite.c
server/util.c