This is an automated email from the ASF dual-hosted git repository. markt pushed a change to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
from b364efe99e Fix BZ 63390 - Fix test on Solaris. new 063e2e81ed Update packaged renamed fork of Commons File Upload new a6fed7ace3 Update package renamed fork of Commons BCEL new e529969d15 Update package renamed fork of Commons Codec The 3 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: MERGE.txt | 6 ++-- java/org/apache/catalina/connector/Request.java | 10 +++++- .../tomcat/util/bcel/classfile/ConstantPool.java | 18 +++++++---- .../tomcat/util/codec/binary/BaseNCodec.java | 5 +-- java/org/apache/tomcat/util/http/Parameters.java | 5 +++ .../util/http/fileupload/FileUploadBase.java | 29 +++++++++++++++++ ...n.java => FileCountLimitExceededException.java} | 37 +++++++++++++--------- webapps/docs/changelog.xml | 12 +++++++ webapps/docs/config/ajp.xml | 15 +++++---- webapps/docs/config/http.xml | 15 +++++---- 10 files changed, 112 insertions(+), 40 deletions(-) copy java/org/apache/tomcat/util/http/fileupload/impl/{SizeLimitExceededException.java => FileCountLimitExceededException.java} (54%) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org