You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2014/02/09 21:13:49 UTC

svn commit: r1566391 - in /struts/site/branches/jekyll-powered: content/css/main.css content/downloads.html old-content/xdoc/downloads.xml source/css/main.css source/downloads.html

Author: lukaszlenart
Date: Sun Feb  9 20:13:49 2014
New Revision: 1566391

URL: http://svn.apache.org/r1566391
Log:
Converts downloads

Added:
    struts/site/branches/jekyll-powered/content/downloads.html
    struts/site/branches/jekyll-powered/source/downloads.html
Removed:
    struts/site/branches/jekyll-powered/old-content/xdoc/downloads.xml
Modified:
    struts/site/branches/jekyll-powered/content/css/main.css
    struts/site/branches/jekyll-powered/source/css/main.css

Modified: struts/site/branches/jekyll-powered/content/css/main.css
URL: http://svn.apache.org/viewvc/struts/site/branches/jekyll-powered/content/css/main.css?rev=1566391&r1=1566390&r2=1566391&view=diff
==============================================================================
--- struts/site/branches/jekyll-powered/content/css/main.css (original)
+++ struts/site/branches/jekyll-powered/content/css/main.css Sun Feb  9 20:13:49 2014
@@ -1,3 +1,7 @@
 nav {
   margin-bottom: 56px;
+}
+
+table .no-wrap {
+  white-space: nowrap;
 }
\ No newline at end of file

