]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Update status of ap_expr and Limit
authorStefan Fritsch <sf@apache.org>
Sat, 20 Nov 2010 20:53:13 +0000 (20:53 +0000)
committerStefan Fritsch <sf@apache.org>
Sat, 20 Nov 2010 20:53:13 +0000 (20:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1037326 13f79535-47bb-0310-9956-ffa450edef68

STATUS
docs/STATUS

diff --git a/STATUS b/STATUS
index 357a130d59a170946f33a3543b29e49cad666845..e56ff54b089a01be20c630639cdfa1936c7e0a23 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -79,10 +79,6 @@ RELEASE SHOWSTOPPERS:
       jim sez: Then we just ship with those... mark any others as
                 experimental
 
-  * The grammar and interface of ap_expr should be something that we are
-    comfortable with keeping for the next few years.
-    sf is working on this
-
   FOR NEXT ALPHA:
 
   * The mod_session* modules need to be checked that their hooks respect
@@ -120,8 +116,8 @@ CURRENT VOTES:
 
 RELEASE NON-SHOWSTOPPERS BUT WOULD BE REAL NICE TO WRAP THESE UP:
 
-  * Add mod_allow_method or some other (usable) functionality to replace
-    Limit/LimitExcept.
+  * Maybe remove Limit/LimitExcept or at least make it log warnings when
+    mis-used.
 
   * Sort out modules selections for most/all/reallyall. Maybe rename
     all -> most, reallyall -> all, and remove the old 'most'.
index 47ffb8c94fbe7d026b4dc6af9ab93f9fbe5a8168..4c07791fe26f61ec33136d7e0b7acb97fcfdb4aa 100644 (file)
@@ -63,12 +63,8 @@ To Do List
     - Discussion of DBD auth, and, in particular, examples of how to set
       up auth using each of the supported databases.
 
-- Expression syntax for <If> and Require expr
-    - Need complete documentation for the expression syntax.
-      (Is there any design doc for this?  Or do we need to
-      read server/util_expr.c?)
-    - This should wait until the future of ap_expr is decided.
-      See http://mail-archives.apache.org/mod_mbox/httpd-dev/201010.mbox/%3C201010231336.33829.sf@sfritsch.de%3E
+- Expression syntax for <If>, Require expr, SetEnvIfExpr, CustomLog, ...
+  Start is in expr.xml, igalic is working on this
 
 - modules docs
     - the follwing modules added since 2.2 lack documentation