Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] how to handle invalid UTF8 chars

Hi everyone,

I've recently updated jetty libs (I'm using jetty embedded) to the latest
version, and I'm having troubles with this exception:

org.eclipse.jetty.util.Utf8Appendable$NotUtf8Exception: Not valid
UTF8! byte 20 in state 3

is there a way to ask jetty to just trash invalid chars instead of
throwing an exception?

If you need some more details, just ask.

Thanks a lot,

Greetings,

Mattia.


Back to the top