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
The following commit(s) were added to refs/heads/main by this push:
new 00755ef Align with spec
00755ef is described below
commit 00755ef596f3d1d1dd424ef73b848b08d9a23af9
Author: Mark Thomas <[email protected]>
AuthorDate: Tue Nov 23 09:08:20 2021 +0000
Align with spec
---
java/jakarta/servlet/http/HttpServlet.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/java/jakarta/servlet/http/HttpServlet.java
b/java/jakarta/servlet/http/HttpServlet.java
index 31e4a9a..a00c358 100644
--- a/java/jakarta/servlet/http/HttpServlet.java
+++ b/java/jakarta/servlet/http/HttpServlet.java
@@ -100,7 +100,7 @@ public abstract class HttpServlet extends GenericServlet {
*
* @since Servlet 6.0
*/
- @Deprecated
+ @Deprecated(forRemoval = true, since = "Servlet 6.0")
public static final String LEGACY_DO_HEAD =
"jakarta.servlet.http.legacyDoHead";
private final transient Object cachedAllowHeaderValueLock = new Object();
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]