]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
core: Disallow Methods' registration at run time (.htaccess), they may be
authorYann Ylavic <ylavic@apache.org>
Thu, 7 Sep 2017 22:43:41 +0000 (22:43 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 7 Sep 2017 22:43:41 +0000 (22:43 +0000)
commit4cc27823899e070268b906ca677ee838d07cf67a
tree48dd41f9aaac5c2d780ac703bbaea235edf3fbe8
parent2483191713aac6497c43f942216e20aa72da3fa8
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.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1807655 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
server/core.c