Hi, I have a problem with Transfer-Encoding chunked on an kml/xml file. I need to disable it to use the full response as one element for OpenLayers javascript framework.
How can I disable Transfer-Encoding chunked ? I tried to do this in the StreamResponse : @Override public void prepareResponse(Response response) { response.setHeader("Transfer-Encoding", null); } but the Transfer-Encoding still appears in firebug... Server Apache-Coyote/1.1 Content-Type application/vnd.google-earth.kml+xml Transfer-Encoding chunked Date Thu, 08 Jul 2010 11:32:07 GMT -- Florian Desbois <fdesb...@codelutin.com> SSLL Code Lutin http://www.codelutin.com tel : 02 40 50 29 28 Réseau Libre-Entreprise --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org