[Zope] Show Viewable folders
J. Cameron Cooper
jccooper@rice.edu
Thu, 02 Aug 2001 10:09:17 -0500
>
>
>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)