This is an automated email from the ASF dual-hosted git repository.

git-site-role pushed a commit to branch asf-staging
in repository https://gitbox.apache.org/repos/asf/struts-site.git


The following commit(s) were added to refs/heads/asf-staging by this push:
     new c94ea3f  Updates stage by Jenkins
c94ea3f is described below

commit c94ea3f2e15d5e00af629be84d1dd8ce53f33fc2
Author: jenkins <bui...@apache.org>
AuthorDate: Sun Dec 6 14:17:11 2020 +0000

    Updates stage by Jenkins
---
 content/announce.html                           | 32 ++++++++++++++
 content/core-developers/interceptors.html       |  8 ++--
 content/core-developers/struts-default-xml.html |  8 ++--
 content/core-developers/web-xml.html            | 12 ++++-
 content/download.html                           | 58 ++++++++++++-------------
 content/index.html                              | 10 ++---
 content/releases.html                           |  2 +-
 7 files changed, 86 insertions(+), 44 deletions(-)

diff --git a/content/announce.html b/content/announce.html
index 5eb2041..ec1c806 100644
--- a/content/announce.html
+++ b/content/announce.html
@@ -132,6 +132,7 @@
     <h1 class="no_toc" id="announcements-2020">Announcements 2020</h1>
 
 <ul id="markdown-toc">
+  <li><a href="#a20201206" id="markdown-toc-a20201206">06 December 2020 - 
Struts 2.5.26 General Availability</a></li>
   <li><a href="#a20200928" id="markdown-toc-a20200928">28 September 2020 - 
Struts 2.5.25 General Availability</a></li>
   <li><a href="#a20200813" id="markdown-toc-a20200813">13 August 2020 - 
Security Advice: Announcing CVE-2019-0230 (Possible RCE) and CVE-2019-0233 
(DoS) security issues</a></li>
 </ul>
@@ -140,6 +141,37 @@
   Skip to: <a href="announce-2019.html">Announcements - 2019</a>
 </p>
 
+<h4 id="a20201206">06 December 2020 - Struts 2.5.26 General Availability</h4>
+
+<p>The Apache Struts group is pleased to announce that Struts 2.5.26 is 
available as a “General Availability”
+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 has been designed to streamline the full development cycle, from 
building, to deploying,
+to maintaining applications over time.</p>
+
+<p>Below is a full list of all changes:</p>
+
+<ul>
+  <li>Junit plugin does not push ACTION_MAPPING into the context resulting in 
NPE</li>
+  <li>Struts2 StaticParametersInterceptor’s addParametersToContext method is 
not working as expected</li>
+</ul>
+
+<blockquote>
+  <p>Please read the <a 
href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.26";>Version
 Notes</a> to find more details about performed 
+bug fixes and improvements.</p>
+</blockquote>
+
+<p><strong>All developers are strongly advised to perform this 
action.</strong></p>
+
+<p>The 2.5.x series of the Apache Struts framework has a minimum requirement 
of the following specification versions:
+Servlet API 2.4, JSP API 2.0, and Java 7.</p>
+
+<p>Should any issues arise with your use of any version of the Struts 
framework, please post your comments to the user list, 
+and, if appropriate, file <a 
href="https://issues.apache.org/jira/projects/WW/";>a tracking ticket</a>.</p>
+
+<p>You can download this version from our <a 
href="download.cgi#struts-ga">download</a> page.</p>
+
 <h4 id="a20200928">28 September 2020 - Struts 2.5.25 General Availability</h4>
 
 <p>The Apache Struts group is pleased to announce that Struts 2.5.25 is 
available as a “General Availability”
diff --git a/content/core-developers/interceptors.html 
b/content/core-developers/interceptors.html
index a04c195..ce5508b 100644
--- a/content/core-developers/interceptors.html
+++ b/content/core-developers/interceptors.html
@@ -258,8 +258,8 @@ than reiterate the same list of Interceptors, we can bundle 
these Interceptors t
     and {@link com.opensymphony.xwork2.inject.Inject}
 --&gt;</span>
 <span class="cp">&lt;!DOCTYPE struts PUBLIC
