]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Drop stalled patch. [skip ci]
authorJoe Orton <jorton@apache.org>
Tue, 28 Jul 2020 13:45:41 +0000 (13:45 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 28 Jul 2020 13:45:41 +0000 (13:45 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1880373 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 27b7bd86f312bd2c9dc520c3ed33076f4bab5a05..49695ab68863bc9e9775a12a578062f5f64f50fd 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -305,15 +305,6 @@ PATCHES/ISSUES THAT ARE BEING WORKED
 
 PATCHES/ISSUES THAT ARE STALLED
 
-  *) core: Allow mod_env to override all system path envvars not just PATH
-     trunk patch: http://svn.apache.org/r1811831
-     2.4.x patch: svn merge -c 1811831 ^/httpd/httpd/trunk .
-     +1: jorton, rpluem
-     ylavic: same as dev@; since SetEnv* are usable from htaccess, wouldn't
-             we open a door here (unconditionally)? 
-             covener: seems like we need some kind of pattern for opting in
-             to restricted arguments.
-
    * core: Add ap_errorlog_provider to make ErrorLog logging modular. This
            backport keeps syslog logging as part of httpd core and only adds
            API to allow other modules to be used for error logging.