From owner-freebsd-www@FreeBSD.ORG Wed Sep 16 10:50:02 2009 Return-Path: Delivered-To: freebsd-www@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id F36C71065670 for ; Wed, 16 Sep 2009 10:50:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id C50228FC15 for ; Wed, 16 Sep 2009 10:50:01 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8GAo0cI031290 for ; Wed, 16 Sep 2009 10:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8GAo0lG031289; Wed, 16 Sep 2009 10:50:00 GMT (envelope-from gnats) Resent-Date: Wed, 16 Sep 2009 10:50:00 GMT Resent-Message-Id: <200909161050.n8GAo0lG031289@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-www@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, "Radim Kolar SF.NET" Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBF811065679 for ; Wed, 16 Sep 2009 10:46:10 +0000 (UTC) (envelope-from hsn@sendmail.cz) Received: from smtp-out3.iol.cz (smtp-out3.iol.cz [194.228.2.91]) by mx1.freebsd.org (Postfix) with ESMTP id 7F1CD8FC1A for ; Wed, 16 Sep 2009 10:46:10 +0000 (UTC) Received: from antivir5.iol.cz (unknown [192.168.30.212]) by smtp-out3.iol.cz (Postfix) with ESMTP id 32EE3BC8837 for ; Wed, 16 Sep 2009 10:46:09 +0000 (UTC) Received: from localhost (antivir5.iol.cz [127.0.0.1]) by antivir5.iol.cz (Postfix) with ESMTP id 1262028129 for ; Wed, 16 Sep 2009 12:46:09 +0200 (CEST) Received: from antivir5.iol.cz ([127.0.0.1]) by localhost (antivir5.iol.cz [127.0.0.1]) (amavisd-new, port 10224) with LMTP id uinZu5kQ7NTJ for ; Wed, 16 Sep 2009 12:46:08 +0200 (CEST) Received: from port2.iol.cz (unknown [192.168.30.92]) by antivir5.iol.cz (Postfix) with ESMTP id 9099A28130 for ; Wed, 16 Sep 2009 12:46:08 +0200 (CEST) Received: from 205.83.broadband7.iol.cz (HELO sanatana.dharma) ([88.102.83.205]) by port2.iol.cz with ESMTP; 16 Sep 2009 12:46:06 +0200 Received: from hsn-sf@localhost by sanatana.dharma (Exim 4.69_4 FreeBSD) id 1Mns1O-0005IV-1t ; Wed, 16 Sep 2009 12:45:58 +0200 Message-Id: Date: Wed, 16 Sep 2009 12:45:58 +0200 From: "Radim Kolar SF.NET" To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: hsn-sf@sd.iol.cz Subject: www/138875: docs.freebsd.org sends incorrect HTTP/1.1 replies X-BeenThere: freebsd-www@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "Radim Kolar SF.NET" List-Id: FreeBSD Project Webmasters List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2009 10:50:02 -0000 >Number: 138875 >Category: www >Synopsis: docs.freebsd.org sends incorrect HTTP/1.1 replies >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-www >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Wed Sep 16 10:50:00 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Radim Kolar SF.NET >Release: FreeBSD 6.4-RELEASE-p4 i386 >Organization: >Environment: System: FreeBSD sanatana.dharma 6.4-RELEASE-p4 FreeBSD 6.4-RELEASE-p4 #1: Tue Jun 9 11:43:11 CEST 2009 root@sanatana.dharma:/usr/obj/usr/src/sys/UP i386 >Description: docs.freebsd.org apache sends incorrect HTTP/1.1 chunked replies. last zero sized chunk is missing >How-To-Repeat: Use page similar to this: http://docs.freebsd.org/cgi/getmsg.cgi?fetch=23452+0+archive/2009/svn-src-stable/20090913.svn-src-stable start wireshark, capture packets and then select follow TCP stream. Reply header is: HTTP/1.1 200 OK Date: Wed, 16 Sep 2009 10:29:42 GMT Server: Apache/1.3.x Sausalito (Unix) Last-Modified: Sun, 13 Sep 2009 03:50:45 GMT Content-Type: text/html Transfer-Encoding: chunked chunked encoding reqires to send size + '\r\n' and last chunk must have 0 size. In server reply last zero sized chunk is missing which is violation of HTTP/1.1 standard. >Fix: Try to upgrade Apache server >Release-Note: >Audit-Trail: >Unformatted: