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.
