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/07/13 14:51:53 UTC

[tomcat] branch main updated: Remove unnecessary back-port exclusion

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 e59e181437 Remove unnecessary back-port exclusion
e59e181437 is described below

commit e59e181437649e52b5ad45037e5a94e1266fe3c2
Author: Mark Thomas <ma...@apache.org>
AuthorDate: Wed Jul 13 15:51:47 2022 +0100

    Remove unnecessary back-port exclusion
---
 java/org/apache/tomcat/buildutil/translate/BackportEnglish.java | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/java/org/apache/tomcat/buildutil/translate/BackportEnglish.java b/java/org/apache/tomcat/buildutil/translate/BackportEnglish.java
index 292635a71e..100cf67fdf 100644
--- a/java/org/apache/tomcat/buildutil/translate/BackportEnglish.java
+++ b/java/org/apache/tomcat/buildutil/translate/BackportEnglish.java
@@ -38,9 +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 10.0.x and 9.0.x
-        keysToExclude.add("java.org.apache.catalina.connector.zzz.coyoteConnector.notAsciiSuperset");
-
         BackportEnglish backport = new BackportEnglish(args);
         backport.execute();
     }


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