Re: server applying PUT to a resource other than the request-URI

Brian Smith wrote:
> But, this doesn't work for WebDAV and extensions of it. For WebDAV you
> *must* let the client choose the name. Otherwise, your server isn't a WebDAV
> server.

That's not totally correct. WebDAV doesn't require that any WebDAV 
collection supports PUT for on direct members (for create).

Of course right now most servers do that, and clients do rely on it, but 
it's not something that WebDAV requires anymore than, for instance, HTTP 
or AtomPub.

BR, Julian

Received on Friday, 24 October 2008 23:34:18 UTC