[Bug 70019] RewriteRule documentation unclear/incoherent about substitution interpretation (file-system path vs URL-path)

[email protected]
Newsgroups gmane.comp.apache.documentation
Message-ID <[email protected]/bugzilla/>
https://bz.apache.org/bugzilla/show_bug.cgi?id=70019

Rich Bowen <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
             Status|NEW                         |RESOLVED

--- Comment #2 from Rich Bowen <[email protected]> ---
Ok, I think I figured out what you mean.

Fixed the contradictory file-system path vs URL-path descriptions
in the RewriteRule substitution documentation.

The filesystem-existence guessing (prefix_stat) only occurs in server
or virtual host context — verified against mod_rewrite.c source.
In per-directory context, RewriteBase or the directory prefix governs
path handling; no filesystem probing is done.

Changes:
- file-system path bullet: explicitly states this only applies in
  server/virtualhost context, and that per-directory context does
  not perform this guessing
- URL-path bullet: removed incorrect parenthetical about per-directory
  behavior; kept the /www example but scoped to server/virtualhost
  context only

Patched in r1933713 (trunk), r1933714 (2.4).

-- 
You are receiving this mail because:
You are the assignee for the bug.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.