This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch 8.5.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
from 9f55c9711c Simplify reading of request body for x-www-form-urlencoded processing new 04472f0d4b Add control of byte decoding errors to ByteChunk and StringCache new 03b5190810 Use the previous decode call in the old default for now new c3b02a10c2 Align with 9.0.x onwards new ee8af21fe1 Use correctly named method new b2d404875d Use consistent naming for i18n keys The 5 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: .../http11/filters/SavedRequestInputFilter.java | 2 +- java/org/apache/tomcat/util/buf/AbstractChunk.java | 3 + java/org/apache/tomcat/util/buf/B2CConverter.java | 4 +- java/org/apache/tomcat/util/buf/ByteChunk.java | 102 +++++++++++++++++++-- java/org/apache/tomcat/util/buf/C2BConverter.java | 4 +- java/org/apache/tomcat/util/buf/CharChunk.java | 21 ++++- .../apache/tomcat/util/buf/LocalStrings.properties | 3 +- java/org/apache/tomcat/util/buf/StringCache.java | 66 +++++++++++-- java/org/apache/tomcat/util/buf/UDecoder.java | 2 +- test/org/apache/jasper/compiler/TestGenerator.java | 3 +- .../apache/tomcat/util/buf/TestStringCache.java | 100 ++++++++++++++++++++ 11 files changed, 281 insertions(+), 29 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