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/05/05 16:28:41 UTC

svn commit: r1592541 - in /struts/site/trunk: _config.yml content/announce.html content/archetype-catalog.xml content/download.html content/downloads.html content/index.html source/announce.md

Author: lukaszlenart
Date: Mon May  5 14:28:41 2014
New Revision: 1592541

URL: http://svn.apache.org/r1592541
Log:
Updates site after release

Modified:
    struts/site/trunk/_config.yml
    struts/site/trunk/content/announce.html
    struts/site/trunk/content/archetype-catalog.xml
    struts/site/trunk/content/download.html
    struts/site/trunk/content/downloads.html
    struts/site/trunk/content/index.html
    struts/site/trunk/source/announce.md

Modified: struts/site/trunk/_config.yml
URL: http://svn.apache.org/viewvc/struts/site/trunk/_config.yml?rev=1592541&r1=1592540&r2=1592541&view=diff
==============================================================================
--- struts/site/trunk/_config.yml (original)
+++ struts/site/trunk/_config.yml Mon May  5 14:28:41 2014
@@ -12,7 +12,7 @@ encoding: UTF-8
 root:
 
 # Simplifies introducing changes related to the latest release
-current_version: 2.3.16.2
-current_version_short: 23162
-release_date: 25 april 2014
-release_date_short: 20140424
+current_version: 2.3.16.3
+current_version_short: 23163
+release_date: 3 may 2014
+release_date_short: 20140503

Modified: struts/site/trunk/content/announce.html
URL: http://svn.apache.org/viewvc/struts/site/trunk/content/announce.html?rev=1592541&r1=1592540&r2=1592541&view=diff
==============================================================================
--- struts/site/trunk/content/announce.html (original)
+++ struts/site/trunk/content/announce.html Mon May  5 14:28:41 2014
@@ -112,6 +112,24 @@
   Skip to: <a href="announce-2013.html">Announcements - 2013</a>
 </p>
 
+<h4><span id="a20140503"> 3 May 2014 - Struts 2.3.16.3 General Availability Release - Security Fix Release</h4>
+
+<p>The Apache Struts group is pleased to announce that Struts 2.3.16.3 is available as a &quot;General Availability&quot;
+release. The GA designation is our highest quality grade.</p>
+
+<p>Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications.
+The framework is designed to streamline the full development cycle, from building, to deploying,
+to maintaining applications over time.</p>
+
+<p>One medium security issue was solved with this release:</p>
+
+<ul>
+<li><a href="http://struts.apache.org/release/2.3.x/docs/s2-022.html">S2-022</a>
+Extends excluded params in CookieInterceptor to avoid manipulation of Struts&#39; internals</li>
+</ul>
+
+<p>All developers are strongly advised to perform this action.</p>
+
 <h4><span id="a20140424"> 24 April 2014 - Struts 2.3.16.2 General Availability Release - Security Fix Release</h4>
 
 <p>The Apache Struts group is pleased to announce that Struts 2.3.16.2 is available as a &quot;General Availability&quot;

Modified: struts/site/trunk/content/archetype-catalog.xml
URL: http://svn.apache.org/viewvc/struts/site/trunk/content/archetype-catalog.xml?rev=1592541&r1=1592540&r2=1592541&view=diff
==============================================================================
--- struts/site/trunk/content/archetype-catalog.xml (original)
+++ struts/site/trunk/content/archetype-catalog.xml Mon May  5 14:28:41 2014
@@ -7,42 +7,42 @@
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-blank</artifactId>
-            <version>2.3.16.2</version>
+            <version>2.3.16.3</version>
             <repository>https://repository.apache.org/content/groups/public/</repository>
             <description>Struts 2 Archetypes - Blank</description>
         </archetype>
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-convention</artifactId>
-            <version>2.3.16.2</version>
+            <version>2.3.16.3</version>
             <repository>https://repository.apache.org/content/groups/public/</repository>
             <description>Struts 2 Archetypes - Blank Convention</description>
         </archetype>
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-dbportlet</artifactId>
-            <version>2.3.16.2</version>
+            <version>2.3.16.3</version>
             <repository>https://repository.apache.org/content/groups/public/</repository>
             <description>Struts 2 Archetypes - Database Portlet</description>
         </archetype>
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-plugin</artifactId>
-            <version>2.3.16.2</version>
+            <version>2.3.16.3</version>
             <repository>https://repository.apache.org/content/groups/public/</repository>
             <description>Struts 2 Archetypes - Plugin</description>
         </archetype>
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-portlet</artifactId>
-            <version>2.3.16.2</version>
+            <version>2.3.16.3</version>
             <repository>https://repository.apache.org/content/groups/public/</repository>
             <description>Struts 2 Archetypes - Portlet</description>
         </archetype>
         <archetype>
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-archetype-starter</artifactId>
-            <version>2.3.16.2</version>
+            <version>2.3.16.3</version>
             <repository>https://repository.apache.org/content/groups/public/</repository>
             <description>Struts 2 Archetypes - Starter</description>
         </archetype>

