This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch 10.0.x in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/10.0.x by this push: new b88f7d7dcf Deprecate plugin constants prior to removal b88f7d7dcf is described below commit b88f7d7dcf2f80a83338715e4b4e2818ac1bb916 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 16e2e96167..c31aa75782 100644 --- a/java/org/apache/jasper/Constants.java +++ b/java/org/apache/jasper/Constants.java @@ -61,10 +61,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-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org