-    "-//Apache Software Foundation//DTD Struts Configuration 2.5//EN"
-    "http://struts.apache.org/dtds/struts-2.5.dtd"&gt;</span>
+    "-//Apache Software Foundation//DTD Struts Configuration 2.6//EN"
+    "http://struts.apache.org/dtds/struts-2.6.dtd"&gt;</span>
 
 <span class="nt">&lt;struts&gt;</span>
 
@@ -628,10 +628,10 @@ than reiterate the same list of Interceptors, we can 
bundle these Interceptors t
                 <span class="nt">&lt;interceptor-ref</span> <span 
class="na">name=</span><span class="s">"coepInterceptor"</span><span 
class="nt">&gt;</span>
                     <span class="nt">&lt;param</span> <span 
class="na">name=</span><span class="s">"enforcingMode"</span><span 
class="nt">&gt;</span>false<span class="nt">&lt;/param&gt;</span>
                     <span class="nt">&lt;param</span> <span 
class="na">name=</span><span class="s">"disabled"</span><span 
class="nt">&gt;</span>false<span class="nt">&lt;/param&gt;</span>
-                    <span class="nt">&lt;param</span> <span 
class="na">name=</span><span class="s">"exemptedPaths"</span><span 
class="nt">&gt;&lt;/param&gt;</span>
+                    <span class="nt">&lt;param</span> <span 
class="na">name=</span><span class="s">"exemptedPaths"</span><span 
class="nt">/&gt;</span>
                 <span class="nt">&lt;/interceptor-ref&gt;</span>
                 <span class="nt">&lt;interceptor-ref</span> <span 
class="na">name=</span><span class="s">"coopInterceptor"</span><span 
class="nt">&gt;</span>
-                    <span class="nt">&lt;param</span> <span 
class="na">name=</span><span class="s">"exemptedPaths"</span><span 
class="nt">&gt;&lt;/param&gt;</span>
+                    <span class="nt">&lt;param</span> <span 
class="na">name=</span><span class="s">"exemptedPaths"</span><span 
class="nt">/&gt;</span>
                     <span class="nt">&lt;param</span> <span 
class="na">name=</span><span class="s">"mode"</span><span 
class="nt">&gt;</span>same-origin<span class="nt">&lt;/param&gt;</span>
                 <span class="nt">&lt;/interceptor-ref&gt;</span>
                 <span class="nt">&lt;interceptor-ref</span> <span 
class="na">name=</span><span class="s">"fetchMetadata"</span><span 
class="nt">/&gt;</span>
diff --git a/content/core-developers/struts-default-xml.html 
b/content/core-developers/struts-default-xml.html
index ffee4ac..8d939a1 100644
--- a/content/core-developers/struts-default-xml.html
+++ b/content/core-developers/struts-default-xml.html
@@ -175,8 +175,8 @@ setting in <a 
href="struts-properties.html">struts.properties</a>.</p>
     and {@link com.opensymphony.xwork2.inject.Inject}
 --&gt;</span>
 <span class="cp">&lt;!DOCTYPE struts PUBLIC
-    "-//Apache Software Foundation//DTD Struts Configuration 2.5//EN"
-    "http://struts.apache.org/dtds/struts-2.5.dtd"&gt;</span>
+    "-//Apache Software Foundation//DTD Struts Configuration 2.6//EN"
+    "http://struts.apache.org/dtds/struts-2.6.dtd"&gt;</span>
 
 <span class="nt">&lt;struts&gt;</span>
 
@@ -545,10 +545,10 @@ setting in <a 
href="struts-properties.html">struts.properties</a>.</p>
                 <span class="nt">&lt;interceptor-ref</span> <span 
