Return-Path: Delivered-To: apmail-httpd-bugs-archive@www.apache.org Received: (qmail 86142 invoked from network); 7 Dec 2004 19:09:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Dec 2004 19:09:05 -0000 Received: (qmail 38603 invoked by uid 500); 7 Dec 2004 19:09:03 -0000 Delivered-To: apmail-httpd-bugs-archive@httpd.apache.org Received: (qmail 38459 invoked by uid 500); 7 Dec 2004 19:09:02 -0000 Mailing-List: contact bugs-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: Reply-To: "Apache HTTPD Bugs Notification List" Delivered-To: mailing list bugs@httpd.apache.org Received: (qmail 38433 invoked by uid 99); 7 Dec 2004 19:09:01 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=NO_REAL_NAME,UPPERCASE_25_50 X-Spam-Check-By: apache.org Received: from ajax-1.apache.org (HELO ajax.apache.org) (192.87.106.226) by apache.org (qpsmtpd/0.28) with ESMTP; Tue, 07 Dec 2004 11:09:01 -0800 Received: from ajax.apache.org (ajax.apache.org [127.0.0.1]) by ajax.apache.org (8.12.11/8.12.11) with ESMTP id iB7J8w2i020179 for ; Tue, 7 Dec 2004 20:08:58 +0100 Received: (from nobody@localhost) by ajax.apache.org (8.12.11/8.12.11/Submit) id iB7J8w01020177; Tue, 7 Dec 2004 20:08:58 +0100 Date: Tue, 7 Dec 2004 20:08:58 +0100 Message-Id: <200412071908.iB7J8w01020177@ajax.apache.org> From: bugzilla@apache.org To: bugs@httpd.apache.org Subject: DO NOT REPLY [Bug 18757] - Content-Length is removed from replies to HEAD requests X-Bugzilla-Reason: AssignedTo X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG� RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND� INSERTED IN THE BUG DATABASE. http://issues.apache.org/bugzilla/show_bug.cgi?id=18757 ------- Additional Comments From bnicholes@apache.org 2004-12-07 20:08 ------- Reverted the patch that was committed for this bug. It appears that it doesn't actually fix this bug and it breaks at least the TLS upgrade functionality by removing the content-length header for all 0 length responses. Also, code for handling the "Content-Length: 0" header for HEAD requests is already being done in ap_http_header_filter(). -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org For additional commands, e-mail: bugs-help@httpd.apache.org