I'd like to attach a restlet to handle files and a different restlet
to handle directories. The differentiator between the two is that
directories would end with a trailing slash. I tried something like "/
filesystem/" for files and "/filesystem/(path)/$" for directories,
but this does not give me consistent results.
Thank you in advance for your help!
-ron