Ticket #191: 191.diff
File 191.diff, 3.6 KB (added by julian.reschke@…, 13 years ago) |
---|
-
p2-semantics.xml
341 341 <x:anchor-alias value="Age"/> 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"/> 347 346 <x:anchor-alias value="If-Match"/> … … 355 354 <x:anchor-alias value="Proxy-Authorization"/> 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"/> 360 360 <t> … … 362 362 </t> 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;> 368 367 <x:ref>partial-URI</x:ref> = <partial-URI, defined in &uri;> 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"> 373 373 <x:ref>Accept</x:ref> = <Accept, defined in &header-accept;> … … 1979 1979 responses, the Location is that of the new resource which was created 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> 1989 1989 An example is: … … 3278 3278 <If-Unmodified-Since, defined in [Part4], Section 6.5> 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 3284 3284 <x:ref>Max-Forwards-v</x:ref> = 1*DIGIT … … 3318 3318 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 ) ) 3323 3324 … … 3339 3340 <x:ref>extension-code</x:ref> = 3DIGIT 3340 3341 <x:ref>extension-method</x:ref> = token 3341 3342 3342 <x:ref>fragment</x:ref> = <fragment, defined in [Part1], Section 2.3>3343 3344 3343 <x:ref>mailbox</x:ref> = <mailbox, defined in [RFC5322], Section 3.4> 3345 3344 3346 3345 <x:ref>obs-text</x:ref> = <obs-text, defined in [Part1], Section 1.2.2> … … 3625 3624 <eref target="http://tools.ietf.org/wg/httpbis/trac/ticket/182"/>: 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> 3630 3633 </section>