#1 closed design (fixed)
HTTP Version should be case sensitive
Reported by: | mnot@… | Owned by: | fielding@… |
---|---|---|---|
Priority: | minor | Milestone: | 01 |
Component: | p1-messaging | Severity: | |
Keywords: | Cc: |
Description
In general, quoted string literals in the spec are defined to be case insensitive, but the HTTP Version token should be case sensitive. In section 3.1 it says:
The version of an HTTP message is indicated by an HTTP-Version field in the first line of the message. HTTP-Version = "HTTP" "/" 1*DIGIT "." 1*DIGIT
It should add:
The version of an HTTP message is indicated by an HTTP-Version field in the first line of the message. HTTP-Version is case-sensitive. HTTP-Version = "HTTP" "/" 1*DIGIT "." 1*DIGIT
Change History (7)
comment:1 Changed 15 years ago by mnot@…
- Type changed from defect to design
comment:2 Changed 15 years ago by mnot@…
- origin set to http://lists.w3.org/Archives/Public/ietf-http-wg/2002JulSep/0066.html
comment:3 Changed 15 years ago by fielding@…
- Milestone set to 01
- Owner set to fielding@…
- Status changed from new to assigned
comment:4 Changed 15 years ago by fielding@…
- Resolution set to fixed
- Status changed from assigned to closed
- version set to 00
comment:5 Changed 15 years ago by mnot@…
- version changed from 00 to d00
comment:6 Changed 15 years ago by julian.reschke@…
- Component set to non-specific
See also ABNF change in [260].
comment:7 Changed 15 years ago by julian.reschke@…
- Component changed from non-specific to p1-messaging
Note: See
TracTickets for help on using
tickets.
Fixed in [68]