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

HTTP/1.1 200
Last-Modified: Wed, 15 Jun 2011 18:15:46 GMT
Content-Length: 57
Content-Type: application/octet-stream

Your CSS is being delivered with the wrong MIME type. It should be text/css.

Anything that is even slightly more complicated returns as:
Last-Modified: Wed, 15 Jun 2011 19:55:23 GMT
Content-Length: 101
Content-Encoding: gzip

There's a configurable minimum file size for compression and the default is 100 bytes. Tapestry, when serving a static files, doesn't try to parse or analyze it.

Have you tried contributing the suggestions I gave you before?

--
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