Re: [patch 2.0] http body request/response/trace conformance

2005-07-15 Thread Roy T. Fielding
-1 This is a violation of HTTP: +if (apr_table_get(r-subprocess_env, force-proxy-request-1.0) + || ((r-proto_num HTTP_VERSION(1,1)) + !apr_table_get(r-subprocess_env, force-proxy-request-1.1))) { In all cases except when specifically configured otherwise, the proxy

Re: [patch 2.0] http body request/response/trace conformance

2005-07-15 Thread William A. Rowe, Jr.
At 06:14 AM 7/15/2005, Roy T. Fielding wrote: -1 This is a violation of HTTP: +if (apr_table_get(r-subprocess_env, force-proxy-request-1.0) + || ((r-proto_num HTTP_VERSION(1,1)) + !apr_table_get(r-subprocess_env, force-proxy-request-1.1))) { In all cases except when

Re: [patch 2.0] http body request/response/trace conformance

2005-07-15 Thread William A. Rowe, Jr.
At 03:03 PM 7/14/2005, William A. Rowe, Jr. wrote: To simplify - Jeff Joe and I reviewed two of the patches, and they are committed. Two patches are available for comment; changelog; *) Added TraceEnable [on|off|extended] per-server directive to alter the behavior of the TRACE method.

Re: [patch 2.0] http body request/response/trace conformance

2005-07-14 Thread Jim Jagielski
+1

Re: [patch 2.0] http body request/response/trace conformance

2005-07-14 Thread William A. Rowe, Jr.
To simplify - Jeff Joe and I reviewed two of the patches, and they are committed. Two patches are available for comment; http://people.apache.org/~wrowe/httpd-2.0-trace.patch http://people.apache.org/~wrowe/httpd-2.0-proxy-request.patch Although proxy-request.patch will evolve as this

[patch 2.0] http body request/response/trace conformance

2005-07-13 Thread William A. Rowe, Jr.
Attached is the rollup of everything that we have collected to address c-l/t-e conformance in the httpd-2.1 trunk, which should apply clean to httpd-2.0 branch. I'll commit in 24 hrs by lazy consensus, but would rather see a few +1's first. Jeff's patch (without the protocol.c patch)