[Zope3-dev] Global Module Security

Stephan Richter stephan.richter at tufts.edu
Thu Jan 29 19:27:35 EST 2004


Hi all,

I just checked in a ZCML file with global module security declarations. Now 
the following code works, for example:

<html>
  <body>
    <h1>
      <script type="text/server-python">
        import time
        print time.asctime()
      </script> 
    </h1>
  </body>
</html>

The file can be found at src/zope/app/security/globalmodules.zcml.

Regards,
Stephan
-- 
Stephan Richter
CBU Physics & Chemistry (B.S.) / Tufts Physics (Ph.D. student)
Web2k - Web Software Design, Development and Training



More information about the Zope3-dev mailing list