Modified: struts/site/trunk/content/download.html
URL: http://svn.apache.org/viewvc/struts/site/trunk/content/download.html?rev=1592541&r1=1592540&r2=1592541&view=diff
==============================================================================
--- struts/site/trunk/content/download.html (original)
+++ struts/site/trunk/content/download.html Mon May  5 14:28:41 2014
@@ -165,27 +165,27 @@
 <h1>Full Releases</h1>
 <a name="struts-ga"></a>
 
-<a name="struts23162"></a>
-<h2>Struts 2.3.16.2</h2>
+<a name="struts23163"></a>
+<h2>Struts 2.3.16.3</h2>
 
 <p>
-  <a href="http://struts.apache.org/release/2.3.x/">Apache Struts 2.3.16.2</a> is an elegant, extensible
+  <a href="http://struts.apache.org/release/2.3.x/">Apache Struts 2.3.16.3</a> is an elegant, extensible
   framework for creating enterprise-ready Java web applications. It is available in a full distribution,
   or as separate library, source, example and documentation distributions.
-  Struts 2.3.16.2 is the "best available" version of Struts in the 2.3 series.
+  Struts 2.3.16.3 is the "best available" version of Struts in the 2.3 series.
 </p>
 
 <ul>
   <li>
-    <a href="http://struts.apache.org/release/2.3.x/docs/version-notes-23162.html">Version Notes</a>
+    <a href="http://struts.apache.org/release/2.3.x/docs/version-notes-23163.html">Version Notes</a>
   </li>
 
   <li>Full Distribution:
     <ul>
       <li>
-        <a href="[preferred]/struts/binaries/struts-2.3.16.2-all.zip">struts-2.3.16.2-all.zip</a> (65MB)
-        [<a href="http://www.apache.org/dist/struts/binaries/struts-2.3.16.2-all.zip.asc">PGP</a>]
-        [<a href="http://www.apache.org/dist/struts/binaries/struts-2.3.16.2-all.zip.md5">MD5</a>]
+        <a href="[preferred]/struts/binaries/struts-2.3.16.3-all.zip">struts-2.3.16.3-all.zip</a> (65MB)
+        [<a href="http://www.apache.org/dist/struts/binaries/struts-2.3.16.3-all.zip.asc">PGP</a>]
+        [<a href="http://www.apache.org/dist/struts/binaries/struts-2.3.16.3-all.zip.md5">MD5</a>]
       </li>
     </ul>
   </li>
@@ -193,18 +193,18 @@
   <li>Example Applications:
     <ul>
       <li>
-        <a href="[preferred]/struts/examples/struts-2.3.16.2-apps.zip">struts-2.3.16.2-apps.zip</a> (35MB)
-        [<a href="http://www.apache.org/dist/struts/examples/struts-2.3.16.2-apps.zip.asc">PGP</a>]
-        [<a href="http://www.apache.org/dist/struts/examples/struts-2.3.16.2-apps.zip.md5">MD5</a>]
+        <a href="[preferred]/struts/examples/struts-2.3.16.3-apps.zip">struts-2.3.16.3-apps.zip</a> (35MB)
+        [<a href="http://www.apache.org/dist/struts/examples/struts-2.3.16.3-apps.zip.asc">PGP</a>]
+        [<a href="http://www.apache.org/dist/struts/examples/struts-2.3.16.3-apps.zip.md5">MD5</a>]
       </li>
     </ul>
   </li>
   <li>Essential Dependencies Only:
     <ul>
       <li>
-        <a href="[preferred]/struts/library/struts-2.3.16.2-lib.zip">struts-2.3.16.2-lib.zip</a> (19MB)
-        [<a href="http://www.apache.org/dist/struts/library/struts-2.3.16.2-lib.zip.asc">PGP</a>]
-        [<a href="http://www.apache.org/dist/struts/library/struts-2.3.16.2-lib.zip.md5">MD5</a>]
+        <a href="[preferred]/struts/library/struts-2.3.16.3-lib.zip">struts-2.3.16.3-lib.zip</a> (19MB)
+        [<a href="http://www.apache.org/dist/struts/library/struts-2.3.16.3-lib.zip.asc">PGP</a>]
+        [<a href="http://www.apache.org/dist/struts/library/struts-2.3.16.3-lib.zip.md5">MD5</a>]
       </li>
     </ul>
   </li>
@@ -212,18 +212,18 @@
   <li>Documentation:
     <ul>
       <li>
-        <a href="[preferred]/struts/documentation/struts-2.3.16.2-docs.zip">struts-2.3.16.2-docs.zip</a> (13MB)
-        [<a href="http://www.apache.org/dist/struts/documentation/struts-2.3.16.2-docs.zip.asc">PGP</a>]
-        [<a href="http://www.apache.org/dist/struts/documentation/struts-2.3.16.2-docs.zip.md5">MD5</a>]
+        <a href="[preferred]/struts/documentation/struts-2.3.16.3-docs.zip">struts-2.3.16.3-docs.zip</a> (13MB)
+        [<a href="http://www.apache.org/dist/struts/documentation/struts-2.3.16.3-docs.zip.asc">PGP</a>]
+        [<a href="http://www.apache.org/dist/struts/documentation/struts-2.3.16.3-docs.zip.md5">MD5</a>]
       </li>
     </ul>
   </li>
   <li>Source:
     <ul>
       <li>
