8 Jan
2009
8 Jan
'09
10:04 a.m.
On 08.01.2009 10:33 Uhr, Jürgen Herrmann wrote:
i already sent the request directly to the zope server omitting our apache proxy and monitored traffic with wireshark. the com header comes from zope. i did not find anything in zope's code that heuristically finds out this is utf16 content and prepends the BOM header. so i'm a bit confused where zope takes it's wisdom from :) anybody?
I can not remember having seen any kind of code with the Zope core setting the BOM. We have code in the pagetemplate implementation interpreting a BOM but I have doubt that Zope sends a BOM out by itself (especially not for utf-16). Andreas