[Zope3-checkins] CVS: Zope3/src/zope/app/security - globalmodules.zcml:1.2

Jim Fulton jim at zope.com
Wed Feb 4 14:17:49 EST 2004


Update of /cvs-repository/Zope3/src/zope/app/security
In directory cvs.zope.org:/tmp/cvs-serv25738/src/zope/app/security

Modified Files:
	globalmodules.zcml 
Log Message:
Removed the declarations for optional modules.  
Optional modules might not be present. If they aren't, then
these declarations would fail, making Zope unstartable.

We nood to think about a way to handle this sort of thing.


=== Zope3/src/zope/app/security/globalmodules.zcml 1.1 => 1.2 ===
--- Zope3/src/zope/app/security/globalmodules.zcml:1.1	Thu Jan 29 19:25:40 2004
+++ Zope3/src/zope/app/security/globalmodules.zcml	Wed Feb  4 14:17:48 2004
@@ -177,16 +177,6 @@
                        dngettext " />
   </module>
 
-  <!-- 7. Optional Operating System Services -->
-
-  <module module="zlib">
-    <allow attributes="error adler32 compress compressobj crc32 decompress
-                       decompressobj" />
-  </module>
-
-  <module module="bz2">
-    <allow attributes="compress decompress BZ2Compressor BZ2Decompressor" />
-  </module>
 
   <!-- 11. Internet Protocols and Support -->
 




More information about the Zope3-Checkins mailing list