Re: CR117 Option 1
Jacek Kopecky <[email protected]>
| Newsgroups | gmane.comp.web.services.description |
|---|---|
| Message-ID | <1170941452.26473.11.camel@localhost> |
On Wed, 2007-02-07 at 13:57 -0800, Jonathan Marsh wrote:
> 6) I believe that the encoding, and determination of whether the
> template appears in the query parameter/fragment or somewhere else,
> can be made independently of resolving the reference against the
> {address}. Someone might want to double check this belief.
Jonathan, you are correct here.
When resolving a relative URI against a base, the relative URI can have
a query or fragment and those will be present in an unchanged form in
the resulting URI. If it doesn't look like a query or fragment in the
relative URI, it won't get treated as such after resolving against a
base.
Jacek