SHA256
1
0
forked from pool/tomcat

Accepting request 780240 from home:mateialbu:branches:Java:packages

- Change default value of AJP connector secretRequired to false
- Added patch:
  * tomcat-9.0.31-secretRequired-default.patch

OBS-URL: https://build.opensuse.org/request/show/780240
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=195
This commit is contained in:
Matei Albu
2020-02-28 11:40:32 +00:00
committed by Git OBS Bridge
parent 4f512b15f8
commit f7af59e59f
3 changed files with 24 additions and 0 deletions

View File

@@ -81,6 +81,9 @@ Patch3: %{name}-%{major_version}.%{minor_version}-javadoc.patch
Patch4: tomcat-9.0-osgi-build.patch
# PATCH-FIX-OPENSUSE: cast ByteBuffer to Buffer in cases where there is a risk of using Java 9+ apis
Patch5: tomcat-9.0.31-java8compat.patch
# PATCH-FIX-OPENSUSE: set ajp connector secreteRequired to false by default to avoid tomcat not starting
Patch6: tomcat-9.0.31-secretRequired-default.patch
BuildRequires: ant >= 1.8.1
BuildRequires: ant-antlr
BuildRequires: apache-commons-collections
@@ -258,6 +261,7 @@ find . -type f \( -name "*.bat" -o -name "*.class" -o -name Thumbs.db -o -name "
%patch3 -p1
%patch4 -p1
%patch5 -p1
%patch6 -p1
# remove date from docs
sed -i -e '/build-date/ d' webapps/docs/tomcat-docs.xsl