Hello again! I'm trying to implement virtual filesystem which doesn't allow
users to browse it, but allows to get resources by 'absolute' URI (from root).
I created some store which works very close to what I'm expecting to get,
but with small issue:
when I'm trying to specify resource, for example 'less /files/1.txt' - it
doesn't
work. But If I change directory to files and then 'less 1.txt' - it works
fine!
In both cases my implementation of method getChildrenNames returns
new String[]{}
Could somebody please advice how could I change my store to allow access to
specific resource without browsing?
--
Eugene N Dzhurinsky
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]