#26 closed editorial (fixed)
Import query BNF
Reported by: | mnot@… | Owned by: | julian.reschke@… |
---|---|---|---|
Priority: | Milestone: | 01 | |
Component: | p1-messaging | Severity: | |
Keywords: | Cc: |
Description
In section 3.2.2, http_URL is defined as follows:
http_URL = "http:" "//" host [ ":" port ] [ abs_path [ "?" query ]]
However, RFC 2616 does not contain a rule called "query". I assume this is meant to be the same "query" that is defined in RFC 2396, since section 3.2.1 incorporates "URI-reference", "absoluteURI", "relativeURI", "port", "host", "abs_path", "rel_path", and "authority" from that specification (but "query" is missing from this list).
Change History (4)
comment:1 Changed 15 years ago by mnot@…
comment:2 Changed 15 years ago by julian.reschke@…
- Component set to messaging
- Milestone set to 01
- Owner set to julian.reschke@…
- version set to d00
comment:3 Changed 15 years ago by julian.reschke@…
- Resolution set to fixed
- Status changed from new to closed
comment:4 Changed 15 years ago by julian.reschke@…
Fixed in [127]
Note: See
TracTickets for help on using
tickets.
Proposal: Add "query" to the list of imported rules in section 3.2.1.