On Wed, 15 Jun 2011 12:10:58 -0300, Todd Orr <torr0...@gmail.com> wrote:

I am trying to integrate LessCSS into T5 as a request filter.I have an admittedly naive implementation on GitHub (
https://github.com/redijedi/tapestry-less). It works, kind of.

filter gets it and therefore cannot be less-compiled. I have tried adding
this to the configuration with "before:GZIP" with no effect.

Have you put a breakpoint in TapestryModule.buildHttpServletRequestHandler() to check the ordering of HttpServletRequestFilters? Adding before:GZIP should have worked.

As I am trying to create a drop-in library, I don't think it would be nice to require gzip to be disabled.

You can contribute content types to not be compressed to the ResponseCompressionAnalyzer service.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to