[Zope] How to debug access denials?
Dieter Maurer
dieter@handshake.de
Thu, 14 Dec 2000 22:00:08 +0100 (CET)
Stephane Bortzmeyer writes:
> Indeed. What am I supposed to do with that? Why is the 'title'
> property of the object unauthorized? (The object itself is viewable by
> Anonymous.)
I would expect "AccessContentsInformation" is relevant to
access properties.
> ....
> I had to drop most of my DTML methods for the experimental sites I use
> to "sell" Zope to other people, they're too hard to use. DTML methods
> brings me back to sendmail.cf editing: great in theory but only a few
> people (after an agreement with the devil?) can do what they want with
> it.
I read from that, that you do not use DTML objects.
For *them*, access to attributes is granted for the
"View" permission.
Apparently, this is not true for all objects.
Dieter