2 Aug
2001
2 Aug
'01
3:09 p.m.
That returns all the folders, including the one I'm not authorized to view.
I'd say that's a symptom of a permissions or authentication problem. A dtml-in trying to use unauthorized objects will explode, unless you skip them with the skip_unauthorized. There's a bug in (at least) 2.3.3 that screws up the sequence-first/index/last stuff, but I don't think that's relevant right now. But it doesn't let you view unauthorized objects. Either you are authenticated as someone you don't think you are, or your permissions aren't doing what you think they should. --jcc (credentials)