[CMF-checkins] CVS: CMF - CHANGES.txt:1.146.4.7
Casey Duncan
casey@zope.com
Fri, 20 Jun 2003 11:09:50 -0400
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv15629
Modified Files:
Tag: CMF-1_4-branch
CHANGES.txt
Log Message:
Fix __of__ method so that it does not remove previous acquisition wrappers. This behavior causes getPhysicalPath to return the wrong value when you acquire objects above the CMF site during traversal. The effect of this is invalid uid and path index entries in the portal_catalog when objects are indexed during such a traversal.
=== CMF/CHANGES.txt 1.146.4.6 => 1.146.4.7 ===
--- CMF/CHANGES.txt:1.146.4.6 Wed Jun 11 07:10:41 2003
+++ CMF/CHANGES.txt Fri Jun 20 11:09:20 2003
@@ -1,6 +1,9 @@
CMF 1.4.1 (unreleased)
Bug Fixes
+
+ - Skinnable: Fix acquisition wrapping so that getPhysicalPath is not
+ spoofed during funny traversals.
- ScriptableTypeInformation: Fixed ownership of constructor scripts.
(Collector #165)