#34 closed design (fixed)
Out-of-date reference for URIs
Reported by: | mnot@… | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 05 | |
Component: | p1-messaging | Severity: | |
Keywords: | Cc: |
Description
RFC2616 refers to RFC2396, RFC1630, RFC1738, and RFC1808, all of which have been obsoleted by RFC3986.
If the reference is changed, it will important to remember to make a decision about the "mark" production in the former (which are unreserved characters) which have been moved to have reserved status in the latter.
By referencing 2396, HTTP allows these characters unescaped in path segments, etc. If 3986 is referenced as-is, they will be effectively disallowed, thereby effectively making a number of existing HTTP URIs invalid.
This includes the exclamation mark ("!"), asterisk ("*"), single-quote ("'"), and open and close parentheses ("(" and ")").
Change History (6)
comment:1 Changed 15 years ago by mnot@…
- Component set to messaging
- Milestone set to unassigned
comment:2 Changed 15 years ago by mnot@…
- version set to 00-draft
comment:3 Changed 15 years ago by fielding@…
comment:4 Changed 14 years ago by julian.reschke@…
- Milestone changed from unassigned to 05
comment:5 Changed 14 years ago by julian.reschke@…
- Resolution set to fixed
- Status changed from new to closed
RFC3986 is the standard based on full knowledge of its effect on HTTP. IOW, the decision has already been made.