[Zope3-checkins] SVN: Zope3/trunk/ Default ISessionDataContainer should be unnamed

Stuart Bishop zen at shangri-la.dropbear.id.au
Tue Jun 1 16:32:54 EDT 2004


Log message for revision 25162:
Default ISessionDataContainer should be unnamed


-=-
Modified: Zope3/trunk/doc/CHANGES.txt
===================================================================
--- Zope3/trunk/doc/CHANGES.txt	2004-06-01 20:23:37 UTC (rev 25161)
+++ Zope3/trunk/doc/CHANGES.txt	2004-06-01 20:32:54 UTC (rev 25162)
@@ -81,7 +81,7 @@
 
       Jim Fulton, Marius Gedminas, Fred Drake, Philipp von Weitershausen,
       Stephan Richter, Dmitry Vasiliev, Scott Pascoe, Bjorn Tillenius,
-      Eckart Hertzler, Roger Ineichen
+      Eckart Hertzler, Roger Ineichen, Stuart Bishop
 
       Note: If you are not listed and contributed, please add yourself. This
       note will be deleted before the release.

Modified: Zope3/trunk/src/zope/app/appsetup/bootstrap.py
===================================================================
--- Zope3/trunk/src/zope/app/appsetup/bootstrap.py	2004-06-01 20:23:37 UTC (rev 25161)
+++ Zope3/trunk/src/zope/app/appsetup/bootstrap.py	2004-06-01 20:32:54 UTC (rev 25162)
@@ -173,7 +173,7 @@
                 )
         self.ensureUtility(
                 ISessionDataContainer, 'PersistentSessionData',
-                PersistentSessionDataContainer, 'persistent'
+                PersistentSessionDataContainer, ''
                 )
 
 bootstrapInstance = BootstrapInstance()




More information about the Zope3-Checkins mailing list