The problem was that the file was being read as ISO-8859-1 instead of UTF-8, and then a pre-processor was replacing the 0x85 byte (0x0085 is new-line), with 0x0a before returning it through jetty. So this was not a jetty problem at all.

_______________________________________________
jetty-users mailing list
[email protected]
To change your delivery options, retrieve your password, or unsubscribe from 
this list, visit
https://dev.eclipse.org/mailman/listinfo/jetty-users

Reply via email to