Author: kkolinko Date: Sun Mar 27 19:41:34 2011 New Revision: 1086011 URL: http://svn.apache.org/viewvc?rev=1086011&view=rev Log: Correct typos
Modified: tomcat/site/trunk/docs/security-4.html tomcat/site/trunk/docs/security-5.html tomcat/site/trunk/docs/security-6.html tomcat/site/trunk/docs/security-7.html tomcat/site/trunk/xdocs/security-4.xml tomcat/site/trunk/xdocs/security-5.xml tomcat/site/trunk/xdocs/security-6.xml tomcat/site/trunk/xdocs/security-7.xml Modified: tomcat/site/trunk/docs/security-4.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-4.html?rev=1086011&r1=1086010&r2=1086011&view=diff ============================================================================== --- tomcat/site/trunk/docs/security-4.html (original) +++ tomcat/site/trunk/docs/security-4.html Sun Mar 27 19:41:34 2011 @@ -617,7 +617,7 @@ </p> <p>The Manager web application did not escape user provided data before - including it in the output. This enabled a XSS attack. This applciation + including it in the output. This enabled a XSS attack. This application now filters the data before use. This issue may be mitigated by logging out (closing the browser) of the application once the management tasks have been completed.</p> Modified: tomcat/site/trunk/docs/security-5.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-5.html?rev=1086011&r1=1086010&r2=1086011&view=diff ============================================================================== --- tomcat/site/trunk/docs/security-5.html (original) +++ tomcat/site/trunk/docs/security-5.html Sun Mar 27 19:41:34 2011 @@ -3,18 +3,18 @@ <html> <head> <title>Apache Tomcat - Apache Tomcat 5 vulnerabilities</title> -<meta content="Apache Tomcat Project" name="author" /> -<link rel="stylesheet" href="stylesheets/tomcat.css" type="text/css" /> -<link media="print" rel="stylesheet" href="stylesheets/tomcat-printer.css" type="text/css" /> +<meta name="author" content="Apache Tomcat Project"/> +<link type="text/css" href="stylesheets/tomcat.css" rel="stylesheet"/> +<link type="text/css" href="stylesheets/tomcat-printer.css" rel="stylesheet" media="print"/> </head> -<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"> -<table cellspacing="0" width="100%" border="0"> +<body bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" vlink="#525D76"> +<table border="0" width="100%" cellspacing="0"> <!--PAGE HEADER--> <tr> <td> <!--PROJECT LOGO--> <a href="http://tomcat.apache.org/"> -<img border="0" alt="Tomcat Logo" align="left" src="./images/tomcat.gif" /> +<img src="./images/tomcat.gif" align="left" alt="Tomcat Logo" border="0"/> </a> </td> <td> @@ -25,28 +25,28 @@ <td> <!--APACHE LOGO--> <a href="http://www.apache.org/"> -<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" /> +<img src="http://www.apache.org/images/asf-logo.gif" align="right" alt="Apache Logo" border="0"/> </a> </td> </tr> </table> <div class="searchbox noPrint"> -<form method="get" action="http://www.google.com/search"> -<input type="hidden" name="sitesearch" value="tomcat.apache.org" /> -<input type="text" id="query" name="q" size="25" value="Search the Site" /> -<input type="submit" value="Search Site" name="Search" /> +<form action="http://www.google.com/search" method="get"> +<input value="tomcat.apache.org" name="sitesearch" type="hidden"/> +<input value="Search the Site" size="25" name="q" id="query" type="text"/> +<input name="Search" value="Search Site" type="submit"/> </form> </div> -<table cellspacing="4" width="100%" border="0"> +<table border="0" width="100%" cellspacing="4"> <!--HEADER SEPARATOR--> <tr> <td colspan="2"> -<hr size="1" noshade="" /> +<hr noshade="" size="1"/> </td> </tr> <tr> <!--LEFT SIDE NAVIGATION--> -<td class="noPrint" nowrap="true" valign="top" width="20%"> +<td width="20%" valign="top" nowrap="true" class="noPrint"> <p> <strong>Apache Tomcat</strong> </p> @@ -178,11 +178,11 @@ </ul> </td> <!--RIGHT SIDE MAIN BODY--> -<td id="mainBody" align="left" valign="top" width="80%"> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<td width="80%" valign="top" align="left" id="mainBody"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Table of Contents"> <!--()--> </a> @@ -264,14 +264,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Apache Tomcat 5.x vulnerabilities"> <!--()--> </a> @@ -312,14 +312,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.32"> <!--()--> </a> @@ -328,8 +328,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 1 Feb 2011</strong> </font> </td> @@ -345,9 +345,9 @@ CVE-2011-0013</a> </p> - <p>The HTML Manager interface displayed web applciation provided data, such + <p>The HTML Manager interface displayed web application provided data, such as display names, without filtering. A malicious web application could - trigger script execution by an administartive user when viewing the + trigger script execution by an administrative user when viewing the manager pages.</p> <p>This was fixed in @@ -365,14 +365,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.30"> <!--()--> </a> @@ -381,8 +381,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 9 Jul 2010</strong> </font> </td> @@ -475,14 +475,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.29"> <!--()--> </a> @@ -491,8 +491,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 20 Apr 2010</strong> </font> </td> @@ -592,14 +592,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.28"> <!--()--> </a> @@ -608,8 +608,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 4 Sep 2009</strong> </font> </td> @@ -737,14 +737,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.27"> <!--()--> </a> @@ -753,8 +753,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 8 Sep 2008</strong> </font> </td> @@ -834,14 +834,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.26"> <!--()--> </a> @@ -850,8 +850,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 5 Feb 2008</strong> </font> </td> @@ -917,14 +917,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.25, 5.0.SVN"> <!--()--> </a> @@ -933,8 +933,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 8 Sep 2007</strong> </font> </td> @@ -1014,14 +1014,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.24, 5.0.SVN"> <!--()--> </a> @@ -1030,8 +1030,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>Not released</strong> </font> </td> @@ -1059,14 +1059,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.23, 5.0.SVN"> <!--()--> </a> @@ -1075,8 +1075,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 9 Mar 2007</strong> </font> </td> @@ -1109,14 +1109,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.22, 5.0.SVN"> <!--()--> </a> @@ -1125,8 +1125,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>not released</strong> </font> </td> @@ -1178,14 +1178,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.21, 5.0.SVN"> <!--()--> </a> @@ -1194,8 +1194,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>not released</strong> </font> </td> @@ -1226,14 +1226,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.21"> <!--()--> </a> @@ -1242,8 +1242,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>not released</strong> </font> </td> @@ -1286,14 +1286,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.18, 5.0.SVN"> <!--()--> </a> @@ -1302,8 +1302,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>not released</strong> </font> </td> @@ -1329,14 +1329,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.17, 5.0.SVN"> <!--()--> </a> @@ -1345,8 +1345,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 27 Apr 2006</strong> </font> </td> @@ -1372,14 +1372,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.16, 5.0.SVN"> <!--()--> </a> @@ -1388,8 +1388,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 15 Mar 2006</strong> </font> </td> @@ -1415,14 +1415,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.13, 5.0.SVN"> <!--()--> </a> @@ -1473,14 +1473,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.7, 5.0.SVN"> <!--()--> </a> @@ -1511,14 +1511,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 5.5.1"> <!--()--> </a> @@ -1553,14 +1553,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Not a vulnerability in Tomcat"> <!--()--> </a> @@ -1688,7 +1688,7 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> @@ -1697,17 +1697,17 @@ <!--FOOTER SEPARATOR--> <tr> <td colspan="2"> -<hr size="1" noshade="" /> +<hr noshade="" size="1"/> </td> </tr> <!--PAGE FOOTER--> <tr> <td colspan="2"> <div align="center"> -<font size="-1" color="#525D76"> +<font color="#525D76" size="-1"> <em> Copyright © 1999-2011, The Apache Software Foundation - <br /> + <br/> Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat project logo are trademarks of the Apache Software Foundation. </em> Modified: tomcat/site/trunk/docs/security-6.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-6.html?rev=1086011&r1=1086010&r2=1086011&view=diff ============================================================================== --- tomcat/site/trunk/docs/security-6.html (original) +++ tomcat/site/trunk/docs/security-6.html Sun Mar 27 19:41:34 2011 @@ -3,18 +3,18 @@ <html> <head> <title>Apache Tomcat - Apache Tomcat 6 vulnerabilities</title> -<meta content="Apache Tomcat Project" name="author" /> -<link rel="stylesheet" href="stylesheets/tomcat.css" type="text/css" /> -<link media="print" rel="stylesheet" href="stylesheets/tomcat-printer.css" type="text/css" /> +<meta name="author" content="Apache Tomcat Project"/> +<link type="text/css" href="stylesheets/tomcat.css" rel="stylesheet"/> +<link type="text/css" href="stylesheets/tomcat-printer.css" rel="stylesheet" media="print"/> </head> -<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"> -<table cellspacing="0" width="100%" border="0"> +<body bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" vlink="#525D76"> +<table border="0" width="100%" cellspacing="0"> <!--PAGE HEADER--> <tr> <td> <!--PROJECT LOGO--> <a href="http://tomcat.apache.org/"> -<img border="0" alt="Tomcat Logo" align="left" src="./images/tomcat.gif" /> +<img src="./images/tomcat.gif" align="left" alt="Tomcat Logo" border="0"/> </a> </td> <td> @@ -25,28 +25,28 @@ <td> <!--APACHE LOGO--> <a href="http://www.apache.org/"> -<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" /> +<img src="http://www.apache.org/images/asf-logo.gif" align="right" alt="Apache Logo" border="0"/> </a> </td> </tr> </table> <div class="searchbox noPrint"> -<form method="get" action="http://www.google.com/search"> -<input type="hidden" name="sitesearch" value="tomcat.apache.org" /> -<input type="text" id="query" name="q" size="25" value="Search the Site" /> -<input type="submit" value="Search Site" name="Search" /> +<form action="http://www.google.com/search" method="get"> +<input value="tomcat.apache.org" name="sitesearch" type="hidden"/> +<input value="Search the Site" size="25" name="q" id="query" type="text"/> +<input name="Search" value="Search Site" type="submit"/> </form> </div> -<table cellspacing="4" width="100%" border="0"> +<table border="0" width="100%" cellspacing="4"> <!--HEADER SEPARATOR--> <tr> <td colspan="2"> -<hr size="1" noshade="" /> +<hr noshade="" size="1"/> </td> </tr> <tr> <!--LEFT SIDE NAVIGATION--> -<td class="noPrint" nowrap="true" valign="top" width="20%"> +<td width="20%" valign="top" nowrap="true" class="noPrint"> <p> <strong>Apache Tomcat</strong> </p> @@ -178,11 +178,11 @@ </ul> </td> <!--RIGHT SIDE MAIN BODY--> -<td id="mainBody" align="left" valign="top" width="80%"> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<td width="80%" valign="top" align="left" id="mainBody"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Table of Contents"> <!--()--> </a> @@ -246,14 +246,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Apache Tomcat 6.x vulnerabilities"> <!--()--> </a> @@ -288,14 +288,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 6.0.32"> <!--()--> </a> @@ -304,8 +304,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 03 Feb 2011</strong> </font> </td> @@ -348,14 +348,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 6.0.30"> <!--()--> </a> @@ -364,8 +364,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 13 Jan 2011</strong> </font> </td> @@ -381,9 +381,9 @@ CVE-2011-0013</a> </p> - <p>The HTML Manager interface displayed web applciation provided data, such + <p>The HTML Manager interface displayed web application provided data, such as display names, without filtering. A malicious web application could - trigger script execution by an administartive user when viewing the + trigger script execution by an administrative user when viewing the manager pages.</p> <p>This was fixed in @@ -449,14 +449,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 6.0.28"> <!--()--> </a> @@ -465,8 +465,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 9 Jul 2010</strong> </font> </td> @@ -538,14 +538,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 6.0.24"> <!--()--> </a> @@ -554,8 +554,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 21 Jan 2010</strong> </font> </td> @@ -663,14 +663,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 6.0.20"> <!--()--> </a> @@ -679,8 +679,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 3 Jun 2009</strong> </font> </td> @@ -810,14 +810,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 6.0.18"> <!--()--> </a> @@ -826,8 +826,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 31 Jul 2008</strong> </font> </td> @@ -913,14 +913,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 6.0.16"> <!--()--> </a> @@ -929,8 +929,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 8 Feb 2008</strong> </font> </td> @@ -1010,14 +1010,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 6.0.14"> <!--()--> </a> @@ -1026,8 +1026,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 13 Aug 2007</strong> </font> </td> @@ -1107,14 +1107,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 6.0.11"> <!--()--> </a> @@ -1123,8 +1123,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>not released</strong> </font> </td> @@ -1170,14 +1170,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 6.0.10"> <!--()--> </a> @@ -1186,8 +1186,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 28 Feb 2007</strong> </font> </td> @@ -1234,14 +1234,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 6.0.9"> <!--()--> </a> @@ -1250,8 +1250,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 8 Feb 2007</strong> </font> </td> @@ -1278,14 +1278,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Fixed in Apache Tomcat 6.0.6"> <!--()--> </a> @@ -1294,8 +1294,8 @@ </a> </font> </td> -<td bgcolor="#525D76" align="right"> -<font face="arial,helvetica.sanserif" color="#ffffff"> +<td align="right" bgcolor="#525D76"> +<font color="#ffffff" face="arial,helvetica.sanserif"> <strong>released 18 Dec 2006</strong> </font> </td> @@ -1326,14 +1326,14 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> -<table width="100%" cellpadding="2" cellspacing="0" border="0"> +<table border="0" cellspacing="0" cellpadding="2" width="100%"> <tr> <td bgcolor="#525D76"> -<font face="arial,helvetica,sanserif" color="#ffffff"> +<font color="#ffffff" face="arial,helvetica,sanserif"> <a name="Not a vulnerability in Tomcat"> <!--()--> </a> @@ -1447,7 +1447,7 @@ </tr> <tr> <td> -<br /> +<br/> </td> </tr> </table> @@ -1456,17 +1456,17 @@ <!--FOOTER SEPARATOR--> <tr> <td colspan="2"> -<hr size="1" noshade="" /> +<hr noshade="" size="1"/> </td> </tr> <!--PAGE FOOTER--> <tr> <td colspan="2"> <div align="center"> -<font size="-1" color="#525D76"> +<font color="#525D76" size="-1"> <em> Copyright © 1999-2011, The Apache Software Foundation - <br /> + <br/> Apache Tomcat, Tomcat, Apache, the Apache feather, and the Apache Tomcat project logo are trademarks of the Apache Software Foundation. </em> Modified: tomcat/site/trunk/docs/security-7.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-7.html?rev=1086011&r1=1086010&r2=1086011&view=diff ============================================================================== --- tomcat/site/trunk/docs/security-7.html (original) +++ tomcat/site/trunk/docs/security-7.html Sun Mar 27 19:41:34 2011 @@ -402,9 +402,9 @@ CVE-2011-0013</a> </p> - <p>The HTML Manager interface displayed web applciation provided data, such + <p>The HTML Manager interface displayed web application provided data, such as display names, without filtering. A malicious web application could - trigger script execution by an administartive user when viewing the + trigger script execution by an administrative user when viewing the manager pages.</p> <p>This was fixed in Modified: tomcat/site/trunk/xdocs/security-4.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-4.xml?rev=1086011&r1=1086010&r2=1086011&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/security-4.xml (original) +++ tomcat/site/trunk/xdocs/security-4.xml Sun Mar 27 19:41:34 2011 @@ -232,7 +232,7 @@ CVE-2007-2450</a></p> <p>The Manager web application did not escape user provided data before - including it in the output. This enabled a XSS attack. This applciation + including it in the output. This enabled a XSS attack. This application now filters the data before use. This issue may be mitigated by logging out (closing the browser) of the application once the management tasks have been completed.</p> Modified: tomcat/site/trunk/xdocs/security-5.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-5.xml?rev=1086011&r1=1086010&r2=1086011&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/security-5.xml (original) +++ tomcat/site/trunk/xdocs/security-5.xml Sun Mar 27 19:41:34 2011 @@ -52,9 +52,9 @@ <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0013"> CVE-2011-0013</a></p> - <p>The HTML Manager interface displayed web applciation provided data, such + <p>The HTML Manager interface displayed web application provided data, such as display names, without filtering. A malicious web application could - trigger script execution by an administartive user when viewing the + trigger script execution by an administrative user when viewing the manager pages.</p> <p>This was fixed in Modified: tomcat/site/trunk/xdocs/security-6.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-6.xml?rev=1086011&r1=1086010&r2=1086011&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/security-6.xml (original) +++ tomcat/site/trunk/xdocs/security-6.xml Sun Mar 27 19:41:34 2011 @@ -63,9 +63,9 @@ <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0013"> CVE-2011-0013</a></p> - <p>The HTML Manager interface displayed web applciation provided data, such + <p>The HTML Manager interface displayed web application provided data, such as display names, without filtering. A malicious web application could - trigger script execution by an administartive user when viewing the + trigger script execution by an administrative user when viewing the manager pages.</p> <p>This was fixed in Modified: tomcat/site/trunk/xdocs/security-7.xml URL: http://svn.apache.org/viewvc/tomcat/site/trunk/xdocs/security-7.xml?rev=1086011&r1=1086010&r2=1086011&view=diff ============================================================================== --- tomcat/site/trunk/xdocs/security-7.xml (original) +++ tomcat/site/trunk/xdocs/security-7.xml Sun Mar 27 19:41:34 2011 @@ -86,9 +86,9 @@ <a href="http://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2011-0013"> CVE-2011-0013</a></p> - <p>The HTML Manager interface displayed web applciation provided data, such + <p>The HTML Manager interface displayed web application provided data, such as display names, without filtering. A malicious web application could - trigger script execution by an administartive user when viewing the + trigger script execution by an administrative user when viewing the manager pages.</p> <p>This was fixed in --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org