class="na">name=</span><span class="s">"coepInterceptor"</span><span 
class="nt">&gt;</span>
                     <span class="nt">&lt;param</span> <span 
class="na">name=</span><span class="s">"enforcingMode"</span><span 
class="nt">&gt;</span>false<span class="nt">&lt;/param&gt;</span>
                     <span class="nt">&lt;param</span> <span 
class="na">name=</span><span class="s">"disabled"</span><span 
class="nt">&gt;</span>false<span class="nt">&lt;/param&gt;</span>
-                    <span class="nt">&lt;param</span> <span 
class="na">name=</span><span class="s">"exemptedPaths"</span><span 
class="nt">&gt;&lt;/param&gt;</span>
+                    <span class="nt">&lt;param</span> <span 
class="na">name=</span><span class="s">"exemptedPaths"</span><span 
class="nt">/&gt;</span>
                 <span class="nt">&lt;/interceptor-ref&gt;</span>
                 <span class="nt">&lt;interceptor-ref</span> <span 
class="na">name=</span><span class="s">"coopInterceptor"</span><span 
class="nt">&gt;</span>
-                    <span class="nt">&lt;param</span> <span 
class="na">name=</span><span class="s">"exemptedPaths"</span><span 
class="nt">&gt;&lt;/param&gt;</span>
+                    <span class="nt">&lt;param</span> <span 
class="na">name=</span><span class="s">"exemptedPaths"</span><span 
class="nt">/&gt;</span>
                     <span class="nt">&lt;param</span> <span 
class="na">name=</span><span class="s">"mode"</span><span 
class="nt">&gt;</span>same-origin<span class="nt">&lt;/param&gt;</span>
                 <span class="nt">&lt;/interceptor-ref&gt;</span>
                 <span class="nt">&lt;interceptor-ref</span> <span 
class="na">name=</span><span class="s">"fetchMetadata"</span><span 
class="nt">/&gt;</span>
diff --git a/content/core-developers/web-xml.html 
b/content/core-developers/web-xml.html
index 65493b9..98b6d9e 100644
--- a/content/core-developers/web-xml.html
+++ b/content/core-developers/web-xml.html
@@ -129,7 +129,17 @@
   <section class="col-md-12">
     <a href="index.html" title="back to Core Developers Guide"><< back to Core 
Developers Guide</a>
     <a class="edit-on-gh" 
href="https://github.com/apache/struts-site/edit/master/source/core-developers/web-xml.md";
 title="Edit this page on GitHub">Edit on GitHub</a>
-    <h1 id="webxml">web.xml</h1>
+    <h1 class="no_toc" id="webxml">web.xml</h1>
+
+<ul id="markdown-toc">
+  <li><a href="#simple-example" id="markdown-toc-simple-example">Simple 
Example</a></li>
+  <li><a href="#changed-filter-package-in-struts--25" 
id="markdown-toc-changed-filter-package-in-struts--25">Changed filter package 
in Struts &gt;= 2.5</a></li>
+  <li><a href="#changed-filter-structure-in-struts--213" 
id="markdown-toc-changed-filter-structure-in-struts--213">Changed Filter 
Structure in Struts &gt;= 2.1.3</a></li>
+  <li><a href="#exclude-specific-urls" 
id="markdown-toc-exclude-specific-urls">Exclude specific URLs</a></li>
+  <li><a href="#taglib-example" id="markdown-toc-taglib-example">Taglib 
Example</a></li>
+  <li><a href="#custom-filemanager-and-filemanagerfactory-implementations" 
id="markdown-toc-custom-filemanager-and-filemanagerfactory-implementations">Custom
 FileManager and FileManagerFactory implementations</a></li>
+  <li><a href="#custom-configuration-provider" 
id="markdown-toc-custom-configuration-provider">Custom configuration 
provider</a></li>
+</ul>
 
 <p>The <code class="highlighter-rouge">web.xml</code> web application 
