]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote on the TRACE patch. Testing done on Ubuntu. Add some notes (more reminders
authorColm MacCarthaigh <colm@apache.org>
Tue, 13 Sep 2005 18:32:15 +0000 (18:32 +0000)
committerColm MacCarthaigh <colm@apache.org>
Tue, 13 Sep 2005 18:32:15 +0000 (18:32 +0000)
for myself than anything else) that have been discussed.

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

STATUS

diff --git a/STATUS b/STATUS
index caf27fc778b7a623e443f601f53fb6861351aa0d..f95e996641a5147d5bcab73e59aee55abd5aa63a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -217,7 +217,11 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
        full control of TRACE request handling.  RFC 2616 does NOT require
        TRACE (although to disable remains silly).  Current patch at;
           http://people.apache.org/~wrowe/httpd-2.0-trace.patch
-       +1 wrowe, jimjag
+       +1 wrowe, jimjag, colm
+         colm notes: There are some \n's in apr_table_setn calls that are
+                     not consistent with other calls to apr_table_setn.
+                     There is no documentation for TraceEnable in trunk to 
+                     backport, shouldn't release while still undocumented.
 
     *) mod_headers: Support {...}s tag for SSL variable lookup.
        http://www.apache.org/~jorton/mod_headers-2.0-ssl.diff