[CMF-checkins] CVS: CMF - CHANGES.txt:1.7
tseaver@digicool.com
tseaver@digicool.com
Tue, 19 Jun 2001 22:17:27 -0400 (EDT)
Update of /cvs-repository/CMF
In directory korak.digicool.com:/tmp/cvs-serv6233
Modified Files:
CHANGES.txt
Log Message:
- Hardened DirectoryView against objects which raise exceptions
during initial reads (typically due to permission problems);
these objects now capture and log the exception, and create
a BadFile object which allows browsing the traceback via the
ZMI (Tracker #317).
--- Updated File CHANGES.txt in package CMF --
--- CHANGES.txt 2001/06/20 00:55:44 1.6
+++ CHANGES.txt 2001/06/20 02:17:24 1.7
@@ -45,6 +45,12 @@
Bug fixes
+ - Hardened DirectoryView against objects which raise exceptions
+ during initial reads (typically due to permission problems);
+ these objects now capture and log the exception, and create
+ a BadFile object which allows browsing the traceback via the
+ ZMI (Tracker #317).
+
- Stopped polluting the browser with persistent skin cookie;
clear it as well on logout (Tracker #304).