- Update to Tomcat 9.0.33. See changelog at http://tomcat.apache.org/tomcat-9.0-doc/changelog.html#Tomcat_9.0.33_(markt) - Notable fix: corrected a regression in the improvements to HTTP header parsing (bsc#1167438) - Rebased patches: * tomcat-9.0-javadoc.patch * tomcat-9.0-osgi-build.patch * tomcat-9.0.31-java8compat.patch OBS-URL: https://build.opensuse.org/request/show/789762 OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=197
80 lines
2.8 KiB
Diff
80 lines
2.8 KiB
Diff
Index: apache-tomcat-9.0.33-src/build.xml
|
|
===================================================================
|
|
--- apache-tomcat-9.0.33-src.orig/build.xml
|
|
+++ apache-tomcat-9.0.33-src/build.xml
|
|
@@ -1891,7 +1891,7 @@ Apache Tomcat ${version} native binaries
|
|
source="${compile.source}"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path location="${ant.core.lib}"/>
|
|
@@ -1913,7 +1913,7 @@ Apache Tomcat ${version} native binaries
|
|
source="${compile.source}"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path location="${ant.core.lib}"/>
|
|
@@ -1934,7 +1934,7 @@ Apache Tomcat ${version} native binaries
|
|
source="${compile.source}"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path location="${ant.core.lib}"/>
|
|
@@ -1955,7 +1955,7 @@ Apache Tomcat ${version} native binaries
|
|
source="${compile.source}"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path location="${ant.core.lib}"/>
|
|
@@ -1976,7 +1976,7 @@ Apache Tomcat ${version} native binaries
|
|
source="${compile.source}"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path location="${ant.core.lib}"/>
|
|
@@ -1994,9 +1994,10 @@ Apache Tomcat ${version} native binaries
|
|
docencoding="UTF-8"
|
|
charset="UTF-8"
|
|
additionalparam="-breakiterator -notimestamp"
|
|
+ source="${compile.source}"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path location="${ant.core.lib}"/>
|
|
@@ -2016,7 +2017,7 @@ Apache Tomcat ${version} native binaries
|
|
source="${compile.source}"
|
|
maxmemory="512m"
|
|
failonerror="true"
|
|
- failonwarning="true">
|
|
+ failonwarning="false">
|
|
<classpath>
|
|
<path refid="compile.classpath"/>
|
|
<path location="${ant.core.lib}"/>
|
|
@@ -2027,8 +2028,6 @@ Apache Tomcat ${version} native binaries
|
|
<link href="../elapi"/>
|
|
<link href="../websocketapi"/>
|
|
<link href="../jaspicapi"/>
|
|
- <link href="https://docs.oracle.com/javase/8/docs/api/"/>
|
|
- <link href="https://javaee.github.io/javaee-spec/javadocs/"/>
|
|
<packageset dir="${tomcat.dist}/src/java/">
|
|
<include name="org/**"/>
|
|
<exclude name="org/apache/el/parser/**"/>
|