Minor errors in http/1.1 draft, rev. 01, from Ronald Tschalaer.
Jim Gettys (jg@pa.dec.com)
Wed, 14 Jan 1998 13:44:43 -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
To get them into the mailing list archive (and so that people can
complain if they think the changes are not just of editorial nature).
I'm assigning it editorial issue RONALD.
- Jim Gettys
--
Jim Gettys
Industry Standards and Consortia
Digital Equipment Corporation
Visting Scientist, World Wide Web Consortium, M.I.T.
http://www.w3.org/People/Gettys/
jg@w3.org, jg@pa.dec.com
--1
Content-type: message/rfc822
Received: by src-mail.pa.dec.com; id AA28517; Thu, 18 Dec 97 20:20:01 -0800
Received: from mail2.digital.com by pobox1.pa.dec.com (5.65v3.2/1.1.10.5/07Nov97-1157AM)
id AA03823; Thu, 18 Dec 1997 20:20:00 -0800
Received: from pss201.psi.ch (pss201.psi.ch [129.129.40.201])
by mail2.digital.com (8.7.5/UNX 1.5/1.0/WV) with SMTP id UAA16784
for <JG@pa.dec.com>; Thu, 18 Dec 1997 20:19:58 -0800 (PST)
Received: from psiclb.psi.ch by pss201.psi.ch; Fri, 19 Dec 97 05:16:33 +0100
Date: Fri, 19 Dec 1997 05:13:03 +0200
Message-Id: <97121905130321@psiclb.psi.ch>
From: Ronald.Tschalaer@psi.ch (Life is hard... and then you die.)
To: JG@pa.dec.com
Subject: Minor errors in http/1.1 draft, rev. 01
X-Vms-To: JG@PA.DEC.COM
X-Vms-Cc: RTSCHALAER
X-UIDL: 98e53c4d3b3e3dfd3ace059c77e6080c
Here are few typos in the latest draft (draft-ietf-http-v11-spec-rev-01.txt)
I've noticed.
1) Section 10.3.7:
If the 302 status code is received in response to a request other than
GET or HEAD, the user agent MUST NOT automatically redirect the request
unless it can be confirmed by the user, since this might change the
conditions under which the request was issued.
ought to be
If the 307 status code is received in response to a request other than
GET or HEAD, the user agent MUST NOT automatically redirect the request
unless it can be confirmed by the user, since this might change the
conditions under which the request was issued.
(i.e. "307" instead of "302")
2) Section 14.3:
Accept-Encoding: gzip;q=1.0; identity=0.5; *;q=0
ought to be
Accept-Encoding: gzip;q=1.0, identity;q=0.5, *;q=0
(various ";" where "," should be used, and a missing ";q").
3) Section 14.48:
TE: chunked; deflate;q=0.5
ought to be
TE: chunked, deflate;q=0.5
(";" where "," should be used)
Cheers,
Ronald
--1--