descriptor file represents the core of the Java web application, so it is 
appropriate 
 that it is also part of the core of the Struts framework. In the <code 
class="highlighter-rouge">web.xml</code> file, Struts defines its 
FilterDispatcher, 
diff --git a/content/download.html b/content/download.html
index fa3aecc..b4f6515 100644
--- a/content/download.html
+++ b/content/download.html
@@ -191,26 +191,26 @@
 
 <h2 id="struts-ga">Full Releases</h2>
 
-<h3 id="struts2525">Struts 2.5.25</h3>
+<h3 id="struts2526">Struts 2.5.26</h3>
 
 <p>
-  <a href="https://struts.apache.org/";>Apache Struts 2.5.25</a> is an elegant, 
extensible
+  <a href="https://struts.apache.org/";>Apache Struts 2.5.26</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.5.25 is the "best available" version of Struts in the 2.5 series.
+  Struts 2.5.26 is the "best available" version of Struts in the 2.5 series.
 </p>
 
 <ul>
   <li>
-    <a 
href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.25";>Version
 Notes</a>
+    <a 
href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.26";>Version
 Notes</a>
   </li>
 
   <li>Full Distribution:
     <ul>
       <li>
-        <a 
href="[preferred]struts/2.5.25/struts-2.5.25-all.zip">struts-2.5.25-all.zip</a> 
(65MB)
-        [<a 
href="https://downloads.apache.org/struts/2.5.25/struts-2.5.25-all.zip.asc";>PGP</a>]
-        [<a 
href="https://downloads.apache.org/struts/2.5.25/struts-2.5.25-all.zip.sha256";>SHA256</a>]
+        <a 
href="[preferred]struts/2.5.26/struts-2.5.26-all.zip">struts-2.5.26-all.zip</a> 
(65MB)
+        [<a 
href="https://downloads.apache.org/struts/2.5.26/struts-2.5.26-all.zip.asc";>PGP</a>]
+        [<a 
href="https://downloads.apache.org/struts/2.5.26/struts-2.5.26-all.zip.sha256";>SHA256</a>]
       </li>
     </ul>
   </li>
@@ -218,9 +218,9 @@
   <li>Example Applications:
     <ul>
       <li>
-        <a 
href="[preferred]struts/2.5.25/struts-2.5.25-apps.zip">struts-2.5.25-apps.zip</a>
 (35MB)
-        [<a 
href="https://downloads.apache.org/struts/2.5.25/struts-2.5.25-apps.zip.asc";>PGP</a>]
-        [<a 
href="https://downloads.apache.org/struts/2.5.25/struts-2.5.25-apps.zip.sha256";>SHA256</a>]
+        <a 
href="[preferred]struts/2.5.26/struts-2.5.26-apps.zip">struts-2.5.26-apps.zip</a>
 (35MB)
+        [<a 
href="https://downloads.apache.org/struts/2.5.26/struts-2.5.26-apps.zip.asc";>PGP</a>]
+        [<a 
href="https://downloads.apache.org/struts/2.5.26/struts-2.5.26-apps.zip.sha256";>SHA256</a>]
       </li>
     </ul>
   </li>
@@ -228,9 +228,9 @@
   <li>Essential Dependencies Only:
     <ul>
       <li>
-        <a 
href="[preferred]struts/2.5.25/struts-2.5.25-min-lib.zip">struts-2.5.25-min-lib.zip</a>
 (4MB)
-        [<a 
href="https://downloads.apache.org/struts/2.5.25/struts-2.5.25-min-lib.zip.asc";>PGP</a>]
-        [<a 
href="https://downloads.apache.org/struts/2.5.25/struts-2.5.25-min-lib.zip.sha256";>SHA256</a>]
+        <a 
href="[preferred]struts/2.5.26/struts-2.5.26-min-lib.zip">struts-2.5.26-min-lib.zip</a>
 (4MB)
+        [<a 
href="https://downloads.apache.org/struts/2.5.26/struts-2.5.26-min-lib.zip.asc";>PGP</a>]
+        [<a 
href="https://downloads.apache.org/struts/2.5.26/struts-2.5.26-min-lib.zip.sha256";>SHA256</a>]
       </li>
     </ul>
   </li>
@@ -238,9 +238,9 @@
   <li>All Dependencies:
     <ul>
       <li>
-        <a 
href="[preferred]struts/2.5.25/struts-2.5.25-lib.zip">struts-2.5.25-lib.zip</a> 
(19MB)
-        [<a 
href="https://downloads.apache.org/struts/2.5.25/struts-2.5.25-lib.zip.asc";>PGP</a>]
-        [<a 
href="https://downloads.apache.org/struts/2.5.25/struts-2.5.25-lib.zip.sha256";>SHA256</a>]
+        <a 
href="[preferred]struts/2.5.26/struts-2.5.26-lib.zip">struts-2.5.26-lib.zip</a> 
(19MB)
+        [<a 
href="https://downloads.apache.org/struts/2.5.26/struts-2.5.26-lib.zip.asc";>PGP</a>]
+        [<a 
href="https://downloads.apache.org/struts/2.5.26/struts-2.5.26-lib.zip.sha256";>SHA256</a>]
       </li>
     </ul>
   </li>
@@ -248,9 +248,9 @@
   <li>Documentation:
     <ul>
       <li>
-        <a 
href="[preferred]struts/2.5.25/struts-2.5.25-docs.zip">struts-2.5.25-docs.zip</a>
 (13MB)
-        [<a 
href="https://downloads.apache.org/struts/2.5.25/struts-2.5.25-docs.zip.asc";>PGP</a>]
-        [<a 
href="https://downloads.apache.org/struts/2.5.25/struts-2.5.25-docs.zip.sha256";>SHA256</a>]
+        <a 
href="[preferred]struts/2.5.26/struts-2.5.26-docs.zip">struts-2.5.26-docs.zip</a>
 (13MB)
+        [<a 
href="https://downloads.apache.org/struts/2.5.26/struts-2.5.26-docs.zip.asc";>PGP</a>]
+        [<a 
href="https://downloads.apache.org/struts/2.5.26/struts-2.5.26-docs.zip.sha256";>SHA256</a>]
       </li>
     </ul>
   </li>
@@ -258,9 +258,9 @@
   <li>Source:
     <ul>
       <li>
-        <a 
href="[preferred]struts/2.5.25/struts-2.5.25-src.zip">struts-2.5.25-src.zip</a> 
(7MB)
-        [<a 
href="https://downloads.apache.org/struts/2.5.25/struts-2.5.25-src.zip.asc";>PGP</a>]
-        [<a 
href="https://downloads.apache.org/struts/2.5.25/struts-2.5.25-src.zip.sha256";>SHA256</a>]
+        <a 
href="[preferred]struts/2.5.26/struts-2.5.26-src.zip">struts-2.5.26-src.zip</a> 
(7MB)
+        [<a 
href="https://downloads.apache.org/struts/2.5.26/struts-2.5.26-src.zip.asc";>PGP</a>]
+        [<a 
href="https://downloads.apache.org/struts/2.5.26/struts-2.5.26-src.zip.sha256";>SHA256</a>]
       </li>
     </ul>
   </li>
@@ -362,8 +362,8 @@
         <a 
href="[preferred]struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-source-release.zip">
           struts2-secure-jakarta-multipart-parser-plugin-1.1-source-release.zip
         </a>
