]> granicus.if.org Git - apache/commitdiff
move Define/Undefine context issue as stalled as a reminder to
authorEric Covener <covener@apache.org>
Tue, 3 May 2016 18:49:08 +0000 (18:49 +0000)
committerEric Covener <covener@apache.org>
Tue, 3 May 2016 18:49:08 +0000 (18:49 +0000)
figure something out for 2.4.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1742176 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 94bf4e29a4733a834513d7e3530df14b90a4d5af..f7e4eb8e54f4bebe01716fcffbd99949f5d5ab35 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -234,15 +234,6 @@ PATCHES/ISSUES THAT ARE BEING WORKED
         jim: Non-blocking seems the best way to handle...
 
 
-   * core: block Define and Undefine in vhost and directory context. Because
-     it is EXEC_ON_READ, it "breaks out" of these contexts anyway.
-     trunk patch: http://svn.apache.org/r1656063
-                  http://svn.apache.org/r1656122
-     2.4.x patch:  http://people.apache.org/~covener/patches/2.4.x-define-limits.diff
-     +1: covener (I need to review the docs manually in this area)
-     -1: wrowe (blocking will break "working" .conf files on a subversion update
-                meant to pick up security fixes.  "Alerting" I would agree to.)
-
    * core: improve error message when docroot is unreadable.
      trunk patch: http://svn.apache.org/r1506474
      2.4.x patch: trunk works
@@ -387,3 +378,13 @@ PATCHES/ISSUES THAT ARE STALLED
             cgi-examples/ dir alongside cgi-bin/? Otherwise manual/cgi/examples
             might work?
 
+   * core: block Define and Undefine in vhost and directory context. Because
+     it is EXEC_ON_READ, it "breaks out" of these contexts anyway.
+     trunk patch: http://svn.apache.org/r1656063
+                  http://svn.apache.org/r1656122
+     2.4.x patch:  http://people.apache.org/~covener/patches/2.4.x-define-limits.diff
+     +1: covener (I need to review the docs manually in this area)
+     -1: wrowe (blocking will break "working" .conf files on a subversion update
+                meant to pick up security fixes.  "Alerting" I would agree to.)
+
+