From nobody@FreeBSD.org  Fri Aug 27 17:47:52 2004
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 388AA16A4CE
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Aug 2004 17:47:52 +0000 (GMT)
Received: from www.freebsd.org (www.freebsd.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2DC0443D54
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Aug 2004 17:47:52 +0000 (GMT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.11/8.12.11) with ESMTP id i7RHlpGk019653
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 27 Aug 2004 17:47:51 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.11/8.12.11/Submit) id i7RHlpJF019651;
	Fri, 27 Aug 2004 17:47:51 GMT
	(envelope-from nobody)
Message-Id: <200408271747.i7RHlpJF019651@www.freebsd.org>
Date: Fri, 27 Aug 2004 17:47:51 GMT
From: Kevin Way <kevin@insidesystems.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: apache 1.3.31 has bug that breaks DAV
X-Send-Pr-Version: www-2.3

>Number:         71040
>Category:       ports
>Synopsis:       www/apache13 1.3.31 has bug that breaks DAV
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    ache
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Aug 27 17:50:22 GMT 2004
>Closed-Date:    Sat Aug 28 01:11:29 GMT 2004
>Last-Modified:  Sat Aug 28 01:11:29 GMT 2004
>Originator:     Kevin Way
>Release:        FreeBSD 4.10-p2
>Organization:
InsideSystems
>Environment:
FreeBSD xxxxxxxx.com 4.10-RELEASE-p2 FreeBSD 4.10-RELEASE-p2 #7: Wed Aug 25 21:21:01 EDT 2004     root@scratch.xxxxxxxx.org:/usr/obj/usr/src/sys/SERVER  i386
>Description:
apache 1.3.31 has a bug which breaks DAV folders resulting in an httpd error log filled with: request failed: erroneous characters after protocol string: <?xml version=\\"1.0\\" encoding=\\"utf-8\\" ?>
>How-To-Repeat:
use DAV on apache 1.3.31
>Fix:
--- src/main/http_request.c     2004/04/28 16:58:42     1.174
+++ src/main/http_request.c     2004/05/28 12:07:02     1.175
@@ -1056,7 +1056,7 @@
      */
     if ((r->status != HTTP_NOT_MODIFIED) && (r->status != HTTP_NO_CONTENT)
         && !ap_status_drops_connection(r->status)
-        && r->connection && (r->connection->keepalive > 0)) {
+        && r->connection && (r->connection->keepalive != -1)) {

         (void) ap_discard_request_body(r);
     }

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->ache 
Responsible-Changed-By: linimon 
Responsible-Changed-When: Sat Aug 28 01:07:28 GMT 2004 
Responsible-Changed-Why:  
Over to maintainer. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71040 
State-Changed-From-To: open->closed 
State-Changed-By: ache 
State-Changed-When: Sat Aug 28 01:10:58 GMT 2004 
State-Changed-Why:  
Already fixed long time ago 

http://www.freebsd.org/cgi/query-pr.cgi?pr=71040 
>Unformatted:
