Jerome,

> You add a query parameter with an URI to return to after edition:
> 
> /orange/editor?return=/main?orange=picture&apple=text
>

But maybe the page you return to depends on the result of the operation.
It's not a decision the client can make.



> The orange never includes the apples, only the main page resource does
> include both of them. To make sure we are on the same page, do you agree
> that the following URIs identify different resources?
>  - "/main"
>  - "/main?orange=picture"
>  - "/main?orange=picture&apple=text"
>  - "/main?orange=picture&apple=picture"

Actually, I don't. To me they all identify the main page, in different states.
Would not that be like saying:
   /document/123;font=large
   /document/123;font=small

identify 2 resources?

-vincent.

Reply via email to