[Zope-dev] zope2.2.2 - ZopeTime security thing

Chris Withers fresh@bay-c.co.uk
Thu, 28 Sep 2000 20:51:27 +0100


ross wrote:
> KeyError: (see above)
> 
> Note, it's not unauthorised - it's just not in the namespace.

IIRC, the new way for security errors like this to work is to throw a
keyerror. So, it's probably a permissions problem manifesting itself as
a KeyError.

Try installing Shane Hathaway's ZDebug and see what that reveals :-)

cheers,

Chris