-        [<a 
href="https://downloads.apache.org/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-source-release.zip.md5";>PGP</a>]
-        [<a 
href="https://downloads.apache.org/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-source-release.zip.asc";>MD5</a>]
+        [<a 
href="https://downloads.apache.org/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-source-release.zip.md5";>MD5</a>]
+        [<a 
href="https://downloads.apache.org/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-source-release.zip.asc";>PGP</a>]
         [<a 
href="https://downloads.apache.org/struts/struts-extras/struts2-secure-jakarta-multipart-parser-plugin/1.1/struts2-secure-jakarta-multipart-parser-plugin-1.1-source-release.zip.sha1";>SHA1</a>]
       </li>
     </ul>
@@ -373,7 +373,7 @@
     <ul>
       <li>
         <a 
href="[preferred]struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1.jar">
-          struts2-secure-jakarta-multipart-parser-plugin-1.1.jar
+          struts2-secure-jakarta-stream-multipart-parser-plugin-1.1.jar
         </a>
         [<a 
href="https://downloads.apache.org/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1.jar.asc";>PGP</a>]
         [<a 
href="https://downloads.apache.org/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1.jar.md5";>MD5</a>]
@@ -386,10 +386,10 @@
     <ul>
       <li>
         <a 
href="[preferred]struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-source-release.zip">
-          struts2-secure-jakarta-multipart-parser-plugin-1.1-source-release.zip
+          
struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-source-release.zip
         </a>
-        [<a 
href="https://downloads.apache.org/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-source-release.zip.md5";>PGP</a>]
-        [<a 
href="https://downloads.apache.org/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-source-release.zip.asc";>MD5</a>]
+        [<a 
href="https://downloads.apache.org/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-source-release.zip.md5";>MD5</a>]
+        [<a 
href="https://downloads.apache.org/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-source-release.zip.asc";>PGP</a>]
         [<a 
href="https://downloads.apache.org/struts/struts-extras/struts2-secure-jakarta-stream-multipart-parser-plugin/1.1/struts2-secure-jakarta-stream-multipart-parser-plugin-1.1-source-release.zip.sha1";>SHA1</a>]
       </li>
     </ul>
@@ -509,7 +509,7 @@
   <code>
     % gpg --import KEYS
     <br/>
-    % gpg --verify ${filename}.tar.gz.asc
+    % gpg --verify ${filename}.tar.gz.asc ${filename}.tar.gz
   </code>
 </p>
 
diff --git a/content/index.html b/content/index.html
index 9595962..f3a6a18 100644
--- a/content/index.html
+++ b/content/index.html
@@ -133,7 +133,7 @@
       extensible using a plugin architecture, and ships with plugins to support
       REST, AJAX and JSON.
     </p>
-    <a href="download.cgi#struts2525" class="btn btn-primary btn-large">
+    <a href="download.cgi#struts2526" class="btn btn-primary btn-large">
       <img src="img/download-icon.svg"> Download
     </a>
     <a href="primer.html" class="btn btn-info btn-large">
@@ -161,12 +161,12 @@
         </p>
       </div>
       <div class="column col-md-4">
-        <h2>Apache Struts 2.5.25 GA</h2>
+        <h2>Apache Struts 2.5.26 GA</h2>
         <p>
-          Apache Struts 2.5.25 GA has been released<br/>on 28 September 2020.
+          Apache Struts 2.5.26 GA has been released<br/>on 06 December 2020.
         </p>
-        Read more in <a href="announce.html#a20200928">Announcement</a> or in
-        <a 
href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.25";>Version
 notes</a>
+        Read more in <a href="announce.html#a20201206">Announcement</a> or in
+        <a 
href="https://cwiki.apache.org/confluence/display/WW/Version+Notes+2.5.26";>Version
 notes</a>
       </div>
     </div>
     <div class="row">
diff --git a/content/releases.html b/content/releases.html
index def849c..ba51139 100644
--- a/content/releases.html
+++ b/content/releases.html
@@ -149,7 +149,7 @@
     <ul>
       <li>
         <a href="/download.cgi#struts-ga">
-          Struts 2.5.25
+          Struts 2.5.26
         </a> ("best available")
       </li>
     </ul>

Reply via email to