This is an automated email from the ASF dual-hosted git repository.
markt pushed a commit to branch 10.1.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.1.x by this push:
new 9263758763 Remove deprecated code
9263758763 is described below
commit 9263758763097b245cd6f81e9f92590336d25a2b
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]