https://issues.apache.org/bugzilla/show_bug.cgi?id=50957

--- Comment #7 from Konstantin Kolinko <knst.koli...@gmail.com> 2011-03-22 
20:55:21 EDT ---
(In reply to comment #0)
> Tomcat: 7.0.8
> OS:  Windows 2008 Server (x64)
> 
> Compression enabled on both HTTP and HTTPS connectors.
> 
> (...)
> Once the behavior was detected, I used WebScarab as a proxy to monitor the
> entire Browser <--> Tomcat conversation.  I was able to confirm a scenario 
> like
> the following:
> --------
> ImageA.gif
> ImageB.gif
> 
> Each has different file size, ETAG, etc.
> 
> GET ImageB.gif returned ImageA.gif (with ImageA.gif's ETAG, headers, binary
> content, and content size)
> -------

Do you know/remember whether GET ImageA.gif returned ImageA.gif as well,
whether either of them was compressed, and whether the requests were from the
same client? Do you know the size of those files?

(gif files are not in AbstractHttp11Processor .compressableMimeTypes by
default, so I think that they should have not be compressed)

What were your compression settings? Just compression="on"?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to