
wrowe at rowe-clan
Jun 26, 2009, 10:54 AM
Post #1 of 1
(182 views)
Permalink
|
|
Re: DO NOT REPLY [Bug 47392] <FilesMatch> is using the wrong directory
|
|
This is a discussion not a bugfix (yet) :) bugzilla[at]apache.org wrote: > https://issues.apache.org/bugzilla/show_bug.cgi?id=47392 > > --- Comment #4 from Eric Covener <covener[at]gmail.com> 2009-06-26 08:26:45 PST --- > re-opening for some more eyes. > > Requesting a directory e.g. "/test" without a trailing slash, ap_file_walk > applies Files/Filesmatch containers to the "basename" (/test->test) that live > in /test/.htaccess > > Is this as desired or should it be short-circuited (skipped, treated as an > empty iflename, ???) if we have the above case? Sounds like a candidate for > trunk-only change. I suggest we leave as is; you know this is a container, but how do you know /test is not /test/ container when looking at a proxy server? You might hit a directory match relative to docroot, but if it's served from the backend proxy server, /test may be a resource. IMHO, don't mess with the existing behavior; my 2c US, still dwindling.
|