From 6680ceb5e711142bd1ee61f25827babaf25938ca Mon Sep 17 00:00:00 2001 From: Christophe Jaillet Date: Sun, 28 Jul 2024 13:33:25 +0000 Subject: Add some compatibility notes for some mod_rewrite flags added in lte last releases. Make use of the new . git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919564 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_rewrite.xml | 6 ++++-- docs/manual/rewrite/flags.xml | 6 +++++- 2 files changed, 9 insertions(+), 3 deletions(-) (limited to 'docs') diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 0cfc2f42ec..168d4cb9be 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1505,13 +1505,15 @@ cannot use $N in the substitution string! UnsafePrefixStat Allows potentially unsafe substitutions from a leading variable or backreference to a filesystem path. - details ... + details ...
+ 2.5.1 UNC Prevents the merging of multiple leading slashes, as used by Windows UNC paths. - details ... + details ...
+ 2.5.1 diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 0b9ccfa9a8..d46ba08818 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -865,11 +865,15 @@ The L flag can be useful in this context to end the These substitutions are not prefixed with the document root. This protects from a malicious URL causing the expanded substitution to map to an unexpected filesystem location.

+ +

2.5.1

UNC

Setting this flag prevents the merging of multiple leading slashes, as used in Windows UNC paths. The flag is not necessary when the rules - substitution starts with multiple literal slashes.

+ substitution starts with multiple literal slashes.

+ +

2.5.1

-- cgit v1.2.3