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