NewStoreEntry, ResourceStoreManager, ContainerResource...

Hi,

I am trying to change the Jigsaw behavior in the
following way: if the file name in the requested URI
is incorrect, the server should return the list of all
available resources in the directory where that file
was expected to be. For example, for the following URI
that is non-existing
http://localhost:8001/User/Specifications/test.html,
I would like to have displayed the result of
http://localhost:8001/User/Specifications/

I don't quite understand what the all situations are
when tools.resources.ContainerResource's
lookup(String) and internalLookup methods are invoked.
For a single component from my URI list (e.g., User,
index.html) the same method is called more than once
and I still cannot figure out from where. 

Can somebody explain me this behavior?

Thanks,
Vlada


__________________________________________________
Do you Yahoo!?
Yahoo! Tax Center - forms, calculators, tips, more
http://taxes.yahoo.com/

Received on Sunday, 23 February 2003 17:33:46 UTC