Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: Apache: Bugs

[Bug 47392] <FilesMatch> is using the wrong directory

 

 

Apache bugs RSS feed   Index | Next | Previous | View Threaded


bugzilla at apache

Jun 19, 2009, 5:08 AM

Post #1 of 6 (457 views)
Permalink
[Bug 47392] <FilesMatch> is using the wrong directory

https://issues.apache.org/bugzilla/show_bug.cgi?id=47392


Dan Poirier <poirier[at]pobox.com> changed:

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




--- Comment #1 from Dan Poirier <poirier[at]pobox.com> 2009-06-19 05:08:49 PST ---
Good detailed problem description, but in the wrong place. Please ask
configuration questions on the user's list, don't open bug reports.

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: bugs-help[at]httpd.apache.org


bugzilla at apache

Jun 26, 2009, 5:36 AM

Post #2 of 6 (389 views)
Permalink
[Bug 47392] <FilesMatch> is using the wrong directory [In reply to]

https://issues.apache.org/bugzilla/show_bug.cgi?id=47392


sworddragon2[at]aol.com changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |




--- Comment #2 from sworddragon2[at]aol.com 2009-06-26 05:36:14 PST ---
I have already read the following documentation:
http://httpd.apache.org/docs/2.2/mod/core.html

There is nothing what explains this behavior. Just try to make a solution with
my example. If this is really a bug, nobody can resolve this without a bugfix.

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: bugs-help[at]httpd.apache.org


bugzilla at apache

Jun 26, 2009, 7:05 AM

Post #3 of 6 (384 views)
Permalink
[Bug 47392] <FilesMatch> is using the wrong directory [In reply to]

https://issues.apache.org/bugzilla/show_bug.cgi?id=47392


Dan Poirier <poirier[at]pobox.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |INVALID




--- Comment #3 from Dan Poirier <poirier[at]pobox.com> 2009-06-26 07:05:14 PST ---
If you don't think the server is behaving the way you expect it to, you should
always ask about it on the users list. Maybe someone will say "yes, that's a
bug, please open a bug report" but it's much more likely that someone will
explain to you how to configure the server to behave the way you want.

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: bugs-help[at]httpd.apache.org


bugzilla at apache

Jun 26, 2009, 8:26 AM

Post #4 of 6 (383 views)
Permalink
[Bug 47392] <FilesMatch> is using the wrong directory [In reply to]

https://issues.apache.org/bugzilla/show_bug.cgi?id=47392


Eric Covener <covener[at]gmail.com> changed:

What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
Resolution|INVALID |




--- 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.

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: bugs-help[at]httpd.apache.org


bugzilla at apache

Jun 26, 2009, 9:11 AM

Post #5 of 6 (383 views)
Permalink
[Bug 47392] <FilesMatch> is using the wrong directory [In reply to]

https://issues.apache.org/bugzilla/show_bug.cgi?id=47392





--- Comment #5 from Nick Kew <nick[at]webthing.com> 2009-06-26 09:11:35 PST ---
FWIW, I took a look this afternoon. This report needs to move to users@ so we
can diagnose the OP's real problem, but playing with a .htaccess showed up a
more serious bug. I need to poke about a bit more before reporting/fixing it.

I guess none of the devs tend to use .htaccess ...

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: bugs-help[at]httpd.apache.org


bugzilla at apache

Jun 26, 2009, 9:26 AM

Post #6 of 6 (383 views)
Permalink
[Bug 47392] <FilesMatch> is using the wrong directory [In reply to]

https://issues.apache.org/bugzilla/show_bug.cgi?id=47392





--- Comment #6 from Nick Kew <nick[at]webthing.com> 2009-06-26 09:26:50 PST ---
(In reply to comment #5)
> FWIW, I took a look this afternoon. This report needs to move to users@ so we
> can diagnose the OP's real problem, but playing with a .htaccess showed up a
> more serious bug. I need to poke about a bit more before reporting/fixing it.

I take that back: my issue was a <Location /> overriding the .htaccess (I blame
the heat). I can confirm the behaviour reported by the OP.

Still thinking about it. The least we should do is document more clearly some
of the counter-intuitive things that happen on a merge.

--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe[at]httpd.apache.org
For additional commands, e-mail: bugs-help[at]httpd.apache.org

Apache bugs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact lists@gossamer-threads.com
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.