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

OBS-URL: https://build.opensuse.org/request/show/407906
OBS-URL: https://build.opensuse.org/package/show/Java:packages/tomcat?expand=0&rev=95
This commit is contained in:
Matei Albu 2016-07-12 13:47:50 +00:00 committed by Git OBS Bridge
parent 1fcda7bfef
commit fbd81a9403
2 changed files with 5 additions and 1 deletions

View File

@ -6,6 +6,8 @@ Wed Jul 6 12:20:03 UTC 2016 - malbu@suse.com
http://tomcat.apache.org/tomcat-8.0-doc/changelog.html#Tomcat_8.0.36_(markt)
- CVE fixed by the version update:
- CVE-2016-3092 (bnc#986359)
- Fixed a deployment error in the examples webapp by changing the context.xml format to the new one
introduced by Tomcat 8. See http://tomcat.apache.org/migration-8.html#Web_application_resources
-------------------------------------------------------------------
Mon May 2 16:05:26 UTC 2016 - dmacvicar@suse.de

View File

@ -484,7 +484,9 @@ popd
mkdir -p %{buildroot}%{appdir}/examples/META-INF
pushd %{buildroot}%{appdir}/examples/META-INF
echo '<?xml version="1.0" encoding="UTF-8"?>'>context.xml
echo '<Context allowLinking="true"/>'>>context.xml
echo '<Context>'>>context.xml
echo ' <Resources allowLinking="true" />'>>context.xml
echo '</Context>'>>context.xml
popd
pushd %{buildroot}%{appdir}/examples/WEB-INF/lib