From nobody@hyperreal.com Thu Apr 24 08:36:12 1997 Received: (from nobody@localhost) by hyperreal.com (8.8.4/8.8.4) id IAA06960; Thu, 24 Apr 1997 08:36:12 -0700 (PDT) Message-Id: <199704241536.IAA06960@hyperreal.com> Date: Thu, 24 Apr 1997 08:36:12 -0700 (PDT) From: SERAUD Philippe Reply-To: seraud@medias.cst.cnes.fr To: apbugs@hyperreal.com Subject: HTTP 1.1 200 OK response instead of HTTP 1.0 response X-Send-Pr-Version: 3.2 >Number: 473 >Category: protocol >Synopsis: HTTP 1.1 200 OK response instead of HTTP 1.0 response >Confidential: no >Severity: critical >Priority: medium >Responsible: apache >State: closed >Class: sw-bug >Submitter-Id: apache >Arrival-Date: Thu Apr 24 08:40:01 1997 >Last-Modified: Thu Apr 24 08:51:03 PDT 1997 >Originator: seraud@medias.cst.cnes.fr >Organization: >Release: 1.2b8 >Environment: Operating system : Solaris 2.4 Compiler : gcc Station : Sun Sparc 5 Browser : Harvest Gatherer from Harvest vers 1.4.pl2 >Description: I use Harvest system to index my apache server, this system has a gatherer which only support HTTP 1.0. It send HTTP 1.0 request to my apache server and my server send HTTP 1.1 response. So the gathere stops because of this problem. I 've look in the bugs database, and found such problem (bug signaled 21 dec 1996 about apache 1.2b1), you said that it has been corrected, but it seems not. I thought that apache was HTTP 1.0 compliant, it isn't the case ? So, good luck ! >How-To-Repeat: You must install harvest system and try to gather a server which work with apache 1.2b8. >Fix: >Audit-Trail: State-Changed-From-To: open-closed State-Changed-By: marc State-Changed-When: Thu Apr 24 08:51:03 PDT 1997 State-Changed-Why: A HTTP/1.1 response to a HTTP/1.0 request is perfectly legitimate. The client is broken if it does not understand it and should be fixed. The decision to send a HTTP/1.1 response to HTTP/1.0 requests is concious and desirable. You can use something like: BrowserMatch "xxx" force-response-1.0 where xxx is the User-Agent that the broken client sends. You should get the client fixed. >Unformatted: