[Catalyst] View::TT FILTERS and utf-8

Bernard FRIT bernard.frit at gmail.com
Fri Jan 6 17:29:27 CET 2006


2006/1/6, Carl Franks <fireartist at gmail.com>:
> > The problem occurs only when using mod_perl.
>
> I suggest you view the pages using a tool which lets you view the full
> response header, as well  as the body - it sounds like apache might be
> adding an encoding header that is messing things up.
>
> Compare the response header between responses from mod_perl and the
> standalone server (or some other webserver).

mod-perl header :

Date: Fri, 06 Jan 2006 16:23:25 GMT
Server: Apache/1.3.33 (Unix) mod_perl/1.29 mod_gzip/1.3.19.1a
PHP/4.3.10 mod_ssl/2.8.22 OpenSSL/0.9.6m
X-Catalyst: 5.61
Set-Cookie: session=bdd8c9d3a5a5d333d072bfeff7f27af874ff101e8d7529d3804c92c55475300e;
path=/; expires=Fri, 06-Jan-2006 17:23:25 GMT
Content-Length: 25944
Keep-Alive: timeout=15, max=99
Connection: Keep-Alive
Content-Type: text/html;

200 OK

builtin server :

Connection: close
Date: Fri, 06 Jan 2006 16:22:59 GMT
Content-Length: 27091
Content-Type: text/html;
Set-Cookie: session=ba54122b8ec682b9773fdaf19a33e793ca5d8dc2e40200c36058c71a41bc4df6;
path=/; expires=Fri, 06-Jan-2006 17:22:59 GMT
Status: 200
X-Catalyst: 5.61

200 OK

I can't figure out any significant difference.
--
Bernard FRIT



More information about the Catalyst mailing list