[Zope] SiteAccess/TinyTablePlus perplexed - help.
Dieter Maurer
dieter@handshake.de
Thu, 22 Nov 2001 18:52:57 +0100
Trevor Toenjes writes:
> I am trying to write some data to a TinyTable via an AccessRule.
> I am stuck and have tried the obvious "security" overrides on the table.
>
> I get the following DTML errors-but cant identify the security problem.
> Unauthorized >>You are not authorized to access html_impression
In the AccessRule there is not yet a security context (authenticated user).
You can only access public objects. Maybe, an External Method
is your best choice.
Dieter