[Catalyst] Problem with Static::Simple and Compress::Zlib
Sebastian Riedel
sri at oook.de
Mon Nov 14 18:03:53 CET 2005
Am 14.11.2005 um 17:08 schrieb Uwe Voelker:
> Hello,
>
> I'm using Catalyst::Plugin::Static::Simple in combination with
> Catalyst::Plugin::Compress::Zlib to server images, css and javascript.
>
> Under Cat 5.33 everything was working fine. Now I have upgraded to
> 5.52
> and the css files stopped working. Images and Javascript is still
> served
> fine. All is done with the test server (I have regenerated the
> scripts).
>
> If I comment out all the compress plugins css is working again.
>
> In case the order is important:
>
> my @plugin = (
> 'Static::Simple',
> 'Compress::Deflate',
> 'Compress::Gzip',
> 'Compress::Zlib',
> 'Session::FastMmap',
> );
>
> I also tested with a prerelease (_02 or _03) there were no such
> phenomen.
>
> The log shows nothing unusual and when I do a GET
> http://localhost:8000/css/xyz.css everything looks okay. But Firefox
> ignores (without a warning) all css information. Web Developer
> Extensions shows a blank output for all css files.
>
>
> Any ideas what I could do? Is the error in the compress plugins?
Catalyst::Plugin::Static::Simple uses streaming output in newer
versions, which teh compress plugins can't handle.
--
sebastian
More information about the Catalyst
mailing list