[Product-Developers] Plone(?) Zope(?) Python(?) HTTP(?) security question

Martijn Pieters mj at zopatista.com
Sun Jun 14 20:31:20 UTC 2009


On Sun, Jun 14, 2009 at 20:44, Ken Winter <ken at sunward.org> wrote:
> So presumably the httplib2.Response object was carrying some class security
> info, and that's what evoked the error in my script.  And the .copy()
> method, applied to that object by submitRequest() (which has adequate
> privileges), produced an actual Python dict.  Right?

Almost. httplib2.Response is *missing* security info, while plain
dicts have been cleared. See:

  http://docs.zope.org/zope2/zdgbook/source/Security.html#module-security-assertions

for more information.

-- 
Martijn Pieters




More information about the Product-Developers mailing list