]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix processing of the TRACE method. Previously we passed bogus
authorJeff Trawick <trawick@apache.org>
Thu, 17 May 2001 18:04:18 +0000 (18:04 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 17 May 2001 18:04:18 +0000 (18:04 +0000)
commit551ecb9a9afb29a9bbed08fa979b88ff507d8fc5
tree47c04476eca839f10dbd54b7da180258b5f41b3a
parentf167e62d065ae6edf550307d45a93cc536491621
Fix processing of the TRACE method.  Previously we passed bogus
parms to form_header_field() and it overlaid some vhost structures,
resulting in a segfault in check_hostalias().
[Greg Ames, Jeff Trawick]

Note: Not being familiar with the TRACE method I compared the 2.0
output with 1.3.9 output.  The only difference is that with 2.0 we
get a Content-Length header field.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@89138 13f79535-47bb-0310-9956-ffa450edef68
CHANGES
STATUS
modules/http/http_protocol.c