Hello List,
Installed 2.3.16.2 successfully. Just have two questions:
(a) For the new version, I can remove the manual fix that I did for
[1], right?
(b) if not, as you clarified, I will change coding to:
<package name="top" extends="tiles-default" abstract="true">
// since tiles-defaults and struts-defaults are the same. As
suggested, will only extend "top". So, in the future, just change
interceptor for "top" package and no more changes for dependencies.
<package name="p1" namespace="/n1" extends="top">......<package
name="pN" namespace="/nN" extends="top">
// Change "top, tiles-default" to "top" only.
Thanks a lot!
--
[1] http://struts.apache.org/announce.html#a20140424
Just for the records: tiles-default is basically struts-default with
tiles result defined in. Recommended approach is to create your own
packages and stacks with the > exact set of interceptors eg. not
every page needs support for file upload. But for most small apps
using "defaults" is also a right solution. [1]
http://struts.apache.org/release/2.3.x/docs/performance-tuning.html Regards
On 04/26/2014 02:46 PM, Lukasz Lenart wrote:
The Apache Struts group is pleased to announce that Struts 2.3.16.2 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.
This release includes important security fixes:
- S2-021 - Improves excluded params to avoid ClassLoader manipulation
via ParametersInterceptor
- S2-021 - Adds excluded params to CookieInterceptor to avoid
ClassLoader manipulation when the interceptors is configured to accept
all cookie names (wildcard matching via "*")
* http://struts.apache.org/release/2.3.x/docs/s2-021.html
All developers are strongly advised to update existing Struts 2
applications to Struts 2.3.16.2
Struts 2.3.16.2 is available in a full distribution, or as separate
library, source, example and documentation distributions, from the
releases page.
* http://struts.apache.org/download.cgi#struts23162
The release is also available from the central Maven repository under
Group ID "org.apache.struts".
The 2.3.x series of the Apache Struts framework has a minimum
requirement of the following specification versions:
* Java Servlet 2.4 and JavaServer Pages (JSP) 2.0
* Java 2 Standard Platform Edition (J2SE) 5
The release notes are available online at:
* http://struts.apache.org/release/2.3.x/docs/version-notes-23162.html
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.appropriate, file a tracking
ticket:
* https://issues.apache.org/jira/browse/WW
---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org