Skip to content

Commit 72523a3

Browse files
committed
* Improve comment to make the main thread more clear
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922411 13f79535-47bb-0310-9956-ffa450edef68
1 parent 48a7dce commit 72523a3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

modules/mappers/mod_rewrite.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4497,6 +4497,9 @@ static rule_return_type apply_rewrite_rule(rewriterule_entry *p,
44974497
* rule like "RewriteRule ^/some/path(.*) $1" that is given a path
44984498
* like "/some/pathscheme:..." to produce the fully qualified URL
44994499
* "scheme:..." which could be misinterpreted later.
4500+
* Note: While this approach is broader to catch further possible
4501+
* cases the main immediate thread are RewriteRule results that
4502+
* would start with proxy:.
45004503
*/
45014504
rewritelog(r, 3, ctx->perdir, "add root prefix: %s -> /%s",
45024505
newuri, newuri);

0 commit comments

Comments
 (0)