[Catalyst] Plugin conflict?

Jim Spath jspath at pangeamedia.com
Thu May 31 17:14:58 GMT 2007


Compress::Deflate and Static::Simple seem to conflict with each other. 
The result of this is that CSS files don't get served properly.

Catalyst sees the request, and knows to serve the correct CSS file 
through Static Simple, but only a blank page is returned.  If I disable 
the Compress::Deflate plugin, it works properly.

FYI, I am using 0.01 of Compress::Deflate and 0.15 of Static::Simple, 
which aren't the most recent versions, although I didn't see anything in 
the changelogs that indicated that this conflict had been recognized 
and/or fixed.

We are working getting the new versions built, but dh_make_perl is 
giving us headaches.

- Jim

PS - On a side note, is it possible to change which plugins are loaded 
depending on whether Catalyst is launched from myapp_server.pl or 
myapp_fastcgi.pl?  This would be helpful...



More information about the Catalyst mailing list