Skip to content

Commit

Permalink
* Improve comment to make the main thread more clear
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1922411 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
rpluem committed Dec 10, 2024
1 parent 48a7dce commit 72523a3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modules/mappers/mod_rewrite.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 72523a3

Please sign in to comment.