Modified: tomcat/site/trunk/docs/security-impact.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-impact.html?rev=961828&r1=961827&r2=961828&view=diff ============================================================================== --- tomcat/site/trunk/docs/security-impact.html (original) +++ tomcat/site/trunk/docs/security-impact.html Thu Jul 8 16:10:01 2010 @@ -3,18 +3,18 @@ <html> <head> <title>Apache Tomcat - Security Impact Levels</title> -<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"/> +<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" /> </head> -<body bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" vlink="#525D76"> -<table border="0" width="100%" cellspacing="0"> +<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"> +<table cellspacing="0" width="100%" border="0"> <!--PAGE HEADER--> <tr> <td> <!--PROJECT LOGO--> <a href="http://tomcat.apache.org/"> -<img src="./images/tomcat10.jpg" align="left" alt="Tomcat Logo" border="0"/> +<img border="0" alt="Tomcat Logo" align="left" src="./images/tomcat.gif" /> </a> </td> <td> @@ -25,28 +25,28 @@ <td> <!--APACHE LOGO--> <a href="http://www.apache.org/"> -<img src="http://www.apache.org/images/asf-logo.gif" align="right" alt="Apache Logo" border="0"/> +<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" /> </a> </td> </tr> </table> <div class="searchbox noPrint"> -<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 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> </div> -<table border="0" width="100%" cellspacing="4"> +<table cellspacing="4" width="100%" border="0"> <!--HEADER SEPARATOR--> <tr> <td colspan="2"> -<hr noshade="" size="1"/> +<hr size="1" noshade="" /> </td> </tr> <tr> <!--LEFT SIDE NAVIGATION--> -<td width="20%" valign="top" nowrap="true" class="noPrint"> +<td class="noPrint" nowrap="true" valign="top" width="20%"> <p> <strong>Apache Tomcat</strong> </p> @@ -178,11 +178,11 @@ </ul> </td> <!--RIGHT SIDE MAIN BODY--> -<td width="80%" valign="top" align="left" id="mainBody"> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<td id="mainBody" align="left" valign="top" width="80%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Summary of security impact levels for Apache Tomcat"> <!--()--> </a> @@ -216,14 +216,14 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Critical"> <strong>Critical</strong> </a> @@ -245,14 +245,14 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Important"> <strong>Important</strong> </a> @@ -275,14 +275,14 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Moderate"> <strong>Moderate</strong> </a> @@ -306,14 +306,14 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Low"> <strong>Low</strong> </a> @@ -333,7 +333,7 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> @@ -342,17 +342,17 @@ <!--FOOTER SEPARATOR--> <tr> <td colspan="2"> -<hr noshade="" size="1"/> +<hr size="1" noshade="" /> </td> </tr> <!--PAGE FOOTER--> <tr> <td colspan="2"> <div align="center"> -<font color="#525D76" size="-1"> +<font size="-1" color="#525D76"> <em> Copyright © 1999-2010, The Apache Software Foundation - <br/> + <br /> "Apache", the Apache feather, and the Apache Tomcat logo are trademarks of the Apache Software Foundation for our open source software.
Modified: tomcat/site/trunk/docs/security-jk.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-jk.html?rev=961828&r1=961827&r2=961828&view=diff ============================================================================== --- tomcat/site/trunk/docs/security-jk.html (original) +++ tomcat/site/trunk/docs/security-jk.html Thu Jul 8 16:10:01 2010 @@ -3,18 +3,18 @@ <html> <head> <title>Apache Tomcat - Apache Tomcat JK Connectors vulnerabilities</title> -<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"/> +<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" /> </head> -<body bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" vlink="#525D76"> -<table border="0" width="100%" cellspacing="0"> +<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"> +<table cellspacing="0" width="100%" border="0"> <!--PAGE HEADER--> <tr> <td> <!--PROJECT LOGO--> <a href="http://tomcat.apache.org/"> -<img src="./images/tomcat10.jpg" align="left" alt="Tomcat Logo" border="0"/> +<img border="0" alt="Tomcat Logo" align="left" src="./images/tomcat.gif" /> </a> </td> <td> @@ -25,28 +25,28 @@ <td> <!--APACHE LOGO--> <a href="http://www.apache.org/"> -<img src="http://www.apache.org/images/asf-logo.gif" align="right" alt="Apache Logo" border="0"/> +<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" /> </a> </td> </tr> </table> <div class="searchbox noPrint"> -<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 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> </div> -<table border="0" width="100%" cellspacing="4"> +<table cellspacing="4" width="100%" border="0"> <!--HEADER SEPARATOR--> <tr> <td colspan="2"> -<hr noshade="" size="1"/> +<hr size="1" noshade="" /> </td> </tr> <tr> <!--LEFT SIDE NAVIGATION--> -<td width="20%" valign="top" nowrap="true" class="noPrint"> +<td class="noPrint" nowrap="true" valign="top" width="20%"> <p> <strong>Apache Tomcat</strong> </p> @@ -178,11 +178,11 @@ </ul> </td> <!--RIGHT SIDE MAIN BODY--> -<td width="80%" valign="top" align="left" id="mainBody"> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<td id="mainBody" align="left" valign="top" width="80%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Table of Contents"> <!--()--> </a> @@ -219,14 +219,14 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Apache Tomcat JK Connectors vulnerabilities"> <!--()--> </a> @@ -259,14 +259,14 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Fixed in Apache Tomcat JK Connector 1.2.27"> <!--()--> </a> @@ -295,7 +295,7 @@ <a href="http://svn.apache.org/viewvc?rev=702540&view=rev"> revision 702540</a>.</p> - <p>Affects: JK 1.2.0-1.2.26<br/> + <p>Affects: JK 1.2.0-1.2.26<br /> Source shipped with Tomcat 4.0.0-4.0.6, 4.1.0-4.1.36, 5.0.0-5.0.30, 5.5.0-5.5.27</p> @@ -305,14 +305,14 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Fixed in Apache Tomcat JK Connector 1.2.23"> <!--()--> </a> @@ -360,7 +360,7 @@ interoperability with mod_rewrite. </p> - <p>Affects: JK 1.2.0-1.2.22 (httpd mod_jk module only)<br/> + <p>Affects: JK 1.2.0-1.2.22 (httpd mod_jk module only)<br /> Source shipped with Tomcat 4.0.0-4.0.6, 4.1.0-4.1.36, 5.0.0-5.0.30, 5.5.0-5.5.23</p> @@ -370,14 +370,14 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Fixed in Apache Tomcat JK Connector 1.2.21"> <!--()--> </a> @@ -401,7 +401,7 @@ could result in a stack overflow condition which could be leveraged to execute arbitrary code or crash the web server.</p> - <p>Affects: JK 1.2.19-1.2.20<br/> + <p>Affects: JK 1.2.19-1.2.20<br /> Source shipped with: Tomcat 4.1.34, 5.5.20</p> </blockquote> @@ -410,14 +410,14 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Fixed in Apache Tomcat JK Connector 1.2.16"> <!--()--> </a> @@ -442,7 +442,7 @@ this type can cause mod_jk to read beyond buffer boundaries and thus reveal sensitive memory information to a client.</p> - <p>Affects: JK 1.2.0-1.2.15<br/> + <p>Affects: JK 1.2.0-1.2.15<br /> Source shipped with: Tomcat 4.0.0-4.0.6, 4.1.0-4.1.32, 5.0.0-5.0.30, 5.5.0-5.5.16</p> @@ -452,7 +452,7 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> @@ -461,17 +461,17 @@ <!--FOOTER SEPARATOR--> <tr> <td colspan="2"> -<hr noshade="" size="1"/> +<hr size="1" noshade="" /> </td> </tr> <!--PAGE FOOTER--> <tr> <td colspan="2"> <div align="center"> -<font color="#525D76" size="-1"> +<font size="-1" color="#525D76"> <em> Copyright © 1999-2010, The Apache Software Foundation - <br/> + <br /> "Apache", the Apache feather, and the Apache Tomcat logo are trademarks of the Apache Software Foundation for our open source software. Modified: tomcat/site/trunk/docs/security-native.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security-native.html?rev=961828&r1=961827&r2=961828&view=diff ============================================================================== --- tomcat/site/trunk/docs/security-native.html (original) +++ tomcat/site/trunk/docs/security-native.html Thu Jul 8 16:10:01 2010 @@ -3,18 +3,18 @@ <html> <head> <title>Apache Tomcat - Apache Tomcat APR/native Connector vulnerabilities</title> -<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"/> +<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" /> </head> -<body bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" vlink="#525D76"> -<table border="0" width="100%" cellspacing="0"> +<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"> +<table cellspacing="0" width="100%" border="0"> <!--PAGE HEADER--> <tr> <td> <!--PROJECT LOGO--> <a href="http://tomcat.apache.org/"> -<img src="./images/tomcat10.jpg" align="left" alt="Tomcat Logo" border="0"/> +<img border="0" alt="Tomcat Logo" align="left" src="./images/tomcat.gif" /> </a> </td> <td> @@ -25,28 +25,28 @@ <td> <!--APACHE LOGO--> <a href="http://www.apache.org/"> -<img src="http://www.apache.org/images/asf-logo.gif" align="right" alt="Apache Logo" border="0"/> +<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" /> </a> </td> </tr> </table> <div class="searchbox noPrint"> -<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 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> </div> -<table border="0" width="100%" cellspacing="4"> +<table cellspacing="4" width="100%" border="0"> <!--HEADER SEPARATOR--> <tr> <td colspan="2"> -<hr noshade="" size="1"/> +<hr size="1" noshade="" /> </td> </tr> <tr> <!--LEFT SIDE NAVIGATION--> -<td width="20%" valign="top" nowrap="true" class="noPrint"> +<td class="noPrint" nowrap="true" valign="top" width="20%"> <p> <strong>Apache Tomcat</strong> </p> @@ -178,11 +178,11 @@ </ul> </td> <!--RIGHT SIDE MAIN BODY--> -<td width="80%" valign="top" align="left" id="mainBody"> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<td id="mainBody" align="left" valign="top" width="80%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Table of Contents"> <!--()--> </a> @@ -210,14 +210,14 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Apache Tomcat APR/native Connector vulnerabilities"> <!--()--> </a> @@ -250,14 +250,14 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Not a vulnerability in the Apache Tomcat APR/native Connector"> <!--()--> </a> @@ -301,7 +301,7 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> @@ -310,17 +310,17 @@ <!--FOOTER SEPARATOR--> <tr> <td colspan="2"> -<hr noshade="" size="1"/> +<hr size="1" noshade="" /> </td> </tr> <!--PAGE FOOTER--> <tr> <td colspan="2"> <div align="center"> -<font color="#525D76" size="-1"> +<font size="-1" color="#525D76"> <em> Copyright © 1999-2010, The Apache Software Foundation - <br/> + <br /> "Apache", the Apache feather, and the Apache Tomcat logo are trademarks of the Apache Software Foundation for our open source software. Modified: tomcat/site/trunk/docs/security.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/security.html?rev=961828&r1=961827&r2=961828&view=diff ============================================================================== --- tomcat/site/trunk/docs/security.html (original) +++ tomcat/site/trunk/docs/security.html Thu Jul 8 16:10:01 2010 @@ -3,18 +3,18 @@ <html> <head> <title>Apache Tomcat - Reporting Security Problems</title> -<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"/> +<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" /> </head> -<body bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" vlink="#525D76"> -<table border="0" width="100%" cellspacing="0"> +<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"> +<table cellspacing="0" width="100%" border="0"> <!--PAGE HEADER--> <tr> <td> <!--PROJECT LOGO--> <a href="http://tomcat.apache.org/"> -<img src="./images/tomcat10.jpg" align="left" alt="Tomcat Logo" border="0"/> +<img border="0" alt="Tomcat Logo" align="left" src="./images/tomcat.gif" /> </a> </td> <td> @@ -25,28 +25,28 @@ <td> <!--APACHE LOGO--> <a href="http://www.apache.org/"> -<img src="http://www.apache.org/images/asf-logo.gif" align="right" alt="Apache Logo" border="0"/> +<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" /> </a> </td> </tr> </table> <div class="searchbox noPrint"> -<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 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> </div> -<table border="0" width="100%" cellspacing="4"> +<table cellspacing="4" width="100%" border="0"> <!--HEADER SEPARATOR--> <tr> <td colspan="2"> -<hr noshade="" size="1"/> +<hr size="1" noshade="" /> </td> </tr> <tr> <!--LEFT SIDE NAVIGATION--> -<td width="20%" valign="top" nowrap="true" class="noPrint"> +<td class="noPrint" nowrap="true" valign="top" width="20%"> <p> <strong>Apache Tomcat</strong> </p> @@ -178,11 +178,11 @@ </ul> </td> <!--RIGHT SIDE MAIN BODY--> -<td width="80%" valign="top" align="left" id="mainBody"> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<td id="mainBody" align="left" valign="top" width="80%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Security Updates"> <!--()--> </a> @@ -254,14 +254,14 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Reporting New Security Problems with Apache Tomcat"> <!--()--> </a> @@ -323,14 +323,14 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Errors and omissions"> <!--()--> </a> @@ -356,7 +356,7 @@ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> @@ -365,17 +365,17 @@ <!--FOOTER SEPARATOR--> <tr> <td colspan="2"> -<hr noshade="" size="1"/> +<hr size="1" noshade="" /> </td> </tr> <!--PAGE FOOTER--> <tr> <td colspan="2"> <div align="center"> -<font color="#525D76" size="-1"> +<font size="-1" color="#525D76"> <em> Copyright © 1999-2010, The Apache Software Foundation - <br/> + <br /> "Apache", the Apache feather, and the Apache Tomcat logo are trademarks of the Apache Software Foundation for our open source software. Modified: tomcat/site/trunk/docs/svn.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/svn.html?rev=961828&r1=961827&r2=961828&view=diff ============================================================================== --- tomcat/site/trunk/docs/svn.html (original) +++ tomcat/site/trunk/docs/svn.html Thu Jul 8 16:10:01 2010 @@ -3,17 +3,17 @@ <html> <head> <title>Apache Tomcat - Subversion Repository Access</title> -<link type="text/css" href="stylesheets/tomcat.css" rel="stylesheet"/> -<link type="text/css" href="stylesheets/tomcat-printer.css" rel="stylesheet" media="print"/> +<link rel="stylesheet" href="stylesheets/tomcat.css" type="text/css" /> +<link media="print" rel="stylesheet" href="stylesheets/tomcat-printer.css" type="text/css" /> </head> -<body bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" vlink="#525D76"> -<table border="0" width="100%" cellspacing="0"> +<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"> +<table cellspacing="0" width="100%" border="0"> <!--PAGE HEADER--> <tr> <td> <!--PROJECT LOGO--> <a href="http://tomcat.apache.org/"> -<img src="./images/tomcat10.jpg" align="left" alt="Tomcat Logo" border="0"/> +<img border="0" alt="Tomcat Logo" align="left" src="./images/tomcat.gif" /> </a> </td> <td> @@ -24,28 +24,28 @@ <td> <!--APACHE LOGO--> <a href="http://www.apache.org/"> -<img src="http://www.apache.org/images/asf-logo.gif" align="right" alt="Apache Logo" border="0"/> +<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" /> </a> </td> </tr> </table> <div class="searchbox noPrint"> -<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 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> </div> -<table border="0" width="100%" cellspacing="4"> +<table cellspacing="4" width="100%" border="0"> <!--HEADER SEPARATOR--> <tr> <td colspan="2"> -<hr noshade="" size="1"/> +<hr size="1" noshade="" /> </td> </tr> <tr> <!--LEFT SIDE NAVIGATION--> -<td width="20%" valign="top" nowrap="true" class="noPrint"> +<td class="noPrint" nowrap="true" valign="top" width="20%"> <p> <strong>Apache Tomcat</strong> </p> @@ -177,11 +177,11 @@ </ul> </td> <!--RIGHT SIDE MAIN BODY--> -<td width="80%" valign="top" align="left" id="mainBody"> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<td id="mainBody" align="left" valign="top" width="80%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Subversion"> <strong>Subversion</strong> </a> @@ -208,14 +208,14 @@ guidance for Subversion</a>.</p> </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Repository Structure"> <!--()--> </a> @@ -339,7 +339,7 @@ http://svn.apache.org/repos/asf/tomcat</ </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> @@ -348,17 +348,17 @@ http://svn.apache.org/repos/asf/tomcat</ <!--FOOTER SEPARATOR--> <tr> <td colspan="2"> -<hr noshade="" size="1"/> +<hr size="1" noshade="" /> </td> </tr> <!--PAGE FOOTER--> <tr> <td colspan="2"> <div align="center"> -<font color="#525D76" size="-1"> +<font size="-1" color="#525D76"> <em> Copyright © 1999-2010, The Apache Software Foundation - <br/> + <br /> "Apache", the Apache feather, and the Apache Tomcat logo are trademarks of the Apache Software Foundation for our open source software. Modified: tomcat/site/trunk/docs/whichversion.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whichversion.html?rev=961828&r1=961827&r2=961828&view=diff ============================================================================== --- tomcat/site/trunk/docs/whichversion.html (original) +++ tomcat/site/trunk/docs/whichversion.html Thu Jul 8 16:10:01 2010 @@ -3,19 +3,19 @@ <html> <head> <title>Apache Tomcat - Which Version Do I Want?</title> -<meta name="author" content="Marc A. Saegesser"/> -<meta name="author" content="Yoav Shapira"/> -<link type="text/css" href="stylesheets/tomcat.css" rel="stylesheet"/> -<link type="text/css" href="stylesheets/tomcat-printer.css" rel="stylesheet" media="print"/> +<meta content="Marc A. Saegesser" name="author" /> +<meta content="Yoav Shapira" 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" /> </head> -<body bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" vlink="#525D76"> -<table border="0" width="100%" cellspacing="0"> +<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"> +<table cellspacing="0" width="100%" border="0"> <!--PAGE HEADER--> <tr> <td> <!--PROJECT LOGO--> <a href="http://tomcat.apache.org/"> -<img src="./images/tomcat10.jpg" align="left" alt="Tomcat Logo" border="0"/> +<img border="0" alt="Tomcat Logo" align="left" src="./images/tomcat.gif" /> </a> </td> <td> @@ -26,28 +26,28 @@ <td> <!--APACHE LOGO--> <a href="http://www.apache.org/"> -<img src="http://www.apache.org/images/asf-logo.gif" align="right" alt="Apache Logo" border="0"/> +<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" /> </a> </td> </tr> </table> <div class="searchbox noPrint"> -<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 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> </div> -<table border="0" width="100%" cellspacing="4"> +<table cellspacing="4" width="100%" border="0"> <!--HEADER SEPARATOR--> <tr> <td colspan="2"> -<hr noshade="" size="1"/> +<hr size="1" noshade="" /> </td> </tr> <tr> <!--LEFT SIDE NAVIGATION--> -<td width="20%" valign="top" nowrap="true" class="noPrint"> +<td class="noPrint" nowrap="true" valign="top" width="20%"> <p> <strong>Apache Tomcat</strong> </p> @@ -179,11 +179,11 @@ </ul> </td> <!--RIGHT SIDE MAIN BODY--> -<td width="80%" valign="top" align="left" id="mainBody"> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<td id="mainBody" align="left" valign="top" width="80%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Apache Tomcat Versions"> <!--()--> </a> @@ -204,100 +204,100 @@ and the respective Apache Tomcat version <table class="detail-table"> <tr> - <td bgcolor="#039acc" valign="top"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif"> + <td valign="top" bgcolor="#039acc"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000"> <strong>Servlet/JSP Spec</strong> </font> </td> - <td bgcolor="#039acc" valign="top"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif"> + <td valign="top" bgcolor="#039acc"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000"> <strong>Apache Tomcat version</strong> </font> </td> - <td bgcolor="#039acc" valign="top"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif"> + <td valign="top" bgcolor="#039acc"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000"> <strong>Actual release revision</strong> </font> </td> - <td bgcolor="#039acc" valign="top"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif"> + <td valign="top" bgcolor="#039acc"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000"> <strong>Minimum Java Version</strong> </font> </td> </tr> <tr> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">3.0/2.2</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">3.0/2.2</font> </td> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">7.0.x</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">7.0.x</font> </td> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">7.0.0 (beta)</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">7.0.0 (beta)</font> </td> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">1.6</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">1.6</font> </td> </tr> <tr> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">2.5/2.1</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">2.5/2.1</font> </td> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">6.0.x</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">6.0.x</font> </td> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">6.0.26</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">6.0.26</font> </td> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">1.5</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">1.5</font> </td> </tr> <tr> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">2.4/2.0</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">2.4/2.0</font> </td> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">5.5.x</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">5.5.x</font> </td> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">5.5.29</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">5.5.29</font> </td> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">1.4</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">1.4</font> </td> </tr> <tr> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">2.3/1.2</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">2.3/1.2</font> </td> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">4.1.x (archived)</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">4.1.x (archived)</font> </td> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">4.1.40 (archived)</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">4.1.40 (archived)</font> </td> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">1.3</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">1.3</font> </td> </tr> <tr> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">2.2/1.1</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">2.2/1.1</font> </td> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">3.3.x (archived)</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">3.3.x (archived)</font> </td> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">3.3.2 (archived)</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">3.3.2 (archived)</font> </td> - <td bgcolor="#a0ddf0" valign="top" align="left"> -<font color="#000000" size="-1" face="arial,helvetica,sanserif">1.1</font> + <td align="left" valign="top" bgcolor="#a0ddf0"> +<font face="arial,helvetica,sanserif" size="-1" color="#000000">1.1</font> </td> </tr> @@ -322,14 +322,14 @@ be interested or able to support you. </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Alpha / Beta / Stable"> <!--()--> </a> @@ -378,14 +378,14 @@ stably for extended periods of time.</p> </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Apache Tomcat 7.x"> <!--()--> </a> @@ -421,14 +421,14 @@ following improvements: </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Apache Tomcat 6.x"> <!--()--> </a> @@ -461,14 +461,14 @@ following improvements: </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Apache Tomcat 5.x"> <!--()--> </a> @@ -516,14 +516,14 @@ it in production</li> </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Apache Tomcat 4.x"> <!--()--> </a> @@ -579,14 +579,14 @@ specifications with no changes.</p> </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Apache Tomcat 3.x"> <!--()--> </a> @@ -660,7 +660,7 @@ strongly encouraged to migrate to the cu </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> @@ -669,17 +669,17 @@ strongly encouraged to migrate to the cu <!--FOOTER SEPARATOR--> <tr> <td colspan="2"> -<hr noshade="" size="1"/> +<hr size="1" noshade="" /> </td> </tr> <!--PAGE FOOTER--> <tr> <td colspan="2"> <div align="center"> -<font color="#525D76" size="-1"> +<font size="-1" color="#525D76"> <em> Copyright © 1999-2010, The Apache Software Foundation - <br/> + <br /> "Apache", the Apache feather, and the Apache Tomcat logo are trademarks of the Apache Software Foundation for our open source software. Modified: tomcat/site/trunk/docs/whoweare.html URL: http://svn.apache.org/viewvc/tomcat/site/trunk/docs/whoweare.html?rev=961828&r1=961827&r2=961828&view=diff ============================================================================== --- tomcat/site/trunk/docs/whoweare.html (original) +++ tomcat/site/trunk/docs/whoweare.html Thu Jul 8 16:10:01 2010 @@ -3,17 +3,17 @@ <html> <head> <title>Apache Tomcat - Who We Are</title> -<link type="text/css" href="stylesheets/tomcat.css" rel="stylesheet"/> -<link type="text/css" href="stylesheets/tomcat-printer.css" rel="stylesheet" media="print"/> +<link rel="stylesheet" href="stylesheets/tomcat.css" type="text/css" /> +<link media="print" rel="stylesheet" href="stylesheets/tomcat-printer.css" type="text/css" /> </head> -<body bgcolor="#ffffff" text="#000000" link="#525D76" alink="#525D76" vlink="#525D76"> -<table border="0" width="100%" cellspacing="0"> +<body vlink="#525D76" alink="#525D76" link="#525D76" text="#000000" bgcolor="#ffffff"> +<table cellspacing="0" width="100%" border="0"> <!--PAGE HEADER--> <tr> <td> <!--PROJECT LOGO--> <a href="http://tomcat.apache.org/"> -<img src="./images/tomcat10.jpg" align="left" alt="Tomcat Logo" border="0"/> +<img border="0" alt="Tomcat Logo" align="left" src="./images/tomcat.gif" /> </a> </td> <td> @@ -24,28 +24,28 @@ <td> <!--APACHE LOGO--> <a href="http://www.apache.org/"> -<img src="http://www.apache.org/images/asf-logo.gif" align="right" alt="Apache Logo" border="0"/> +<img border="0" alt="Apache Logo" align="right" src="http://www.apache.org/images/asf-logo.gif" /> </a> </td> </tr> </table> <div class="searchbox noPrint"> -<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 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> </div> -<table border="0" width="100%" cellspacing="4"> +<table cellspacing="4" width="100%" border="0"> <!--HEADER SEPARATOR--> <tr> <td colspan="2"> -<hr noshade="" size="1"/> +<hr size="1" noshade="" /> </td> </tr> <tr> <!--LEFT SIDE NAVIGATION--> -<td width="20%" valign="top" nowrap="true" class="noPrint"> +<td class="noPrint" nowrap="true" valign="top" width="20%"> <p> <strong>Apache Tomcat</strong> </p> @@ -177,11 +177,11 @@ </ul> </td> <!--RIGHT SIDE MAIN BODY--> -<td width="80%" valign="top" align="left" id="mainBody"> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<td id="mainBody" align="left" valign="top" width="80%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Who We Are"> <!--()--> </a> @@ -230,14 +230,14 @@ A complete list of all the Apache Commit </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Project Management Committee"> <!--()--> </a> @@ -254,107 +254,107 @@ A complete list of all the Apache Commit <h3>PMC Chair</h3> <p> -<b>Mladen Turk</b> (mturk at apache.org)<br/> +<b>Mladen Turk</b> (mturk at apache.org)<br /> </p> <h3>PMC Members & Committers</h3> <p> -<b>Jean-Francois Arcand</b> (jfarcand at apache.org)<br/> +<b>Jean-Francois Arcand</b> (jfarcand at apache.org)<br /> </p> <p> -<b>Bill Barker</b> (billbarker at apache.org)<br/> +<b>Bill Barker</b> (billbarker at apache.org)<br /> </p> <p> -<b>Jean-Frederic Clere</b> (jfclere at apache.org)<br/> +<b>Jean-Frederic Clere</b> (jfclere at apache.org)<br /> </p> <p> -<b>Ian Darwin</b> (idarwin at apache.org)<br/> +<b>Ian Darwin</b> (idarwin at apache.org)<br /> </p> <p> -<b>Keiichi Fujino</b> (kfujino at apache.org)<br/> +<b>Keiichi Fujino</b> (kfujino at apache.org)<br /> </p> <p> -<b>Tim Funk</b> (funkman at apache.org)<br/> +<b>Tim Funk</b> (funkman at apache.org)<br /> </p> <p> -<b>Henri Gomez</b> (hgomez at apache.org)<br/> +<b>Henri Gomez</b> (hgomez at apache.org)<br /> </p> <p> -<b>Filip Hanik</b> (fhanik at apache.org)<br/> +<b>Filip Hanik</b> (fhanik at apache.org)<br /> </p> <p> -<b>Jacob Hookom</b> (jhook at apache.org)<br/> +<b>Jacob Hookom</b> (jhook at apache.org)<br /> </p> <p> -<b>Jim Jagielski</b> (jim at apache.org)<br/> +<b>Jim Jagielski</b> (jim at apache.org)<br /> </p> <p> -<b>Rainer Jung</b> (rjung at apache.org)<br/> +<b>Rainer Jung</b> (rjung at apache.org)<br /> </p> <p> -<b>Konstantin Kolinko</b> (kkolinko at apache.org)<br/> +<b>Konstantin Kolinko</b> (kkolinko at apache.org)<br /> </p> <p> -<b>Remy Maucherat</b> (remm at apache.org)<br/> +<b>Remy Maucherat</b> (remm at apache.org)<br /> </p> <p> -<b>Costin Manolache</b> (costin at apache.org)<br/> +<b>Costin Manolache</b> (costin at apache.org)<br /> </p> <p> -<b>Peter Rossbach</b> (pero at apache.org)<br/> +<b>Peter Rossbach</b> (pero at apache.org)<br /> </p> <p> -<b>Yoav Shapira</b> (yoavs at apache.org)<br/> +<b>Yoav Shapira</b> (yoavs at apache.org)<br /> </p> Yoav Shapira contributes to numerous Apache and other open-source projects: you can read more about him at <a href="http://www.yoavshapira.com">YoavShapira.com</a>. <p> -<b>Mark Thomas</b> (markt at apache.org)<br/> +<b>Mark Thomas</b> (markt at apache.org)<br /> </p> <p> -<b>Keith Wannamaker</b> (keith at apache.org)<br/> +<b>Keith Wannamaker</b> (keith at apache.org)<br /> </p> <p> -<b>Tim Whittington</b> (timw at apache.org)<br/> +<b>Tim Whittington</b> (timw at apache.org)<br /> </p> @@ -364,14 +364,14 @@ open-source projects: you can read more </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> -<table border="0" cellspacing="0" cellpadding="2" width="100%"> +<table width="100%" cellpadding="2" cellspacing="0" border="0"> <tr> <td bgcolor="#525D76"> -<font color="#ffffff" face="arial,helvetica,sanserif"> +<font face="arial,helvetica,sanserif" color="#ffffff"> <a name="Emeritus Committers"> <!--()--> </a> @@ -451,7 +451,7 @@ Emeritus</a> is defined in the Apache gl </tr> <tr> <td> -<br/> +<br /> </td> </tr> </table> @@ -460,17 +460,17 @@ Emeritus</a> is defined in the Apache gl <!--FOOTER SEPARATOR--> <tr> <td colspan="2"> -<hr noshade="" size="1"/> +<hr size="1" noshade="" /> </td> </tr> <!--PAGE FOOTER--> <tr> <td colspan="2"> <div align="center"> -<font color="#525D76" size="-1"> +<font size="-1" color="#525D76"> <em> Copyright © 1999-2010, The Apache Software Foundation - <br/> + <br /> "Apache", the Apache feather, and the Apache Tomcat logo are trademarks of the Apache Software Foundation for our open source software. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org