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

--- Comment #2 from Christoph Anton Mitterer <[email protected]> 2010-11-29 
20:11:57 EST ---
btw: IMHO even the sentence "Later sections override earlier ones." does more
harm than good.

It's not clear whether this means Directory/Files/Locations or only
Files/Locations and it's also not clear whether "later" means "above/below" in
the config file or at a "deeper" position (e.g. when <Files> is nested in
<Directory>).

When I have e.g.
<Directory />
  A param1
  B
</Directory>
<Directory />
  A param2
  C
</Directory>

Is the effect:
A param2
B
C
or just:
A param2
C

For at least <Location> the later seems to be the case (completely ignoring
previously matching sections, and not just overriding them)?

-- 
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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to