You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2011/03/27 23:56:08 UTC

DO NOT REPLY [Bug 47019] LimitExcept inside LocationMatch wipes all other access controls

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

William A. Rowe Jr. <wr...@apache.org> changed:

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

--- Comment #2 from William A. Rowe Jr. <wr...@apache.org> 2011-03-27 17:56:06 EDT ---
Yea, limit and limitexcept are scary beasts which I proposed to eliminate/
replace with more thorough functionality (and was shot down on the proposal).

But you have to understand the order of operations which were CLEARLY
documented

  process <Location... (depth order)
  process <LocationMatch... (conf order)
  process <Directory... (depth order)
  process <DirectoryMatch... (conf order)
  process <Files... (conf order?)
  process <FilesMatch... (conf order)
  process <Location... (depth order)
  process <LocationMatch... (conf order)

So locationmatch overrides EVERYTHING by design

-- 
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@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org