httpbis: Ticket #11: URI includes query

Link:  http://trac.tools.ietf.org/wg/httpbis/trac/ticket/11

Origin:  http://lists.w3.org/Archives/Public/ietf-http-wg-old/2001MayAug/0034.html

Component: p1-messaging

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

Mails

Associated Checkins

fielding@gbiv.com (Sat, 22 Dec 2007 00:10:05 GMT)
[76]: Resolve #11: URI includes query

History

: comment added; version, resolution, milestone set; status changed (Sat, 22 Dec 2007 00:10:05 GMT)

Fixed in [76]

: comment added; version changed (Sat, 22 Dec 2007 04:12:27 GMT)

: comment added; component set (Sat, 09 Aug 2008 12:59:01 GMT)

Related Information

Issues List Index