[Zope] [ANN] TrustedExecutables 0.1: PageTemplates/Python Scripts
	unrestricted by Zope's security
    Dieter Maurer 
    dieter at handshake.de
       
    Thu Jun 10 14:05:34 EDT 2004
    
    
  
'TrustedExecutables' is a set of executable objects unrestricted
by Zope's security.
Currently, it contains 'TrustedPageTemplateFile',
'TrustedFSPageTemplate' and 'TrustedFSPythonScript'.
'TrustedFSPageTemplate' and 'TrustedFSPythonScript' are registered
with the filename extensions 'xpt' and 'xpy', respectively.
As Zope's security checks are expensive, avoiding them can
drastically speed things up.
On the other hand, these objects must make their own security
checks at places where access control is required.
Use with extreme care!
ATTENTION: It is not unlikely that this product brakes between
Zope releases, as it uses undocumented implementation artefacts.
It is probably not very difficult to fix things again but
you will need programming skills to do so.
Download:
  <http://www.dieter.handshake.de/pyprojects/zope#TrustedExecutables>
-- 
Dieter
    
    
More information about the Zope
mailing list