You are viewing a plain text version of this content. The canonical link for it is here.
Posted to docs@cocoon.apache.org by do...@cocoon.apache.org on 2005/02/04 15:13:57 UTC

[Cocoon Wiki] Updated: GzipXMLSerializer

   Date: 2005-02-04T06:13:56
   Editor: AlexVictoor
   Wiki: Cocoon Wiki
   Page: GzipXMLSerializer
   URL: http://wiki.apache.org/cocoon/GzipXMLSerializer

   Content-Encoding header

Change Log:

------------------------------------------------------------------------------
@@ -79,3 +79,8 @@
 [[BR]]
 [[BR]]
 '''Attachment:''' attachment:GzipXMLSerializer.java [[BR]]
+
+== Comments ==
+
+I used this serializer to compress a generated javascript files. IE and Firefox were not able to decompresse the file. The HTTP response
+needs an header "Content-Encoding" set to "gzip". It is easy to add this header in an Action class.