Yuan HOng wrote at 2005-8-12 01:57 +0800:
>I have a dtml file on FSDV which should return a file in text/plain
>format. The dtml method starts with:
>
><dtml-call expr="RESPONSE.setHeader('content-type', 'text/plain')">
>... some content ...We use "setHeader" to set the "content-type" to "text/css" -- and this works. It would be surprising when "text/css" would work but "text/plain" not. > ... >Where could the problem lie? Good questions. >I am using Zope 2.7.6, with Apache >configured as frontend (with rewrite enabled). Could it be caused by >Apache? Unlikely. You can find out when you access Zope directly (avoiding Apache). It the content type then correct? -- Dieter _______________________________________________ Zope maillist - [email protected] http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
