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 95bfbdced0 Remove 11.0.x -> 10.1.x filter 95bfbdced0 is described below commit 95bfbdced05124f7ee4c230ede11f58857df0389 Author: Mark Thomas <ma...@apache.org> AuthorDate: Thu Aug 15 13:31:58 2024 +0100 Remove 11.0.x -> 10.1.x filter --- java/org/apache/tomcat/buildutil/translate/BackportEnglish.java | 4 ---- 1 file changed, 4 deletions(-) diff --git a/java/org/apache/tomcat/buildutil/translate/BackportEnglish.java b/java/org/apache/tomcat/buildutil/translate/BackportEnglish.java index d5b64d9534..ec88b909da 100644 --- a/java/org/apache/tomcat/buildutil/translate/BackportEnglish.java +++ b/java/org/apache/tomcat/buildutil/translate/BackportEnglish.java @@ -38,10 +38,6 @@ public class BackportEnglish extends BackportBase { keysToExclude.add("java.org.apache.jasper.resources.zzz.jspc.webfrg.header"); keysToExclude.add("java.org.apache.jasper.resources.zzz.jspc.webxml.header"); - // Exclude keys known to be different between 11.0.x and 10.1.x - keysToExclude.add("java.org.apache.jasper.resources.zzz.jsp.error.param.invalidUse"); - keysToExclude.add("java.org.apache.jasper.resources.zzz.jspc.usage"); - BackportEnglish backport = new BackportEnglish(args); backport.execute(); } --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org