From 3a152753b65babb1b45e639d0ca001a6da53a494 Mon Sep 17 00:00:00 2001 From: Eric Covener Date: Mon, 24 Jun 2024 18:21:04 +0000 Subject: [PATCH] docs bld break git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1918565 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/core.xml | 2 +- docs/manual/mod/mod_rewrite.xml | 2 +- docs/manual/rewrite/flags.xml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 52e2020b859..4b15a909a93 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -5335,7 +5335,7 @@ recognized methods to modules.

paths derived from untrusted inputs.

Security -UNC paths accessed outside of request processing, such as during startup, +

UNC paths accessed outside of request processing, such as during startup, are not checked against the hosts configured with this directive.

diff --git a/docs/manual/mod/mod_rewrite.xml b/docs/manual/mod/mod_rewrite.xml index 54dfe15a836..fd55811347e 100644 --- a/docs/manual/mod/mod_rewrite.xml +++ b/docs/manual/mod/mod_rewrite.xml @@ -1504,7 +1504,7 @@ cannot use $N in the substitution string! UnsafePrefixStat - Allows potentially unsafe substitutions from a leading variable or backreference to a filesystem path. + Allows potentially unsafe substitutions from a leading variable or backreference to a filesystem path. details ... diff --git a/docs/manual/rewrite/flags.xml b/docs/manual/rewrite/flags.xml index 39d904ea5d2..59eb4cd0c93 100644 --- a/docs/manual/rewrite/flags.xml +++ b/docs/manual/rewrite/flags.xml @@ -850,6 +850,7 @@ otherwise the MIME-type set with this flag is lost due to an internal re-processing (including subsequent rounds of mod_rewrite processing). The L flag can be useful in this context to end the current round of mod_rewrite processing.

+
UnsafeAllow3F

Setting this flag is required to allow a rewrite to continue If the -- 2.47.2