Jim Jagielski wrote:
> 
> But, as I read it, the '*' in OPTIONS * does not really
> mean a Location *... in other words, it's not a URI per se.
> OPTIONS * asks for the capabilities of the server itself,
> independent of URI... At least, that's how I read it.

There is no 'real' <Location "*">

There's a <Location "/*">, or a <LocationMatch ".*">

But since Location is segment-delimited, <Location "*"> would
only affect OPTIONS *.

Bill

Reply via email to