-        <a href="[preferred]/struts/source/struts-2.3.16.2-src.zip">struts-2.3.16.2-src.zip</a> (7MB)
-        [<a href="http://www.apache.org/dist/struts/source/struts-2.3.16.2-src.zip.asc">PGP</a>]
-        [<a href="http://www.apache.org/dist/struts/source/struts-2.3.16.2-src.zip.md5">MD5</a>]
+        <a href="[preferred]/struts/source/struts-2.3.16.3-src.zip">struts-2.3.16.3-src.zip</a> (7MB)
+        [<a href="http://www.apache.org/dist/struts/source/struts-2.3.16.3-src.zip.asc">PGP</a>]
+        [<a href="http://www.apache.org/dist/struts/source/struts-2.3.16.3-src.zip.md5">MD5</a>]
       </li>
     </ul>
   </li>

Modified: struts/site/trunk/content/downloads.html
URL: http://svn.apache.org/viewvc/struts/site/trunk/content/downloads.html?rev=1592541&r1=1592540&r2=1592541&view=diff
==============================================================================
--- struts/site/trunk/content/downloads.html (original)
+++ struts/site/trunk/content/downloads.html Mon May  5 14:28:41 2014
@@ -131,7 +131,7 @@
     <strong>General Availability (GA) Releases</strong> - <em>Ready for Prime Time!</em>
     <ul>
       <li>
-        <a href="http://struts.apache.org/download.cgi#struts23162">Struts 2.3.16.2</a> ("best available")
+        <a href="http://struts.apache.org/download.cgi#struts23163">Struts 2.3.16.3</a> ("best available")
       </li>
     </ul>
   </li>

Modified: struts/site/trunk/content/index.html
URL: http://svn.apache.org/viewvc/struts/site/trunk/content/index.html?rev=1592541&r1=1592540&r2=1592541&view=diff
==============================================================================
--- struts/site/trunk/content/index.html (original)
+++ struts/site/trunk/content/index.html Mon May  5 14:28:41 2014
@@ -115,7 +115,7 @@
       extensible using a plugin architecture, and ships with plugins to support
       REST, AJAX and JSON.
     </p>
-    <a href="http://struts.apache.org/download.cgi#struts23162" class="btn btn-primary btn-large">Download</a>
+    <a href="http://struts.apache.org/download.cgi#struts23163" class="btn btn-primary btn-large">Download</a>
     <a href="primer.html" class="btn btn-info btn-large">Technology Primer</a>
   </div>
 </div>
@@ -123,10 +123,10 @@
 <div class="container">
   <div class="row">
     <div class="col-md-4">
-      <h2>Struts 2.3.16.2 GA</h2>
-      <p>Apache Struts 2.3.16.2 GA has been released on 25 april 2014.</p>
-      Read more in <a href="announce.html#a20140424">Announcement</a> or in
-      <a href="http://struts.apache.org/release/2.3.x/docs/version-notes-23162.html">Version notes</a>
+      <h2>Struts 2.3.16.3 GA</h2>
+      <p>Apache Struts 2.3.16.3 GA has been released on 3 may 2014.</p>
+      Read more in <a href="announce.html#a20140503">Announcement</a> or in
+      <a href="http://struts.apache.org/release/2.3.x/docs/version-notes-23163.html">Version notes</a>
     </div>
     <div class="col-md-4">
       <h2>Struts up to 2.3.16.1: Zero-Day Exploit Mitigation!</h2>

Modified: struts/site/trunk/source/announce.md
URL: http://svn.apache.org/viewvc/struts/site/trunk/source/announce.md?rev=1592541&r1=1592540&r2=1592541&view=diff
==============================================================================
--- struts/site/trunk/source/announce.md (original)
+++ struts/site/trunk/source/announce.md Mon May  5 14:28:41 2014
@@ -8,6 +8,22 @@ title: Announcements
   Skip to: <a href="announce-2013.html">Announcements - 2013</a>
 </p>
 
+#### <span id="a20140503"> 3 May 2014 - Struts 2.3.16.3 General Availability Release - Security Fix Release
+
+The Apache Struts group is pleased to announce that Struts 2.3.16.3 is available as a "General Availability"
+release. The GA designation is our highest quality grade.
+
+Apache Struts 2 is an elegant, extensible framework for creating enterprise-ready Java web applications.
+The framework is designed to streamline the full development cycle, from building, to deploying,
+to maintaining applications over time.
+
+One medium security issue was solved with this release:
+
+  - [S2-022](http://struts.apache.org/release/2.3.x/docs/s2-022.html)
+    Extends excluded params in CookieInterceptor to avoid manipulation of Struts' internals
+
+All developers are strongly advised to perform this action.
+
 #### <span id="a20140424"> 24 April 2014 - Struts 2.3.16.2 General Availability Release - Security Fix Release
 
 The Apache Struts group is pleased to announce that Struts 2.3.16.2 is available as a "General Availability"