Does this hold true for XMLRPC transfers as well? On Wed, 27 Aug 2003, Dieter Maurer wrote:
Dennis Allison wrote at 2003-8-26 10:59 -0700:
Me too! We've seen problems with the security settings after syncs. I suspect that the security settings transfer but the proxy settings don't--but that's a guess based on anecdotal evidence.
It definitely is wrong.
Import/Export uses the same serializing mechanism as the ZODB itself (pickling).
In all these cases, all attributes with the exception of those prefixed with "_p_" or "_v_" are pickled. Security settings (on instances) are implemented as instance attributes starting with "_" but not "_p_" or "_v_".
The problem you (probably) observed must have had a different cause.
Dieter
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )