Community
Participate
Working Groups
org.eclipse.jetty.util.Utf8Appendable$NotUtf8Exception: Not valid UTF8! This is insufficient to detail what was invalid. Ideas for what could be included... + Incomplete Sequence ___ + Invalid byte at offset ___ in array [0-9A-F] ...
The exception now records the hex byte being added and the current state of the UTF-8 engine, but it does not give a detailed explanation of the reason. The virtual method call isUtf8SequenceComplete was also removed from the appendByte algorithm as it was used 3 times and would greatly slow the algorithm.