[Zope] product security changes from 2.8 to 2.8.5 ?

Andreas Jung lists at andreas-jung.com
Mon Feb 27 18:29:06 EST 2006



--On 27. Februar 2006 15:20:11 -0800 Ed Colmar <ed at greengraphics.net> wrote:

> Hello
>
> I recently moved my zope product developed on a 2.8 server on to a 2.8.5
> server, and all of my python code is no longer being published out.
>
> In the past I had been using a doc string  """ doc """ to make methods
> accessible.  I realize this is not the proper procedure, but it worked.
> Now, on the 2.8.5 server, all of these are refused.
> I've been going through and doing security.declarePublic('methodname') on
> everything I want to be public, but it does not appear to have any effect.
>
> Are there any other changes that I need to make to my product in order to
> get back the functionality I had previously?
>
>

Do you call InitializeClass()?
Perhaps VerboseSecurity might help you.

-aj
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 186 bytes
Desc: not available
Url : http://mail.zope.org/pipermail/zope/attachments/20060227/9e0d1235/attachment.bin


More information about the Zope mailing list