Changeset 632 for draft-ietf-httpbis/latest/p2-semantics.xml
- Timestamp:
- Jul 27, 2009, 9:15:58 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
draft-ietf-httpbis/latest/p2-semantics.xml
r629 r632 342 342 <x:anchor-alias value="Authorization"/> 343 343 <x:anchor-alias value="ETag"/> 344 <x:anchor-alias value="fragment"/>345 344 <x:anchor-alias value="Host"/> 346 345 <x:anchor-alias value="HTTP-date"/> … … 356 355 <x:anchor-alias value="Range"/> 357 356 <x:anchor-alias value="TE"/> 357 <x:anchor-alias value="URI"/> 358 358 <x:anchor-alias value="Vary"/> 359 359 <x:anchor-alias value="WWW-Authenticate"/> … … 363 363 <figure><!--Part1--><artwork type="abnf2616"> 364 364 <x:ref>absolute-URI</x:ref> = <absolute-URI, defined in &uri;> 365 <x:ref>fragment</x:ref> = <fragment, defined in &uri;>366 365 <x:ref>Host</x:ref> = <Host, defined in &uri;> 367 366 <x:ref>HTTP-date</x:ref> = <HTTP-date, defined in &full-date;> … … 369 368 <x:ref>product</x:ref> = <product, defined in &product-tokens;> 370 369 <x:ref>TE</x:ref> = <TE, defined in &header-te;> 370 <x:ref>URI</x:ref> = <URI, defined in &uri;> 371 371 </artwork></figure> 372 372 <figure><!--Part3--><artwork type="abnf2616"> … … 1980 1980 by the request. For 3xx responses, the location &SHOULD; indicate the 1981 1981 server's preferred URI for automatic redirection to the resource. The 1982 field value consists of a single absoluteURI.1982 field value consists of a single URI. 1983 1983 </t> 1984 1984 <figure><artwork type="abnf2616"><iref primary="true" item="Grammar" subitem="Location"/><iref primary="true" item="Grammar" subitem="Location-v"/> 1985 1985 <x:ref>Location</x:ref> = "Location" ":" <x:ref>OWS</x:ref> <x:ref>Location-v</x:ref> 1986 <x:ref>Location-v</x:ref> = <x:ref> absolute-URI</x:ref> [ "#" <x:ref>fragment</x:ref> ]1986 <x:ref>Location-v</x:ref> = <x:ref>URI</x:ref> 1987 1987 </artwork></figure> 1988 1988 <t> … … 3279 3279 3280 3280 <x:ref>Location</x:ref> = "Location:" OWS Location-v 3281 <x:ref>Location-v</x:ref> = absolute-URI [ "#" fragment ]3281 <x:ref>Location-v</x:ref> = URI 3282 3282 3283 3283 <x:ref>Max-Forwards</x:ref> = "Max-Forwards:" OWS Max-Forwards-v … … 3319 3319 <x:ref>TE</x:ref> = <TE, defined in [Part1], Section 8.8> 3320 3320 3321 <x:ref>URI</x:ref> = <URI, defined in [Part1], Section 2.3> 3321 3322 <x:ref>User-Agent</x:ref> = "User-Agent:" OWS User-Agent-v 3322 3323 <x:ref>User-Agent-v</x:ref> = product *( RWS ( product / comment ) ) … … 3339 3340 <x:ref>extension-code</x:ref> = 3DIGIT 3340 3341 <x:ref>extension-method</x:ref> = token 3341 3342 <x:ref>fragment</x:ref> = <fragment, defined in [Part1], Section 2.3>3343 3342 3344 3343 <x:ref>mailbox</x:ref> = <mailbox, defined in [RFC5322], Section 3.4> … … 3626 3625 "update note about redirect limit" 3627 3626 </t> 3627 <t> 3628 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/191"/>: 3629 "Location header ABNF should use 'URI'" 3630 </t> 3628 3631 </list> 3629 3632 </t>
Note: See TracChangeset
for help on using the changeset viewer.