This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 9.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 9bfc23fb97 Simplify reading of request body for x-www-form-urlencoded processing new 2ce6cdb5ea Add control of byte decoding errors to ByteChunk and StringCache new 4b15583ee5 Use the previous decode call in the old default for now The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: java/org/apache/tomcat/util/buf/ByteChunk.java | 52 ++++++++++- java/org/apache/tomcat/util/buf/StringCache.java | 66 +++++++++++--- test/org/apache/jasper/compiler/TestGenerator.java | 3 +- .../apache/tomcat/util/buf/TestStringCache.java | 100 +++++++++++++++++++++ 4 files changed, 208 insertions(+), 13 deletions(-) create mode 100644 test/org/apache/tomcat/util/buf/TestStringCache.java --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org