From commits-return-19372-archive-asf-public=cust-asf.ponee.io@struts.apache.org Sun Dec 6 14:17:16 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id 8A6D7180608 for ; Sun, 6 Dec 2020 15:17:16 +0100 (CET) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id B540E464D6 for ; Sun, 6 Dec 2020 14:17:15 +0000 (UTC) Received: (qmail 26349 invoked by uid 500); 6 Dec 2020 14:17:15 -0000 Mailing-List: contact commits-help@struts.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@struts.apache.org Delivered-To: mailing list commits@struts.apache.org Received: (qmail 26340 invoked by uid 99); 6 Dec 2020 14:17:15 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 06 Dec 2020 14:17:15 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 3532F81A7C; Sun, 6 Dec 2020 14:17:15 +0000 (UTC) Date: Sun, 06 Dec 2020 14:17:15 +0000 To: "commits@struts.apache.org" Subject: [struts-site] branch asf-staging updated: Updates stage by Jenkins MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160726423513.20464.1105484897843053505@gitbox.apache.org> From: git-site-role@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: struts-site X-Git-Refname: refs/heads/asf-staging X-Git-Reftype: branch X-Git-Oldrev: f7a2e45cb4c4000dba199a28c86e20871f483bd3 X-Git-Newrev: c94ea3f2e15d5e00af629be84d1dd8ce53f33fc2 X-Git-Rev: c94ea3f2e15d5e00af629be84d1dd8ce53f33fc2 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated 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 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 @@

Announcements 2020

@@ -140,6 +141,37 @@ Skip to: Announcements - 2019

+

06 December 2020 - Struts 2.5.26 General Availability

+ +

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.

+ +

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.

+ +

Below is a full list of all changes:

+ +
    +
  • Junit plugin does not push ACTION_MAPPING into the context resulting in NPE
  • +
  • Struts2 StaticParametersInterceptor’s addParametersToContext method is not working as expected
  • +
+ +
+

Please read the Version Notes to find more details about performed +bug fixes and improvements.

+
+ +

All developers are strongly advised to perform this action.

+ +

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.

+ +

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 tracking ticket.

+ +

You can download this version from our download page.

+

28 September 2020 - Struts 2.5.25 General Availability

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} --> <!DOCTYPE struts PUBLIC - "-//Apache Software Foundation//DTD Struts Configuration 2.5//EN" - "http://struts.apache.org/dtds/struts-2.5.dtd"> + "-//Apache Software Foundation//DTD Struts Configuration 2.6//EN" + "http://struts.apache.org/dtds/struts-2.6.dtd"> <struts> @@ -628,10 +628,10 @@ than reiterate the same list of Interceptors, we can bundle these Interceptors t <interceptor-ref name="coepInterceptor"> <param name="enforcingMode">false</param> <param name="disabled">false</param> - <param name="exemptedPaths"></param> + <param name="exemptedPaths"/> </interceptor-ref> <interceptor-ref name="coopInterceptor"> - <param name="exemptedPaths"></param> + <param name="exemptedPaths"/> <param name="mode">same-origin</param> </interceptor-ref> <interceptor-ref name="fetchMetadata"/> 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 struts.properties.

and {@link com.opensymphony.xwork2.inject.Inject} --> <!DOCTYPE struts PUBLIC - "-//Apache Software Foundation//DTD Struts Configuration 2.5//EN" - "http://struts.apache.org/dtds/struts-2.5.dtd"> + "-//Apache Software Foundation//DTD Struts Configuration 2.6//EN" + "http://struts.apache.org/dtds/struts-2.6.dtd"> <struts> @@ -545,10 +545,10 @@ setting in struts.properties.

<interceptor-ref name="coepInterceptor"> <param name="enforcingMode">false</param> <param name="disabled">false</param> - <param name="exemptedPaths"></param> + <param name="exemptedPaths"/> </interceptor-ref> <interceptor-ref name="coopInterceptor"> - <param name="exemptedPaths"></param> + <param name="exemptedPaths"/> <param name="mode">same-origin</param> </interceptor-ref> <interceptor-ref name="fetchMetadata"/> 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 @@
<< back to Core Developers Guide Edit on GitHub -

web.xml

+

web.xml

+ +

The web.xml 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 web.xml 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 @@

Full Releases

-

Struts 2.5.25

+

Struts 2.5.26

- Apache Struts 2.5.25 is an elegant, extensible + Apache Struts 2.5.26 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.

@@ -373,7 +373,7 @@