Commit d229911c authored by Roy T. Fielding's avatar Roy T. Fielding
Browse files

Enabled all of the WebDAV method names for use by third-party

modules, Limit, and Script directives.  That includes PATCH,
PROPFIND, PROPPATCH, MKCOL, COPY, MOVE, LOCK, and UNLOCK.
Improved mod_actions.c so that it can use any of the methods
defined in httpd.h.  Added ap_method_number_of(method) for
getting the internal method number.

I would have preferred to use a configurable table for new methods,
but the current API is too dependent on methods being represented as
a bitmask.  We need to rethink this in the next major server version.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@82364 13f79535-47bb-0310-9956-ffa450edef68
parent 4c2941dc
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment