_______________________________________________ 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
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] URIUtil.equalsIgnoreEncodings not working on ... michael reiche
- Re: [jetty-users] URIUtil.equalsIgnoreEncodings not wo... Joakim Erdfelt
- Re: [jetty-users] URIUtil.equalsIgnoreEncodings not wo... michael reiche
- [jetty-users] Jetty 9.2.2 returns 0xd1 0x85 (cyril... michael reiche
- Re: [jetty-users] Jetty 9.2.2 returns 0xd1 0x8... Simone Bordet
- Re: [jetty-users] Jetty 9.2.2 returns 0xd1 0x8... michael reiche
