Re: Fragments in "Location" field

Roy T. Fielding (fielding@kiwi.ics.uci.edu)
Sat, 14 Aug 1999 02:49:43 -0700


>Regarding allowing fragments, I believe the same is the case for
>Content-Location:
>
>       Content-Location = "Content-Location" ":"
>                         ( absoluteURI | relativeURI )
>
>should be
>
>       Content-Location = "Content-Location" ":"
>                         ( absoluteURI | relativeURI ) [ "#" fragment ]

No, that would be incorrect.  The reference in Content-Location must be
to a resource, not a fragment of a resource representation.

....Roy