From: Colm MacCarthaigh Date: Tue, 13 Sep 2005 18:32:15 +0000 (+0000) Subject: Vote on the TRACE patch. Testing done on Ubuntu. Add some notes (more reminders X-Git-Tag: 2.0.55~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=68f1e1b8113f2f9a41a4375a7d2e57b809b4b1a8;p=thirdparty%2Fapache%2Fhttpd.git Vote on the TRACE patch. Testing done on Ubuntu. Add some notes (more reminders 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 --- diff --git a/STATUS b/STATUS index caf27fc778b..f95e996641a 100644 --- 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