This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/tomcat.git
commit 6753e30244670c88f2826a9658b70285f6f88174 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Jun 5 14:30:28 2025 +0100 Remove deprecated code --- java/org/apache/tomcat/util/http/fileupload/MultipartStream.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/java/org/apache/tomcat/util/http/fileupload/MultipartStream.java b/java/org/apache/tomcat/util/http/fileupload/MultipartStream.java index 9f4f69005e..2bfdfa908b 100644 --- a/java/org/apache/tomcat/util/http/fileupload/MultipartStream.java +++ b/java/org/apache/tomcat/util/http/fileupload/MultipartStream.java @@ -479,15 +479,6 @@ public class MultipartStream { */ public static final byte DASH = 0x2D; - /** - * The maximum length of {@code header-part} that will be - * processed (10 kilobytes = 10240 bytes.). - * - * @deprecated Unused. Replaced by {@link #getPartHeaderSizeMax()}. - */ - @Deprecated - public static final int HEADER_PART_SIZE_MAX = 10240; - /** * The default length of the buffer used for processing a request. */ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org