You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by "Roy T. Fielding" <fi...@kiwi.ics.uci.edu> on 1999/02/10 18:37:02 UTC

Re: cvs commit: apache-1.3/src/main http_core.c

>I don't know if this has been discussed, but wouldn't it be more
>orthogonal if the directive would be written...
>    <Limit !methodname>
>like in several other apache directives?

That would make it much harder to explain in the documentation,
and weirdness would result if someone combined the two like

   <Limit GET !POST DELETE>

It would be harder to implement as well.

....Roy