- From: Jason Crawford <ccjason@us.ibm.com>
- Date: Thu, 27 Jun 2002 15:13:02 -0400
- To: "Roy T. Fielding" <fielding@apache.org>
- Cc: "'Webdav WG (E-mail)'" <w3c-dist-auth@w3c.org>
- Message-ID: <OFE7BE0910.BCEE6F71-ON85256BE5.00677FB1@us.ibm.com>
> > 3) A dynamic page is being served at a given URL. The author wants to > > update the implementation of that dynamic resource. Where does he PUT the > > updated implementation? (I think we've answered the basic form of this > > question via the dav:source propety. Questions like whether the update > > will be refelcted immediately can be answered later.) > The dynamic content resource will point to other resources that the client > might be interested in authoring to change the content of both resources. Agreed :-) > If the server is capable of handling PUT on a "dynamic content" resource, > then it may also support direct editing of the resource. Day Software's > products support that kind of editing, but as far as the client is > concerned > it is just performing methods on a WebDAV resource. There is no difference > between the two EXCEPT that there are some circumstances when the client > needs to be encouraged to go elsewhere (such as when the author wishes to > edit a presentation template). The principles are the same. A source > property is merely a mechanism to supply metadata for a relationship > between two or more resources. It's not central to the point of your posting as a whole, but I'll comment on this part. I think you're suggesting that the source property could point at the resource itself. I agree in prinical this can be done, but it does create another issue that we would then want to clarify. Is the source property telling you where you can GET the source... or where you can PUT it. Obviously if you do a GET on the dynamic resource itself, you will not get the source of the implementation. Given your comment, we should probably be clear about that. > > 4) An author wants to no longer serve dynamic content at a specific URL. > > What URL does the author DELETE? > The URL they want to DELETE, which, depending on the implementation, may > result in a suggestion to the author that they need to DELETE some other > resource instead (or as well). Okay. And what is the mechanism for the server to do the "suggesting"? (I assume it's a mechanism that distinguishs between redirects that require user confirmation and those that don't.) > > 6) Make sure the answers to the questions above don't cause problems for > > servers that require explicit client controlled mapping operations. > A server that requires explicit name bindings will naturally require > operations on those bindings that make them explicit. Obviously if it didn't require it this might be yet another advantage to a design. Anyway... I understand that you're saying it's not important in your opinion. > The purpose of the source property is to allow a WebDAV-able resource to > supply information to an authoring client regarding the nature of its > underlying implementation by providing links to other resources that > make up that implementation. That's all. It doesn't need to do anything > more to justify its existence. I'll take it to mean that just supporting 2 & 3 (& possibly 4) is fine with you. ------------------------------------------ Phone: 914-784-7569, ccjason@us.ibm.com
Received on Thursday, 27 June 2002 15:16:23 UTC