[CMF-checkins] CVS: CMF - CHANGES.txt:1.118

Florent Guillaume fg@nuxeo.com
Thu, 5 Sep 2002 14:32:36 -0400


Update of /cvs-repository/CMF
In directory cvs.zope.org:/tmp/cvs-serv19437

Modified Files:
	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.117 => 1.118 ===
--- CMF/CHANGES.txt:1.117	Wed Aug 28 07:23:23 2002
+++ CMF/CHANGES.txt	Thu Sep  5 14:32:36 2002
@@ -36,3 +36,6 @@
       sometimes led to initialization problems in FSPythonScripts.
       (Collector #37)
 
+    - 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.