]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Improve comment to make the main thread more clear
authorRuediger Pluem <rpluem@apache.org>
Tue, 10 Dec 2024 16:47:51 +0000 (16:47 +0000)
committerRuediger Pluem <rpluem@apache.org>
Tue, 10 Dec 2024 16:47:51 +0000 (16:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922411 13f79535-47bb-0310-9956-ffa450edef68

modules/mappers/mod_rewrite.c

index 5f73f8bce2116ea899aed1222d1090d94d38bc0f..a720b1edb615832c202f5adaf283ec6f7fa3e11a 100644 (file)
@@ -4497,6 +4497,9 @@ static rule_return_type apply_rewrite_rule(rewriterule_entry *p,
              * rule like "RewriteRule ^/some/path(.*) $1" that is given a path
              * like "/some/pathscheme:..." to produce the fully qualified URL
              * "scheme:..." which could be misinterpreted later.
+             * Note: While this approach is broader to catch further possible
+             * cases the main immediate thread are RewriteRule results that
+             * would start with proxy:.
              */
             rewritelog(r, 3, ctx->perdir, "add root prefix: %s -> /%s",
                        newuri, newuri);