[Zope] not allowed to access a particular tuple

Dieter Maurer dieter at handshake.de
Fri Oct 20 13:26:30 EDT 2006


William Heymann wrote at 2006-10-20 06:55 -0600:
>This is an external method I wrote to make it easier to iterate over the 
>records returned from searching the catalog. However if I have
>
>yield record,item instead of yield item it says that I am not allowed to 
>access a particular tuple during iteration.

Probably, you lack the "object permission" for one of the returned
values. You will not see it in the "External Method" but
when you access it in untrusted code, you get an "Unauthorized".



-- 
Dieter


More information about the Zope mailing list