[CMF-checkins] CVS: CMF - CHANGES.txt:1.107.2.30
Florent Guillaume
fg@nuxeo.com
Thu, 5 Sep 2002 14:31:43 -0400
Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv19333
Modified Files:
Tag: CMF-1_3-branch
CHANGES.txt
Log Message:
FSPageTemplates overwrote a user-generated 'Content-Type' header.
We now check to make sure a Content-Type header is not already set
before allowing a page template to set its own.
=== CMF/CHANGES.txt 1.107.2.29 => 1.107.2.30 ===
--- CMF/CHANGES.txt:1.107.2.29 Fri Aug 30 10:44:26 2002
+++ CMF/CHANGES.txt Thu Sep 5 14:31:43 2002
@@ -2,6 +2,10 @@
Bug Fixes
+ - FSPageTemplates overwrote a user-generated 'Content-Type' header.
+ We now check to make sure a Content-Type header is not already set
+ before allowing a page template to set its own.
+
- Fixed bugs around 'addActionProvider' in ActionsTool (Collector #42).
- Fixed race condition in lazy initialization of filesystem-based skin