[Checkins] SVN: z3c.layer.minimal/branches/1.0/ forgot zope.app.folder for the tests, + fixed description

Christophe Combelles ccomb at free.fr
Sat Apr 17 20:00:50 EDT 2010


Log message for revision 111024:
  forgot zope.app.folder for the tests, + fixed description
  

Changed:
  U   z3c.layer.minimal/branches/1.0/CHANGES.txt
  U   z3c.layer.minimal/branches/1.0/src/z3c/layer/minimal/tests/ftesting.zcml

-=-
Modified: z3c.layer.minimal/branches/1.0/CHANGES.txt
===================================================================
--- z3c.layer.minimal/branches/1.0/CHANGES.txt	2010-04-17 23:31:18 UTC (rev 111023)
+++ z3c.layer.minimal/branches/1.0/CHANGES.txt	2010-04-18 00:00:50 UTC (rev 111024)
@@ -11,7 +11,7 @@
 ------------------
 
 - **Security issue:** The traverser defined for
-  ``IPageletBrowserLayer`` was a trusted adapter, so the security
+  ``IMinimalBrowserLayer`` was a trusted adapter, so the security
   proxy got removed from each traversed object. Thus all sub-objects
   were publically accessable, too.
 

Modified: z3c.layer.minimal/branches/1.0/src/z3c/layer/minimal/tests/ftesting.zcml
===================================================================
--- z3c.layer.minimal/branches/1.0/src/z3c/layer/minimal/tests/ftesting.zcml	2010-04-17 23:31:18 UTC (rev 111023)
+++ z3c.layer.minimal/branches/1.0/src/z3c/layer/minimal/tests/ftesting.zcml	2010-04-18 00:00:50 UTC (rev 111024)
@@ -51,6 +51,7 @@
   <grantAll role="zope.Manager" />
 
   <include package="zope.app.form.browser" />
+  <include package="zope.app.folder" />
   <include package="zope.app.http.exception" />
   <include package="zope.app.publication" />
   <include package="zope.app.publisher.browser" />



More information about the checkins mailing list