[Zope-Checkins] SVN: Zope/trunk/lib/python/App/config.py Make VerboseSecurity work in unit tests.

Stefan H. Holek stefan at epy.co.at
Fri Jan 21 15:15:23 EST 2005


Log message for revision 28908:
  Make VerboseSecurity work in unit tests.
  

Changed:
  U   Zope/trunk/lib/python/App/config.py

-=-
Modified: Zope/trunk/lib/python/App/config.py
===================================================================
--- Zope/trunk/lib/python/App/config.py	2005-01-21 20:08:52 UTC (rev 28907)
+++ Zope/trunk/lib/python/App/config.py	2005-01-21 20:15:23 UTC (rev 28908)
@@ -97,3 +97,7 @@
 
         # ZServer.HTTPServer
         self.http_header_max_length = 8196
+
+        # VerboseSecurity
+        self.skip_ownership_checking = False
+        self.skip_authentication_checking = False



More information about the Zope-Checkins mailing list