Fwd: Problem with PUT and redirections on Apache
Jim Gettys (jg@pa.dec.com)
Tue, 3 Nov 1998 11:16:55 -0800
This is a multi-part message in MIME format, created by Pachyderm.
The parts are separated by "--1" lines.
The first part is a covering note, the others are attachments.
--1
Content-Type: text/plain
Another one that should have gone to the list.
This one is a real protocol problem, however.
- Jim
--1
Content-Type: message/rfc822
Content-Disposition: inline
Received: by src-mail.pa.dec.com; id AA19963; Wed, 30 Sep 1998 19:48:27 -0700
Received: from mail2.digital.com by pobox1.pa.dec.com (5.65v3.2/1.1.10.5/07Nov97-1157AM)
id AA09363; Wed, 30 Sep 1998 19:47:38 -0700
Received: from www10.w3.org (www10.w3.org [18.23.0.20])
by mail2.digital.com (8.8.8/8.8.8/WV1.0g) with ESMTP id TAA12912
for <jg@pa.dec.com>; Wed, 30 Sep 1998 19:47:38 -0700 (PDT)
Received: from paris.ics.uci.edu (paris.ics.uci.edu [128.195.1.50]) by www10.w3.org (8.8.5/8.7.3) with SMTP id WAA09989; Wed, 30 Sep 1998 22:44:11 -0400 (EDT)
Received: from kiwi.ics.uci.edu by paris.ics.uci.edu id aa11656;
30 Sep 98 19:40 PDT
To: jg@w3.org
Cc: Henrik Frystyk Nielsen <frystyk@w3.org>
Subject: Re: Problem with PUT and redirections on Apache
In-Reply-To: Your message of "Wed, 30 Sep 1998 19:22:24 PDT."
<9809301922.aa09321@paris.ics.uci.edu>
Date: Wed, 30 Sep 1998 19:40:21 -0700
From: "Roy T. Fielding" <fielding@kiwi.ics.uci.edu>
Message-Id: <9809301940.aa11656@paris.ics.uci.edu>
Status:
MIME-Version: 1.0
We have a protocol problem. Section 8.2.4 says that we MUST return
an "error status" if we don't return a 100. That shouldn't say what
kind of other status the server might return, since some requests can
be completed successfully without reading the body (e.g., the OPTIONS
body can be discarded). 302 responses is another case where the
server does not want to return 100 even though it is not an error.
....Roy
--1--