[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tree/TODO.txt Added
TODO,
Roger Ineichen
roger at projekt01.ch
Thu Mar 17 21:45:21 EST 2005
Log message for revision 29545:
Added TODO,
the cookie tree raise Unauthorized exception if we don't have ManageSite permission.
Changed:
U Zope3/trunk/src/zope/app/tree/TODO.txt
-=-
Modified: Zope3/trunk/src/zope/app/tree/TODO.txt
===================================================================
--- Zope3/trunk/src/zope/app/tree/TODO.txt 2005-03-18 02:28:32 UTC (rev 29544)
+++ Zope3/trunk/src/zope/app/tree/TODO.txt 2005-03-18 02:45:20 UTC (rev 29545)
@@ -8,3 +8,8 @@
- add XML representation so it's compatible with rotterdam's
xmltree.js, but stateful
+
+- Catch Unauthorized exception and don't add items we don't have permission
+ for accessing. This makes it possible to use the cookie tree without
+ zope.ManageSite permission. Right now the cookie tree access the ++etc++site
+ as default and raise a Unauthorized exception.
More information about the Zope3-Checkins
mailing list