https://bz.apache.org/bugzilla/show_bug.cgi?id=61524

--- Comment #2 from Boris Petrov <boris_pet...@live.com> ---
Hello, I'm trying to reproduce it but that proves to be difficult.

A few things that I noticed while trying stuff: as I said, this happens when we
return "tiff" images as blobs. It happens when I open a simple page which has
only a single <img> tag in it with the link to the tiff image. It blows up when
I open this page in Chrome and Firefox. Doesn't blow up in Safari. Doesn't blow
up when I hit the link to the image with curl and wget. The interesting thing
is that Safari CAN display tiff images while Chrome and Firefox can't. Also, in
the network tabs, it seems that the responses are smaller than the file is
itself, which I guess means they didn't receive the full file. Is it possible
that Chrome and Firefox are closing the connection before they receive the
whole image, knowing that they can't actually display it, and that causes the
NPE?

I can actually debug in Eclipse the NPE (it stops there when it happens) so if
I can help you somehow debug it via me... :) I could tell you values of
variables, etc.

I'll continue to try and create a reproduction but let's try to figure it out
without that.

Thanks.

-- 
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