On Nov 30, 2007 6:49 PM, Felix Meschberger <[EMAIL PROTECTED]> wrote:
> ...So for an existing /content/foo node: > /content/foo -> HTTP status code 200 > /content/foo.html -> 200, extension=html > /content/foo.print.a4.html -> 200, extension=html, selectors=print.a4 ok with all of these > /content/foo/bar -> 404 for GET, else further processing, suffix=/bar, > extension ?? extension is empty in this case, right? > /content/foo/bar/bar -> 404 always so to create that node you'd first have to create /content/foo/bar ? For an unsafe request (i.e. not a GET) we might also say /content/foo/bar/bar -> 404 for GET, else further processing, suffix=/bar/bar, extension empty How does WebDAV handle this case? I think in WebDAV you have to create the folders one by one? > /content/foo.html/bar -> 200, extension=html, suffix=/bar ok -Bertrand
