Skip to content

Commit e2ce6a9

Browse files
committed
Extend the list of keys known to differ between versions
1 parent 11cf65a commit e2ce6a9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

java/org/apache/tomcat/buildutil/translate/BackportEnglish.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public static void main(String... args) throws IOException {
3737
keysToExclude.add("java.org.apache.catalina.manager.zzz.htmlManagerServlet.deployPath");
3838
keysToExclude.add("java.org.apache.catalina.mbeans.zzz.jmxRemoteLifecycleListener.deprecated");
3939
keysToExclude.add("java.org.apache.catalina.startup.zzz.catalina.stopServer.connectException");
40+
keysToExclude.add("java.org.apache.jasper.resources.zzz.jsp.error.jsproot.version.invalid");
4041
keysToExclude.add("java.org.apache.jasper.resources.zzz.jspc.usage");
4142
keysToExclude.add("java.org.apache.jasper.resources.zzz.jspc.webfrg.header");
4243
keysToExclude.add("java.org.apache.jasper.resources.zzz.jspc.webxml.header");

0 commit comments

Comments
 (0)