Re: [jetty-user] swf files - chunked encoding

Ray Nicholus <[email protected]> Tue, 23 Aug 2011 09:42:17 -0500
Newsgroups gmane.comp.java.jetty.support
Message-ID <CAMge2PJb=L9WyyzwAfP1ikGyH=GdCQqi66LYjSXXD6qQeM7BFA@mail.gmail.com>
...well, at least w/ Chrome.

On Tue, Aug 23, 2011 at 9:39 AM, Ray Nicholus <[email protected]> wrote:

> Looks like this was fixed when we upgraded to 7.4
>
>
> On Thu, Aug 18, 2011 at 2:12 AM, Jan Bartel <[email protected]> wrote:
>
>> Ray,
>>
>> Chunking is normally done when the content is being dynamically generated
>> and the
>> servlet doing the generating has not set the content length. I would
>> expect that the
>> browser receiving the swf file should be able to cope with a direct
>> content length or
>> a chunked response.
>>
>> How is the dynamic generation being done? Are there any filters/response
>> wrappers used?
>>
>> Jan
>>
>> On 17 August 2011 03:33, Ray Nicholus <[email protected]> wrote:
>>
>>> 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?
>>>
>>>
>>
>