Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty 9.2.2 returns 0xd1 0x85 (cyrillic lowercase ha in unicode) as 0xd1 0x0a

I have 0xd1 0x85 (Cyrillic lowercase ha in unicode) in a test response. When it is returned through Jetty 6.1.8, it comes out correctly.

When it is returned through 9.2.2, the 0x85 comes out as 0x0a and the receiver complains that it is invalid unicode. My guess is that jetty is incorrectly interpreting the second byte of 0xd1 0x85 as a solitary 0x85 byte (unicode next-line) and replacing it with a 0x0a (new-line ascii character).

- Mike



Back to the top