]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
factor out IS_SLASH, perdir fix
authorYann Ylavic <ylavic@apache.org>
Wed, 26 Jun 2024 14:56:47 +0000 (14:56 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 26 Jun 2024 14:56:47 +0000 (14:56 +0000)
commit4326d6b9041a3bcb9b529f9163d0761c2d760700
treecc8730b058d1483ce795770d66eadea9098a7039
parent6b8e043ce4f27114e6ae1b8176b629b7cb3fbbce
factor out IS_SLASH, perdir fix

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

don't add / to / in the non-perdir

match AP_IS_SLASH macro

followup to 1918651

Merges r1918651, r1918652, r1918663 from trunk
Reviewed by: covener, ylavic, rpluem
GH: close #458

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