I've been trying to implement a new DAV store, and I'm having trouble figuring out what I'm supposed to do in my subclass of NodeStore. What exactly does the URI that is being passed to NodeStore.retrieveObject(Uri) refer to? I originally figured that the
It is the URI of the resource requested.
root "/" was the root of the filesystem. Now, as I'm trying to use my
store for the first time I'm getting a lot of requests for things like
"/actions/read" and "/users/root". Which seem to be things from my
Domain.xml.
Just normal resources. If they are not present throw an exception.
Does this mean that the root of the filesystem is really "/files/" not
"/"?
No.
Also, what am I supposed to be returning for actions like "/actions/read"? I know that there is an ActionNode class, but I don't really understand what I am supposed to be doing with it.
Thanks in advance for any help that can be offered, Matt
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
