Bug#861872: Tomcat fails to serve png images

2017-05-10 Thread Support
I was able to test the fix using the version given. All appears to be working happily now. -- This e mail and any attachments are confidential. If you are not the intended recipient, please notify us immediately by replying to the sender by e mail and delete it from your system. E mail

Bug#861872: Tomcat fails to serve png images

2017-05-10 Thread Markus Koschany
Am 06.05.2017 um 14:42 schrieb Support: > I have been testing this again and can replicate the issue when the > protocol="org.apache.coyote.http11.Http11AprProtocol" is set. > I don’t know why this worked in my initial testing but it is now always > failing when using APR, either when directly

Bug#861872: Tomcat fails to serve png images

2017-05-06 Thread Support
I have been testing this again and can replicate the issue when the protocol="org.apache.coyote.http11.Http11AprProtocol" is set. I don’t know why this worked in my initial testing but it is now always failing when using APR, either when directly specified in the protocol or when auto-selecting

Bug#861872: Tomcat fails to serve png images

2017-05-05 Thread Support
>What Connector protocol do you use? The default of protocol="HTTP/1.1". The APR libraries are available and the startup logs say Starting ProtocolHandler ["http-apr-8080"]. Interestingly if I change the config to explicitly set protocol="org.apache.coyote.http11.Http11Protocol" or

Bug#861872: Tomcat fails to serve png images

2017-05-05 Thread Markus Koschany
Am 05.05.2017 um 09:30 schrieb Support: > Package: tomcat7 > > Version: 7.0.28-4+deb7u12 > > > > When I request a PNG file The request stalls part way through and fails > to return the full image. In a remote browser the request, > https://example-site.com/path/to/an/image.png, is eventually

Bug#861872: Tomcat fails to serve png images

2017-05-05 Thread Emmanuel Bourg
Hi, Could you try with the version 7.0.56-1~bpo70+3 available from the wheezy-backports repository? Emmanuel Bourg

Bug#861872: Tomcat fails to serve png images

2017-05-05 Thread Support
Package: tomcat7 Version: 7.0.28-4+deb7u12 When I request a PNG file The request stalls part way through and fails to return the full image. In a remote browser the request, https://example-site.com/path/to/an/image.png, is eventually timed out by a proxy and responds with HTTP code 206 or