]> granicus.if.org Git - apache/commit
Merge r1807655 from trunk:
authorYann Ylavic <ylavic@apache.org>
Fri, 8 Sep 2017 13:13:11 +0000 (13:13 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 8 Sep 2017 13:13:11 +0000 (13:13 +0000)
commite465e656be9cf5b69f6d100824d95fcd30c213a1
treecf6a30063a00fbec1b49051f9436dd984ff39b5f
parent9aa24e04ba6cd1f8fb9a76460217980124007fa3
Merge r1807655 from trunk:

core: Disallow Methods' registration at run time (.htaccess), they may be
used only if registered at init time (httpd.conf).

Calling ap_method_register() in children processes is not the right scope
since it won't be shared for all requests.

Reviewed by: ylavic, covener, icing

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1807754 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
server/core.c