Added: struts/site/branches/jekyll-powered/content/downloads.html
URL: http://svn.apache.org/viewvc/struts/site/branches/jekyll-powered/content/downloads.html?rev=1566391&view=auto
==============================================================================
--- struts/site/branches/jekyll-powered/content/downloads.html (added)
+++ struts/site/branches/jekyll-powered/content/downloads.html Sun Feb  9 20:13:49 2014
@@ -0,0 +1,1042 @@
+<!DOCTYPE html>
+<html>
+<head>
+  <meta charset="UTF-8"/>
+  <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+  <meta name="Date-Revision-yyyymmdd" content="20140206"/>
+  <meta http-equiv="Content-Language" content="en"/>
+  <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
+
+  <title>Releases</title>
+
+  <link rel="stylesheet" href="/bootstrap/css/bootstrap.css">
+  <link rel="stylesheet" href="/css/main.css">
+
+  <script type="text/javascript" src="/js/jquery-1.11.0.min.js"></script>
+  <script type="text/javascript" src="/bootstrap/js/bootstrap.js"></script>
+  <script type="text/javascript" src="/js/community.js"></script>
+</head>
+<body>
+
+<a href="http://github.com/apache/struts">
+  <img style="position: absolute; top: 0; right: 0; border: 0; z-index: 10000;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub">
+</a>
+
+<header>
+  <!-- Fixed navbar -->
+<nav>
+  <div class="navbar navbar-default navbar-fixed-top" role="navigation">
+    <div class="container">
+      <div class="navbar-collapse collapse">
+        <ul class="nav navbar-nav">
+
+          <li class="dropdown">
+            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Apache Struts <b class="caret"></b></a>
+            <ul class="dropdown-menu">
+              <li><a href="index.html">Welcome</a></li>
+              <li><a href="downloads.html">Downloads</a></li>
+              <li><a href="announce.html">Announcements</a></li>
+              <li><a href="http://www.apache.org/licenses/">License</a></li>
+              <li><a href="http://apache.org/foundation/thanks.html">Thanks!</a></li>
+              <li><a href="http://apache.org/foundation/sponsorship.html">Sponsorship</a></li>
+            </ul>
+          </li>
+
+          <li class="dropdown">
+            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Support <b class="caret"></b></a>
+            <ul class="dropdown-menu">
+              <li><a href="mail.html">User Mailing List</a></li>
+              <li><a href="https://issues.apache.org/jira/browse/WW">Issue Tracker</a></li>
+              <li><a href="security.html">Reporting Security Issues</a></li>
+            </ul>
+          </li>
+
+          <li class="dropdown">
+            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Documentation <b class="caret"></b></a>
+            <ul class="dropdown-menu">
+              <li><a href="birdseye.html">Birds Eye</a></li>
+              <li><a href="primer.html">Key Technologies</a></li>
+              <li><a href="kickstart.html">Kickstart FAQ</a></li>
+              <li><a href="https://cwiki.apache.org/confluence/display/WW/Home">Wiki</a></li>
+              <li><a href="http://struts.apache.org/release/2.3.x/index.html">Struts 2</a></li>
+              <li><a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1</a></li>
+            </ul>
+          </li>
+
+          <li class="dropdown">
+            <a class="dropdown-toggle" data-toggle="dropdown" href="#">Contributing <b class="caret"></b></a>
+            <ul class="dropdown-menu">
+              <li><a href="youatstruts.html">You at Struts</a></li>
+              <li><a href="helping.html">How to Help FAQ</a></li>
+              <li><a href="dev-mail.html">Development Lists</a></li>
+              <li class="divider"></li>
+              <li><a href="git-for-struts.html">Git for Struts</a></li>
+              <li><a href="builds.html">Source Code</a></li>
+              <li><a href="coding-standards.html">Coding standards</a></li>
+              <li class="divider"></li>
+              <li><a href="releases.html">Release Guidelines</a></li>
+              <li><a href="bylaws.html">PMC Charter</a></li>
+              <li><a href="volunteers.html">Volunteers</a></li>
+              <li><a href="https://git-wip-us.apache.org/repos/asf?p=struts.git">Source Repository</a></li>
+            </ul>
+          </li>
+
+        </ul>
+      </div>
+      <!--/.nav-collapse -->
+    </div>
+  </div>
+</nav>
+
+  <div class="container">
+    <div class="row">
+      <div class="pull-left">
+        <a href="/" id="bannerLeft">
+          <img src="/img/struts.gif" alt="Apache Struts"/>
+        </a>
+      </div>
+      <div class="pull-right"><a href="http://www.apache.org" id="bannerRight">
+        <img src="/img/asf-logo.gif" alt="Apache Software Foundation"/>
+      </a>
+      </div>
+    </div>
+  </div>
+</header>
+
+
+<article class="container">
+  <section class="col-md-12">
+    <h1>Apache Struts Releases</h1>
+
+<p>
+  The Apache Struts web framework is a free open-source solution for creating
+  Java web applications.
+</p>
+
+<p>
+  Releases of the Apache Struts framework
+  are made available to the general public at no charge,
+  under the
+  <a href="http://apache.org/licenses/">Apache License,</a>
+  in both binary and source distributions.
+  Individual JARs are also made available through
+  <a href="http://maven.apache.org">Apache Maven</a>
+  repositories,
+  like
+  <a href="http://ibiblio.org">ibiblio.</a>
+</p>
+
+<ul>
+  <li>
+    <strong>General Availability (GA) Releases</strong> - <em>Ready for Prime Time!</em>
+    <ul>
+      <li>
+        <a href="http://struts.apache.org/download.cgi#struts2316">Struts 2.3.16</a> ("best available")
+      </li>
+    </ul>
+  </li>
+  <li>
+    <strong>Beta Releases</strong> - <em>Help test the next release!</em>
+  </li>
+  <li>
+    <strong>Trunk Snapshots</strong> - <em>Get involved with the latest and greatest fixes and improvements</em>
+    <ul>
+      <li><a href="https://builds.apache.org/view/S-Z/view/Struts/">Struts 2 Latest Snapshots from Jenkins CI</a>
+      </li>
+      <li>
+        Maven Snapshots are available from the <a href="https://repository.apache.org/content/groups/snapshots/">Apache
+        Maven Repository</a>.
+      </li>
+    </ul>
+  </li>
+  <li>
+    <strong>Older Releases</strong>
+    are available here
+    <ul>
+      <li>
+        <a href="http://struts.apache.org/download.cgi#struts1310">
+          Struts 1.3.10
+        </a> (latest Struts 1 release before <a href="struts1eol-announcement.html">EOL</a>)
+      </li>
+      <li>
+        <a href="http://archive.apache.org/dist/struts/">
+          Archive Site
+        </a>
+      </li>
+    </ul>
+  </li>
+</ul>
+
+<p>
+  Project releases are approved by vote of the Apache Struts <a href="bylaws.html">Project Management Committee.</a>
+  Support for a release is provided by <a href="volunteers.html">project volunteers</a>
+  on the <a href="mail.html">User mailing list.</a> Additional free support is provided by many other
+  volunteer subscribers to the list. Issues with a release may be discussed on the list and reported through the
+  <a href="https://issues.apache.org/jira/browse/WW">issue tracker.</a>
+</p>
+
+<p>
+  The user mailing list and issue tracker are the <strong>only</strong> support options hosted by the Apache Struts
+  project.
+</p>
+
+<p>
+  <a href="kickstart.html#releases"><strong>Why are some version numbers missing?</strong></a>
+</p>
+
+<h1>Prior Releases</h1>
+<a name="PriorReleases"></a>
+
+<p>
+  As a courtesy, we retain archival copies of the website for releases that initially were considered "General
+  Availability"
+  but which has been reclassified as "Not recommended" since they contain security issues
+</p>
+
+<table class="table table-condensed table-striped table-hover">
+<thead>
+<tr>
+  <th>Release</th>
+  <th class="no-wrap">Release Date</th>
+  <th>Vulnerability</th>
+  <th>Version Notes</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+  <td class="no-wrap">
+    <a href="http://struts.apache.org/2.3.15/index.html">Struts 2.3.15.3</a>
+  </td>
+  <td class="no-wrap">15 October 2013</td>
+  <td><br/></td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/version-notes-23153.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.15/index.html">Struts 2.3.15.2</a>
+  </td>
+  <td class="no-wrap">16 July 2013</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/version-notes-23152.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.15/index.html">Struts 2.3.15.1</a>
+  </td>
+  <td>16 July 2013</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/version-notes-23151.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.15/index.html">Struts 2.3.15</a>
+  </td>
+  <td>22 June 2013</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/version-notes-2315.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.14.3/index.html">Struts 2.3.14.3</a>
+  </td>
+  <td>3 June 2013</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/version-notes-23143.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.14.1/index.html">Struts 2.3.14.2</a>
+  </td>
+  <td>22 May 2013</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/version-notes-23142.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.14.1/index.html">Struts 2.3.14.1</a>
+  </td>
+  <td>22 May 2013</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.12/docs/version-notes-23141.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.14/index.html">Struts 2.3.14</a>
+  </td>
+  <td>11 April 2013</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.12/docs/version-notes-2314.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.12/index.html">Struts 2.3.12</a>
+  </td>
+  <td>6 March 2013</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.12/docs/version-notes-2312.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.8/index.html">Struts 2.3.8</a>
+  </td>
+  <td class="no-wrap">22 December 2012</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.8/docs/version-notes-238.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.7/index.html">Struts 2.3.7</a>
+  </td>
+  <td>19 November 2012</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.7/docs/version-notes-237.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.4.1/index.html">Struts 2.3.4.1</a>
+  </td>
+  <td>13 August 2012</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.4/docs/version-notes-234.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.4/index.html">Struts 2.3.4</a>
+  </td>
+  <td>12 May 2012</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.4/docs/version-notes-234.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.3/index.html">Struts 2.3.3</a>
+  </td>
+  <td>16 April 2012</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.3/docs/version-notes-233.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.1.2/index.html">Struts 2.3.1.2</a>
+  </td>
+  <td>22 January 2012</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.1.2/docs/version-notes-2312.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.1.1/index.html">Struts 2.3.1.1</a>
+  </td>
+  <td>25 December 2011</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.1.1/docs/version-notes-2311.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.1/index.html">Struts 2.3.1</a>
+  </td>
+  <td>12 December 2011</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.1/docs/version-notes-231.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.2.3.1/index.html">Struts 2.2.3.1</a>
+  </td>
+  <td>7 September 2011</td>
+  <td>
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.2.3.1/docs/version-notes-2231.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.2.3/index.html">Struts 2.2.3</a>
+  </td>
+  <td>7 September 2011</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.2.3/docs/version-notes-223.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.2.1.1/index.html">Struts 2.2.1.1</a>
+  </td>
+  <td>20 December 2010</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.2.1.1/docs/version-notes-2211.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.2.1/index.html">Struts 2.2.1</a>
+  </td>
+  <td>16 August 2010</td>
+  <td>
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.2.1/docs/version-notes-221.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.1.8.1/index.html">Struts 2.1.8.1</a>
+  </td>
+  <td>16 November 2009</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.1.8.1/docs/version-notes-2181.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.1.8/index.html">Struts 2.1.8</a>
+  </td>
+  <td class="no-wrap">30 September 2009</td>
+  <td>
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.1.8/docs/version-notes-218.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.1.6/index.html">Struts 2.1.6</a>
+  </td>
+  <td>5 January 2009</td>
+  <td>
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.1.6/docs/version-notes-216.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.0.14/index.html">Struts 2.0.14</a>
+  </td>
+  <td>24 November 2008</td>
+  <td>
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.0.14/docs/release-notes-2014.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.0.12/index.html">Struts 2.0.12</a>
+  </td>
+  <td>20 October 2008</td>
+  <td>
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td class="no-wrap">
+    <a href="http://struts.apache.org/2.0.12/docs/release-notes-2012.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.0.11.2/index.html">Struts 2.0.11.2</a>
+  </td>
+  <td>22 June 2008</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-003.html">S2-003</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-004.html">S2-004</a>,
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.0.11.2/docs/release-notes-20112.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.0.11.1/index.html">Struts 2.0.11.1</a>
+  </td>
+  <td>2 March 2008</td>
+  <td>
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-003.html">S2-003</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-004.html">S2-004</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.0.11.1/docs/release-notes-20111.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.0.11/index.html">Struts 2.0.11</a>
+  </td>
+  <td>23 October 2007</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-002.html">S2-002</a>,
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-003.html">S2-003</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-004.html">S2-004</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.0.11/docs/release-notes-2011.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.0.9/index.html">Struts 2.0.9</a>
+  </td>
+  <td>24 July 2007</td>
+  <td>
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-002.html">S2-002</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-003.html">S2-003</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-004.html">S2-004</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.0.9/docs/release-notes-209.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.0.8/index.html">Struts 2.0.8</a>
+  </td>
+  <td>12 June 2007</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-001.html">S2-001</a>,
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-002.html">S2-002</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-003.html">S2-003</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-004.html">S2-004</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.0.8/docs/release-notes-208.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.0.6/index.html">Struts 2.0.6</a>
+  </td>
+  <td>22 February 2007</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-001.html">S2-001</a>,
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-002.html">S2-002</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-003.html">S2-003</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-004.html">S2-004</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.0.6/docs/release-notes-206.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1.3.10</a>
+  </td>
+  <td>4 December 2008</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/release/1.3.x/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/1.3.8/index.html">Struts 1.3.8</a>
+  </td>
+  <td>3 March 2007</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/1.3.8/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/1.3.5/index.html">Struts 1.3.5</a>
+  </td>
+  <td>17 June 2006</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/1.3.5/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/1.2.9/index.html">Struts 1.2.9</a>
+  </td>
+  <td>22 March 2006</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/1.2.9/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/1.2.8/index.htm">Struts 1.2.8</a>
+  </td>
+  <td>25 November 2005</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/1.2.8/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/1.2.7/index.html">Struts 1.2.7</a>
+  </td>
+  <td>26 May 2005</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/1.2.7/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/1.2.4/index.html">Struts 1.2.4</a>
+  </td>
+  <td>19 September 2004</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/1.2.4/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/1.1/index.html">Struts 1.1</a>
+  </td>
+  <td>30 June 2003</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/1.1/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/1.0.2/index.html">Struts 1.0.2</a>
+  </td>
+  <td>11 February 2002</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/1.0.2/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+</tbody>
+</table>
+
+<p>
+  The documentation is bundled with each <a href="http://archive.apache.org/dist/struts/">
+  distribution.</a> We <strong>strongly recommend</strong> installing the documentation
+  for a release locally, so as to conserve bandwidth.
+</p>
+
+<h1>Licensing of Apache Struts Releases</h1>
+<p>
+  Apache Struts 2 source code and documentation is
+  licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  included in any distribution for additional information
+  regarding copyright ownership. The ASF licenses the source
+  code and documentation files in our Apache Struts distribution
+  to you under the Apache License, Version 2.0 (the "License");
+  you may not use the Apache Struts product except in compliance
+  with the License.
+</p>
+
+<p>
+  You may obtain a copy of the License at
+  <a href="http://www.apache.org/licenses/LICENSE-2.0">
+    http://www.apache.org/licenses/LICENSE-2.0</a>.
+</p>
+
+<p>
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+</p>
+
+<p class="pull-right">
+  Next: <a href="announce.html">Announcements</a>
+</p>
+
+  </section>
+</article>
+
+  <hr/>
+<footer class="container">
+  <div class="row col-md-12 text-center">
+    Copyright &copy; 2000-2014 <a href="http://www.apache.org/">The Apache Software Foundation</a>. All Rights Reserved.
+  </div>
+  <div class="row col-md-12 text-center">
+    Apache Struts, Struts, Apache, the Apache feather logo, and the Apache Struts
+    project logos are trademarks of The Apache Software Foundation.
+  </div>
+</footer>
+
+
+</body>
+</html>

