]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Backport TraceEnable option, correcting RFC violation by mod_proxy as this
authorWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 20 Sep 2005 18:14:29 +0000 (18:14 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Tue, 20 Sep 2005 18:14:29 +0000 (18:14 +0000)
commit073e44a68b7021fcf03972a9e9756620f551e3d7
treed9755987291b1cced00b888e1a2ee881b73b6f2e
parent12fb81125e007627e0732df803b9aadd44c4d052
  Backport TraceEnable option, correcting RFC violation by mod_proxy as this
  now drops any proxied TRACE request which tries to pass a body, unless
  the user explicitly forces 'TraceEnable extended'.

  Per colm; removed \n's from error_notes, docs coming next.

Reviewed by: jimj, colm

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@290502 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
include/ap_mmn.h
include/http_core.h
modules/http/http_protocol.c
modules/proxy/mod_proxy.c
server/core.c