Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] ResourceHandler corrupts images

3F is the limit of 7-bit.
Sounds like your mime types or content types are off.

Can you capture and report back the request headers + response headers when you see this problem?
Using chrome + devtools you can capture this easily.

--
Joakim Erdfelt <joakim@xxxxxxxxxxx>
www.webtide.com
Developer advice, services and support
from the Jetty & CometD experts.



On Sat, Oct 6, 2012 at 11:44 AM, boneDragon <edartuz@xxxxxxxxx> wrote:
 Hi. I'm using embedded Jetty V6.1.26 and its ResourceHandler to handle
static content.
The problem is that ResourceHandler corrupts images - replaces bytes with
values >0x3F with 0x3F.
The same on Linux and Windows.

What can be wrong with my setup ?



--
View this message in context: http://jetty.4.n6.nabble.com/ResourceHandler-corrupts-images-tp4959274.html
Sent from the Jetty User mailing list archive at Nabble.com.
_______________________________________________
jetty-users mailing list
jetty-users@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top