RE: Dynamic Node Store

2004-06-30 Thread James Mason
If you really want to do it dynamically, really dynamically, you'll need to disable caching for your store. cacheResults() needs to return false, and you'd better make your Store fast :). Without caching all ObjectNodes should be newly generated for each request. You'll probably want to do some of

RE: Dynamic Node Store

2004-06-30 Thread Michael Oliver
Well, if users Abe, Bella and Charlie log into a slide and slide has /slide/files/Abe/ /slide/files/Bella/ /slide/files/Charlie/ and each of those three collections has ACLs that grant access to Abe for /Abe/, to Bella for /Bella/, etc. and nobody else is granted accesswhen Abe logs in he won'