[jetty-user] swf files - chunked encoding

Ray Nicholus <[email protected]> Tue, 16 Aug 2011 12:33:54 -0500
Newsgroups gmane.comp.java.jetty.support
Message-ID <CAMge2P+QBqj1HsW_xr1O3u33RMOgBUiX=xrRosxKUMH=Qrnr-w@mail.gmail.com>
When using Jetty, swf files, in an application I am using, are not served up
correctly.  In fact, I'm not able to play the swf at all.  Looking at the
headers, transfer-encoding is set to chunked.  If I run the same code on
Tomcat, there is a specific file size and the swfs are served properly.  I'm
using Jetty 7.  Any idea what I can do to fix this?