Modified: struts/site/branches/jekyll-powered/source/css/main.css
URL: http://svn.apache.org/viewvc/struts/site/branches/jekyll-powered/source/css/main.css?rev=1566391&r1=1566390&r2=1566391&view=diff
==============================================================================
--- struts/site/branches/jekyll-powered/source/css/main.css (original)
+++ struts/site/branches/jekyll-powered/source/css/main.css Sun Feb  9 20:13:49 2014
@@ -1,3 +1,7 @@
 nav {
   margin-bottom: 56px;
+}
+
+table .no-wrap {
+  white-space: nowrap;
 }
\ No newline at end of file

Added: struts/site/branches/jekyll-powered/source/downloads.html
URL: http://svn.apache.org/viewvc/struts/site/branches/jekyll-powered/source/downloads.html?rev=1566391&view=auto
==============================================================================
--- struts/site/branches/jekyll-powered/source/downloads.html (added)
+++ struts/site/branches/jekyll-powered/source/downloads.html Sun Feb  9 20:13:49 2014
@@ -0,0 +1,921 @@
+---
+layout: default
+title: Releases
+---
+
+<h1>Apache Struts Releases</h1>
+
+<p>
+  The Apache Struts web framework is a free open-source solution for creating
+  Java web applications.
+</p>
+
+<p>
+  Releases of the Apache Struts framework
+  are made available to the general public at no charge,
+  under the
+  <a href="http://apache.org/licenses/">Apache License,</a>
+  in both binary and source distributions.
+  Individual JARs are also made available through
+  <a href="http://maven.apache.org">Apache Maven</a>
+  repositories,
+  like
+  <a href="http://ibiblio.org">ibiblio.</a>
+</p>
+
+<ul>
+  <li>
+    <strong>General Availability (GA) Releases</strong> - <em>Ready for Prime Time!</em>
+    <ul>
+      <li>
+        <a href="http://struts.apache.org/download.cgi#struts2316">Struts 2.3.16</a> ("best available")
+      </li>
+    </ul>
+  </li>
+  <li>
+    <strong>Beta Releases</strong> - <em>Help test the next release!</em>
+  </li>
+  <li>
+    <strong>Trunk Snapshots</strong> - <em>Get involved with the latest and greatest fixes and improvements</em>
+    <ul>
+      <li><a href="https://builds.apache.org/view/S-Z/view/Struts/">Struts 2 Latest Snapshots from Jenkins CI</a>
+      </li>
+      <li>
+        Maven Snapshots are available from the <a href="https://repository.apache.org/content/groups/snapshots/">Apache
+        Maven Repository</a>.
+      </li>
+    </ul>
+  </li>
+  <li>
+    <strong>Older Releases</strong>
+    are available here
+    <ul>
+      <li>
+        <a href="http://struts.apache.org/download.cgi#struts1310">
+          Struts 1.3.10
+        </a> (latest Struts 1 release before <a href="struts1eol-announcement.html">EOL</a>)
+      </li>
+      <li>
+        <a href="http://archive.apache.org/dist/struts/">
+          Archive Site
+        </a>
+      </li>
+    </ul>
+  </li>
+</ul>
+
+<p>
+  Project releases are approved by vote of the Apache Struts <a href="bylaws.html">Project Management Committee.</a>
+  Support for a release is provided by <a href="volunteers.html">project volunteers</a>
+  on the <a href="mail.html">User mailing list.</a> Additional free support is provided by many other
+  volunteer subscribers to the list. Issues with a release may be discussed on the list and reported through the
+  <a href="https://issues.apache.org/jira/browse/WW">issue tracker.</a>
+</p>
+
+<p>
+  The user mailing list and issue tracker are the <strong>only</strong> support options hosted by the Apache Struts
+  project.
+</p>
+
+<p>
+  <a href="kickstart.html#releases"><strong>Why are some version numbers missing?</strong></a>
+</p>
+
+<h1>Prior Releases</h1>
+<a name="PriorReleases"></a>
+
+<p>
+  As a courtesy, we retain archival copies of the website for releases that initially were considered "General
+  Availability"
+  but which has been reclassified as "Not recommended" since they contain security issues
+</p>
+
+<table class="table table-condensed table-striped table-hover">
+<thead>
+<tr>
+  <th>Release</th>
+  <th class="no-wrap">Release Date</th>
+  <th>Vulnerability</th>
+  <th>Version Notes</th>
+</tr>
+</thead>
+<tbody>
+<tr>
+  <td class="no-wrap">
+    <a href="http://struts.apache.org/2.3.15/index.html">Struts 2.3.15.3</a>
+  </td>
+  <td class="no-wrap">15 October 2013</td>
+  <td><br/></td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/version-notes-23153.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.15/index.html">Struts 2.3.15.2</a>
+  </td>
+  <td class="no-wrap">16 July 2013</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/version-notes-23152.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.15/index.html">Struts 2.3.15.1</a>
+  </td>
+  <td>16 July 2013</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/version-notes-23151.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.15/index.html">Struts 2.3.15</a>
+  </td>
+  <td>22 June 2013</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/version-notes-2315.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.14.3/index.html">Struts 2.3.14.3</a>
+  </td>
+  <td>3 June 2013</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/version-notes-23143.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.14.1/index.html">Struts 2.3.14.2</a>
+  </td>
+  <td>22 May 2013</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/version-notes-23142.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.14.1/index.html">Struts 2.3.14.1</a>
+  </td>
+  <td>22 May 2013</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.12/docs/version-notes-23141.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.14/index.html">Struts 2.3.14</a>
+  </td>
+  <td>11 April 2013</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.12/docs/version-notes-2314.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.12/index.html">Struts 2.3.12</a>
+  </td>
+  <td>6 March 2013</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.12/docs/version-notes-2312.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.8/index.html">Struts 2.3.8</a>
+  </td>
+  <td class="no-wrap">22 December 2012</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.8/docs/version-notes-238.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.7/index.html">Struts 2.3.7</a>
+  </td>
+  <td>19 November 2012</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.7/docs/version-notes-237.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.4.1/index.html">Struts 2.3.4.1</a>
+  </td>
+  <td>13 August 2012</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.4/docs/version-notes-234.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.4/index.html">Struts 2.3.4</a>
+  </td>
+  <td>12 May 2012</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.4/docs/version-notes-234.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.3/index.html">Struts 2.3.3</a>
+  </td>
+  <td>16 April 2012</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.3/docs/version-notes-233.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.1.2/index.html">Struts 2.3.1.2</a>
+  </td>
+  <td>22 January 2012</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.1.2/docs/version-notes-2312.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.1.1/index.html">Struts 2.3.1.1</a>
+  </td>
+  <td>25 December 2011</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.1.1/docs/version-notes-2311.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.3.1/index.html">Struts 2.3.1</a>
+  </td>
+  <td>12 December 2011</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.3.1/docs/version-notes-231.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.2.3.1/index.html">Struts 2.2.3.1</a>
+  </td>
+  <td>7 September 2011</td>
+  <td>
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.2.3.1/docs/version-notes-2231.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.2.3/index.html">Struts 2.2.3</a>
+  </td>
+  <td>7 September 2011</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.2.3/docs/version-notes-223.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.2.1.1/index.html">Struts 2.2.1.1</a>
+  </td>
+  <td>20 December 2010</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.2.1.1/docs/version-notes-2211.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.2.1/index.html">Struts 2.2.1</a>
+  </td>
+  <td>16 August 2010</td>
+  <td>
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.2.1/docs/version-notes-221.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.1.8.1/index.html">Struts 2.1.8.1</a>
+  </td>
+  <td>16 November 2009</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.1.8.1/docs/version-notes-2181.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.1.8/index.html">Struts 2.1.8</a>
+  </td>
+  <td class="no-wrap">30 September 2009</td>
+  <td>
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-016.html">S2-016</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-017.html">S2-017</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-018.html">S2-018</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-019.html">S2-019</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.1.8/docs/version-notes-218.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.1.6/index.html">Struts 2.1.6</a>
+  </td>
+  <td>5 January 2009</td>
+  <td>
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.1.6/docs/version-notes-216.html">Version notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.0.14/index.html">Struts 2.0.14</a>
+  </td>
+  <td>24 November 2008</td>
+  <td>
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.0.14/docs/release-notes-2014.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.0.12/index.html">Struts 2.0.12</a>
+  </td>
+  <td>20 October 2008</td>
+  <td>
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td class="no-wrap">
+    <a href="http://struts.apache.org/2.0.12/docs/release-notes-2012.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.0.11.2/index.html">Struts 2.0.11.2</a>
+  </td>
+  <td>22 June 2008</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-003.html">S2-003</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-004.html">S2-004</a>,
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.0.11.2/docs/release-notes-20112.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.0.11.1/index.html">Struts 2.0.11.1</a>
+  </td>
+  <td>2 March 2008</td>
+  <td>
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-003.html">S2-003</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-004.html">S2-004</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.0.11.1/docs/release-notes-20111.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.0.11/index.html">Struts 2.0.11</a>
+  </td>
+  <td>23 October 2007</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-002.html">S2-002</a>,
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-003.html">S2-003</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-004.html">S2-004</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.0.11/docs/release-notes-2011.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.0.9/index.html">Struts 2.0.9</a>
+  </td>
+  <td>24 July 2007</td>
+  <td>
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-002.html">S2-002</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-003.html">S2-003</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-004.html">S2-004</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.0.9/docs/release-notes-209.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.0.8/index.html">Struts 2.0.8</a>
+  </td>
+  <td>12 June 2007</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-001.html">S2-001</a>,
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-002.html">S2-002</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-003.html">S2-003</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-004.html">S2-004</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.0.8/docs/release-notes-208.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/2.0.6/index.html">Struts 2.0.6</a>
+  </td>
+  <td>22 February 2007</td>
+  <td>
+    <a href="http://struts.apache.org/2.x/docs/s2-001.html">S2-001</a>,
+    likely:
+    <a href="http://struts.apache.org/2.x/docs/s2-002.html">S2-002</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-003.html">S2-003</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-004.html">S2-004</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-005.html">S2-005</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-006.html">S2-006</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-007.html">S2-007</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-008.html">S2-008</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-009.html">S2-009</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-010.html">S2-010</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-011.html">S2-011</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-012.html">S2-012</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-013.html">S2-013</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-014.html">S2-014</a>,
+    <a href="http://struts.apache.org/2.x/docs/s2-015.html">S2-015</a>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/2.0.6/docs/release-notes-206.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/release/1.3.x/index.html">Struts 1.3.10</a>
+  </td>
+  <td>4 December 2008</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/release/1.3.x/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/1.3.8/index.html">Struts 1.3.8</a>
+  </td>
+  <td>3 March 2007</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/1.3.8/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/1.3.5/index.html">Struts 1.3.5</a>
+  </td>
+  <td>17 June 2006</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/1.3.5/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/1.2.9/index.html">Struts 1.2.9</a>
+  </td>
+  <td>22 March 2006</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/1.2.9/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/1.2.8/index.htm">Struts 1.2.8</a>
+  </td>
+  <td>25 November 2005</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/1.2.8/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/1.2.7/index.html">Struts 1.2.7</a>
+  </td>
+  <td>26 May 2005</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/1.2.7/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/1.2.4/index.html">Struts 1.2.4</a>
+  </td>
+  <td>19 September 2004</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/1.2.4/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/1.1/index.html">Struts 1.1</a>
+  </td>
+  <td>30 June 2003</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/1.1/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+<tr>
+  <td>
+    <a href="http://struts.apache.org/1.0.2/index.html">Struts 1.0.2</a>
+  </td>
+  <td>11 February 2002</td>
+  <td>
+  </td>
+  <td>
+    <a href="http://struts.apache.org/1.0.2/userGuide/release-notes.html">Release notes</a>
+  </td>
+</tr>
+</tbody>
+</table>
+
+<p>
+  The documentation is bundled with each <a href="http://archive.apache.org/dist/struts/">
+  distribution.</a> We <strong>strongly recommend</strong> installing the documentation
+  for a release locally, so as to conserve bandwidth.
+</p>
+
+<h1>Licensing of Apache Struts Releases</h1>
+<p>
+  Apache Struts 2 source code and documentation is
+  licensed to the Apache Software Foundation (ASF) under one
+  or more contributor license agreements. See the NOTICE file
+  included in any distribution for additional information
+  regarding copyright ownership. The ASF licenses the source
+  code and documentation files in our Apache Struts distribution
+  to you under the Apache License, Version 2.0 (the "License");
+  you may not use the Apache Struts product except in compliance
+  with the License.
+</p>
+
+<p>
+  You may obtain a copy of the License at
+  <a href="http://www.apache.org/licenses/LICENSE-2.0">
+    http://www.apache.org/licenses/LICENSE-2.0</a>.
+</p>
+
+<p>
+  Unless required by applicable law or agreed to in writing,
+  software distributed under the License is distributed on an
+  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  KIND, either express or implied. See the License for the
+  specific language governing permissions and limitations
+  under the License.
+</p>
+
+<p class="pull-right">
+  Next: <a href="announce.html">Announcements</a>
+</p>