This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/9.0.x by this push:
new 26645ca19a Remove deprecated code
26645ca19a is described below
commit 26645ca19ab5c18f53d04cb3449bd222e09b1685
Author: Mark Thomas <[email protected]>
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: [email protected]
For additional commands, e-mail: [email protected]