#11 closed design (fixed)
URI includes query
Reported by: | mnot@… | Owned by: | |
---|---|---|---|
Priority: | Milestone: | 01 | |
Component: | p1-messaging | Severity: | |
Keywords: | Cc: |
Description
Section 5.1.2 defines a Request-URI as:
Request-URI = "*" | absoluteURI | abs_path | authority
where it gets abs_path by reference to RFC 2396; however, the abs_path in RFC 2396 doesn't include a possible query part:
hier_part = ( net_path | abs_path ) [ "?" query ] net_path = "//" authority [ abs_path ] abs_path = "/" path_segments
The definition of Request-URI should be:
Request-URI = "*" | absoluteURI | abs_path [ "?" query ] | authority
Change History (3)
comment:1 Changed 15 years ago by fielding@…
- Milestone set to 01
- Resolution set to fixed
- Status changed from new to closed
- version set to 00
comment:2 Changed 15 years ago by mnot@…
- version changed from 00 to d00
comment:3 Changed 15 years ago by julian.reschke@…
- Component set to p1-messaging
Note: See
TracTickets for help on using
tickets.
Fixed in [76]