On Jan 9, 2008 4:08 PM, Tobias Bocanegra <[EMAIL PROTECTED]> wrote: > > Isn't that a bit dangerous? > > A json GET at / would then get the whole repository... > and how would you do that? is there a way addressing the root node ? > > GET /.json HTTP/1.1 ?
Ok, not the root then, but GET /content.json will still dump the whole /content subtree if full recursion is the default. -Bertrand
