On Tuesday 10 August 2004 15:08, Simon Groenewolt wrote:
> hi,
>
> Since 1.7 mmbase has a nice fiter that prevents jpg's with xml data in
> the file from crashing internet explorers image thread. That's nice.
>
> I've noticed some differences between the handling of images that are
> filtered and those that aren't. It looks like the images are considered
> to be 'new' at every request for internet explorer so they will be
> downloaded again instead of (I cannot reproduce it in firefox).
Hi Simon,

When I look at the code it doesn't seam that the IECompatibleJpegInputStream 
can change change the headers, maybe to much meta-information is removed ?
the HandleServler is filled with workarounds for IE. have you looked at this 
comment

            // res.setHeader("Pragma", "no-cache"); // for http 1.0 : is 
frustrating IE when https
            // we really don't want this to remain in proxy caches, but the 
http 1.0 way is making IE not work.

greetings

Reply via email to