https://issues.apache.org/bugzilla/show_bug.cgi?id=54602
--- Comment #4 from Mark Thomas <ma...@apache.org> --- The original report was about URI processing. Now you are talking about request bodies. There are multiple issues here. So far I have found / suspect: a) Invalid sequences are not rejected quickly enough b) Partial sequences are not rejected c) There is no mechanism for a client of the API to indicate input is complete d) The storage for bytes left over between calls is not bug enough for all charsets e) Leftover bytes may remain between requests a) is a JVM bug that we can work-around b) is a consequence of c) c) is now fixed in trunk but the callers of the API need to be reviewed d) is fixed in trunk e) needs further investigation Also, the handling of incomplete/partial data may need to be different for URIs and request bodies. There is an argument for request bodies to be more tolerant. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org