You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2022/04/21 11:09:49 UTC

[tomcat] 01/02: Deprecate plugin constants prior to removal

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

commit 814846606ffeefefd7d0f157075ffa8fd578fbb7
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Thu Apr 21 11:41:00 2022 +0100

    Deprecate plugin constants prior to removal
---
 java/org/apache/jasper/Constants.java | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/java/org/apache/jasper/Constants.java b/java/org/apache/jasper/Constants.java
index 14fc6183af..76be684d8f 100644
--- a/java/org/apache/jasper/Constants.java
+++ b/java/org/apache/jasper/Constants.java
@@ -102,10 +102,14 @@ public class Constants {
 
     /**
      * Default URLs to download the plugin for Netscape and IE.
+     *
+     * @deprecated Will be removed in Tomcat 10.1 onwards
      */
+    @Deprecated
     public static final String NS_PLUGIN_URL =
         "http://java.sun.com/products/plugin/";
 
+    @Deprecated
     public static final String IE_PLUGIN_URL =
         "http://java.sun.com/products/plugin/1.2.2/jinstall-1_2_2-win.cab#Version=1,2,2,0";
 


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org