Author: markt
Date: Thu Nov 19 12:24:45 2015
New Revision: 1715165
URL: http://svn.apache.org/viewvc?rev=1715165&view=rev
Log:
Add the download and security pages for 9.0.x
Added:
tomcat/site/trunk/xdocs/download-90.cgi (with props)
tomcat/site/trunk/xdocs/download-90.xml (with props)
tomcat/site/trunk/xdocs/security-9.xml (with props)
Modified:
tomcat/site/trunk/xdocs/security.xml
Added: tomcat/site/trunk/xdocs/download-90.cgi
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-90.cgi?rev=1715165&view=auto
==============================================================================
--- tomcat/site/trunk/xdocs/download-90.cgi (added)
+++ tomcat/site/trunk/xdocs/download-90.cgi Thu Nov 19 12:24:45 2015
@@ -0,0 +1,6 @@
+#!/bin/sh
+# Wrapper script around mirrors.cgi script
+# (we must change to that directory in order for python to pick up the
+# python includes correctly)
+cd /www/www.apache.org/dyn/mirrors
+/www/www.apache.org/dyn/mirrors/mirrors.cgi $*
Propchange: tomcat/site/trunk/xdocs/download-90.cgi
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: tomcat/site/trunk/xdocs/download-90.cgi
------------------------------------------------------------------------------
svn:executable = *
Added: tomcat/site/trunk/xdocs/download-90.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/download-90.xml?rev=1715165&view=auto
==============================================================================
--- tomcat/site/trunk/xdocs/download-90.xml (added)
+++ tomcat/site/trunk/xdocs/download-90.xml Thu Nov 19 12:24:45 2015
@@ -0,0 +1,208 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+ <properties>
+ <title>Apache Tomcat 9 Downloads</title>
+ </properties>
+ <body>
+
+ <section name="Tomcat 9 Downloads">
+ <p>Welcome to the Apache Tomcat™ 9.x download page. This page
provides
+ download links for obtaining the latest version of Tomcat 9.0.x, as well as
+ links to the archives of older releases.
+ </p>
+ </section>
+
+ <!-- Begin quick navigation section -->
+ <section name="Quick Navigation">
+<!--
+ Define variable to hold the current version number.
+ Documentation for ezt.py: https://code.google.com/p/ezt/wiki/Syntax
+-->
+[define v]9.0.0.M1[end]
+ <a href="https://www.apache.org/dist/tomcat/tomcat-9/KEYS">KEYS</a> |
+ <a href="#[v]">[v]</a> |
+ <a href="[preferred]tomcat/tomcat-9/v[v]" rel="nofollow">Browse</a> |
+ <a href="http://archive.apache.org/dist/tomcat/tomcat-9">Archives</a>
+ </section>
+ <!-- End quick navigation section -->
+
+
+
+ <section name="Release Integrity">
+ <p>You <strong>must</strong>
+ <a href="https://www.apache.org/info/verification.html">verify</a> the
+ integrity of the downloaded files. We provide OpenPGP signatures for every
+ release file. This signature should be matched against the
+ <a href="https://www.apache.org/dist/tomcat/tomcat-9/KEYS">KEYS</a> file
+ which contains the OpenPGP keys of Tomcat's Release Managers. We also
+ provide <code>MD5</code> and <code>SHA-1</code> checksums for every
+ release file. After you download the file, you should calculate a
+ checksum for your download, and make sure it is the same as ours.
+ </p>
+ </section>
+
+ <section name="Mirrors">
+ <!-- Note: the following CGI code is sensitive to line breaks. Don't
"prettify" it. -->
+ <p>You are currently using <b>[preferred]</b>. If you
+ encounter a problem with this mirror, please select another
+ mirror. If all mirrors are failing, there are <i>backup</i>
+ mirrors (at the end of the mirrors list) that should be
+ available.<br/>[if-any logo]<a href="[link]" rel="nofollow"><img
alt="Logo" src="[logo]"/></a>[end]</p><form action="[location]" method="get"
id="SelectMirror"><p>
+ Other mirrors: <select name="Preferred">
+ [if-any http]
+ [for http]<option value="[http]">[http]</option>[end]
+ [end]
+ [if-any ftp]
+ [for ftp]<option value="[ftp]">[ftp]</option>[end]
+ [end]
+ [if-any backup]
+ [for backup]<option value="[backup]">[backup] (backup)</option>[end]
+ [end]
+ </select><input type="submit" value="Change"/></p></form>
+ <!-- End mirror list -->
+
+ </section>
+ <!-- End mirrors section -->
+
+ <!-- Begin version [v] section -->
+ <section name="[v]">
+ <p>
+ Please see the
+ <a href="[preferred]tomcat/tomcat-9/v[v]/README.html"
rel="nofollow">README</a>
+ file for packaging information. It explains what every distribution
contains.
+ </p>
+
+ <subsection name="Binary Distributions">
+ <ul>
+ <li>Core:
+ <ul>
+ <li>
+ <a
href="[preferred]tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v].zip"
rel="nofollow">zip</a>
+ (<a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v].zip.asc">pgp</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v].zip.md5">md5</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v].zip.sha1">sha1</a>)
+ </li>
+ <li>
+ <a
href="[preferred]tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v].tar.gz"
rel="nofollow">tar.gz</a>
+ (<a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v].tar.gz.asc">pgp</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v].tar.gz.md5">md5</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v].tar.gz.sha1">sha1</a>)
+ </li>
+ <li>
+ <a
href="[preferred]tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-windows-x86.zip"
rel="nofollow">32-bit Windows zip</a>
+ (<a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-windows-x86.zip.asc">pgp</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-windows-x86.zip.md5">md5</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-windows-x86.zip.sha1">sha1</a>)
+ </li>
+ <li>
+ <a
href="[preferred]tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-windows-x64.zip"
rel="nofollow">64-bit Windows zip</a>
+ (<a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-windows-x64.zip.asc">pgp</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-windows-x64.zip.md5">md5</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-windows-x64.zip.sha1">sha1</a>)
+ </li>
+ <li>
+ <a
href="[preferred]tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v].exe"
rel="nofollow">32-bit/64-bit Windows Service Installer</a>
+ (<a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v].exe.asc">pgp</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v].exe.md5">md5</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v].exe.sha1">sha1</a>)
+ </li>
+ </ul>
+ </li>
+ <li>Full documentation:
+ <ul>
+ <li>
+ <a
href="[preferred]tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-fulldocs.tar.gz"
rel="nofollow">tar.gz</a>
+ (<a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-fulldocs.tar.gz.asc">pgp</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-fulldocs.tar.gz.md5">md5</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-fulldocs.tar.gz.sha1">sha1</a>)
+ </li>
+ </ul>
+ </li>
+ <li>Deployer:
+ <ul>
+ <li>
+ <a
href="[preferred]tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-deployer.zip"
rel="nofollow">zip</a>
+ (<a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-deployer.zip.asc">pgp</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-deployer.zip.md5">md5</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-deployer.zip.sha1">sha1</a>)
+ </li>
+ <li>
+ <a
href="[preferred]tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-deployer.tar.gz"
rel="nofollow">tar.gz</a>
+ (<a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-deployer.tar.gz.asc">pgp</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-deployer.tar.gz.md5">md5</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/apache-tomcat-[v]-deployer.tar.gz.sha1">sha1</a>)
+ </li>
+ </ul>
+ </li>
+ <li>Extras:
+ <ul>
+ <li>
+ <a
href="[preferred]tomcat/tomcat-9/v[v]/bin/extras/catalina-jmx-remote.jar"
rel="nofollow">JMX Remote jar</a>
+ (<a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/extras/catalina-jmx-remote.jar.asc">pgp</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/extras/catalina-jmx-remote.jar.md5">md5</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/extras/catalina-jmx-remote.jar.sha1">sha1</a>)
+ </li>
+ <li>
+ <a
href="[preferred]tomcat/tomcat-9/v[v]/bin/extras/catalina-ws.jar"
rel="nofollow">Web services jar</a>
+ (<a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/extras/catalina-ws.jar.asc">pgp</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/extras/catalina-ws.jar.md5">md5</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/extras/catalina-ws.jar.sha1">sha1</a>)
+ </li>
+ <li>
+ <a
href="[preferred]tomcat/tomcat-9/v[v]/bin/extras/tomcat-juli-adapters.jar"
rel="nofollow">JULI adapters jar</a>
+ (<a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/extras/tomcat-juli-adapters.jar.asc">pgp</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/extras/tomcat-juli-adapters.jar.md5">md5</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/extras/tomcat-juli-adapters.jar.sha1">sha1</a>)
+ </li>
+ <li>
+ <a
href="[preferred]tomcat/tomcat-9/v[v]/bin/extras/tomcat-juli.jar"
rel="nofollow">JULI log4j jar</a>
+ (<a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/extras/tomcat-juli.jar.asc">pgp</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/extras/tomcat-juli.jar.md5">md5</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/extras/tomcat-juli.jar.sha1">sha1</a>)
+ </li>
+ </ul>
+ </li>
+ <li>Embedded:
+ <ul>
+ <li>
+ <a
href="[preferred]tomcat/tomcat-9/v[v]/bin/embed/apache-tomcat-[v]-embed.tar.gz"
rel="nofollow">tar.gz</a>
+ (<a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/embed/apache-tomcat-[v]-embed.tar.gz.asc">pgp</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/embed/apache-tomcat-[v]-embed.tar.gz.md5">md5</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/embed/apache-tomcat-[v]-embed.tar.gz.sha1">sha1</a>)
+ </li>
+ <li>
+ <a
href="[preferred]tomcat/tomcat-9/v[v]/bin/embed/apache-tomcat-[v]-embed.zip"
rel="nofollow">zip</a>
+ (<a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/embed/apache-tomcat-[v]-embed.zip.asc">pgp</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/embed/apache-tomcat-[v]-embed.zip.md5">md5</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/bin/embed/apache-tomcat-[v]-embed.zip.sha1">sha1</a>)
+ </li>
+ </ul>
+ </li>
+ </ul>
+ </subsection>
+ <!-- End of version [v] binary section -->
+
+ <!-- Begin version [v] source section -->
+ <subsection name="Source Code Distributions">
+ <ul>
+ <li>
+ <a
href="[preferred]tomcat/tomcat-9/v[v]/src/apache-tomcat-[v]-src.tar.gz"
rel="nofollow">tar.gz</a>
+ (<a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/src/apache-tomcat-[v]-src.tar.gz.asc">pgp</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/src/apache-tomcat-[v]-src.tar.gz.md5">md5</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/src/apache-tomcat-[v]-src.tar.gz.sha1">sha1</a>)
+ </li>
+ <li>
+ <a
href="[preferred]tomcat/tomcat-9/v[v]/src/apache-tomcat-[v]-src.zip"
rel="nofollow">zip</a>
+ (<a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/src/apache-tomcat-[v]-src.zip.asc">pgp</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/src/apache-tomcat-[v]-src.zip.md5">md5</a>,
+ <a
href="https://www.apache.org/dist/tomcat/tomcat-9/v[v]/src/apache-tomcat-[v]-src.zip.sha1">sha1</a>)
+ </li>
+ </ul>
+ </subsection>
+ <!-- End version [v] source section -->
+
+ </section>
+ <!-- End version [v] section -->
+
+</body>
+</document>
Propchange: tomcat/site/trunk/xdocs/download-90.xml
------------------------------------------------------------------------------
svn:eol-style = native
Added: tomcat/site/trunk/xdocs/security-9.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-9.xml?rev=1715165&view=auto
==============================================================================
--- tomcat/site/trunk/xdocs/security-9.xml (added)
+++ tomcat/site/trunk/xdocs/security-9.xml Thu Nov 19 12:24:45 2015
@@ -0,0 +1,60 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<document>
+
+ <properties>
+ <author>Apache Tomcat Project</author>
+ <title>Apache Tomcat 8 vulnerabilities</title>
+ </properties>
+
+<body>
+
+<section name="Table of Contents">
+<toc/>
+</section>
+
+ <section name="Apache Tomcat 9.x vulnerabilities">
+ <p>This page lists all security vulnerabilities fixed in released versions
+ of Apache Tomcat 9.x. Each vulnerability is given a
+ <a href="security-impact.html">security impact rating</a> by the Apache
+ Tomcat security team — please note that this rating may vary from
+ platform to platform. We also list the versions of Apache Tomcat the
flaw
+ is known to affect, and where a flaw has not been verified list the
+ version with a question mark.</p>
+
+ <p><strong>Note:</strong> Vulnerabilities that are not Tomcat
vulnerabilities
+ but have either been incorrectly reported against Tomcat or where Tomcat
+ provides a workaround are listed at the end of this page.</p>
+
+ <p>Please note that binary patches are never provided. If you need to
+ apply a source code patch, use the building instructions for the
+ Apache Tomcat version that you are using. For Tomcat 9.0 those are
+ <a href="/tomcat-9.0-doc/building.html"><code>building.html</code></a>
and
+ <a href="/tomcat-9.0-doc/BUILDING.txt"><code>BUILDING.txt</code></a>.
+ Both files can be found in the <code>webapps/docs</code> subdirectory
+ of a binary distribution. You may also want to review the
+ <a href="/tomcat-9.0-doc/security-howto.html">Security
Considerations</a>
+ page in the documentation.</p>
+
+ <p>If you need help on building or configuring Tomcat or other help on
+ following the instructions to mitigate the known vulnerabilities listed
+ here, please send your questions to the public
+ <a href="lists.html">Tomcat Users mailing list</a>
+ </p>
+
+ <p>If you have encountered an unlisted security vulnerability or other
+ unexpected behaviour that has <a href="security-impact.html">security
+ impact</a>, or if the descriptions here are incomplete,
+ please report them privately to the
+ <a href="security.html">Tomcat Security Team</a>. Thank you.
+ </p>
+
+ </section>
+
+ <section name="Fixed in Apache Tomcat 9.0.x">
+
+ <p>There are currently no known vulnerabilities for Apache Tomcat 9.0.x</p>
+ </section>
+
+</body>
+</document>
+
Propchange: tomcat/site/trunk/xdocs/security-9.xml
------------------------------------------------------------------------------
svn:eol-style = native
Modified: tomcat/site/trunk/xdocs/security.xml
URL:
http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security.xml?rev=1715165&r1=1715164&r2=1715165&view=diff
==============================================================================
--- tomcat/site/trunk/xdocs/security.xml (original)
+++ tomcat/site/trunk/xdocs/security.xml Thu Nov 19 12:24:45 2015
@@ -25,6 +25,8 @@
<p>Lists of security problems fixed in released versions of Apache Tomcat
are available:</p>
<ul>
+ <li><a href="security-9.html">Apache Tomcat 9.x Security Vulnerabilities
+ </a></li>
<li><a href="security-8.html">Apache Tomcat 8.x Security Vulnerabilities
</a></li>
<li><a href="security-7.html">Apache Tomcat 7.x Security Vulnerabilities
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]