Opened 15 years ago
Closed 15 years ago
#61 closed editorial (fixed)
Redirection vs. Location
Reported by: | mnot@… | Owned by: | |
---|---|---|---|
Priority: | Milestone: | unassigned | |
Component: | p2-semantics | Severity: | |
Keywords: | Cc: |
Description
The definition of the Location header currently says: "The Location response-header field is used to redirect the recipient to a location other than the Request-URI for completion of the request or identification of a new resource. (...)" The issue is that this can be read as if the "...or identification..." can be read as applying to the "redirect" part.
Change History (5)
comment:1 Changed 15 years ago by mnot@…
comment:2 Changed 15 years ago by mnot@…
- Component set to messaging
- Milestone set to unassigned
comment:3 Changed 15 years ago by mnot@…
- Component changed from messaging to semantics
comment:4 Changed 15 years ago by mnot@…
- Type changed from design to editorial
comment:5 Changed 15 years ago by julian.reschke@…
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
One simple fix seems to be to swap the two parts of the sentence, as in...: "The Location response-header field is used for the identification of a new resource or to redirect the recipient to a location other than the Request-URI for completion of the request. (...)"