You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by Lukasz Lenart <lu...@apache.org> on 2014/12/08 16:37:56 UTC

[ANN] Apache Struts 2.3.20 GA release available with security fix

The Apache Struts group is pleased to announce that Apache Struts
2.3.20 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-023 Generated value of token can be predictable
* http://struts.apache.org/docs/s2-023.html

Besides that, this release contains several fixes and improvements
just to mention few of them:
- merged security fixes from version 2.3.16.1, 2.3.16.2, 2.3.16.3
- extended existing security mechanism to block access to given Java
packages and Classes
- collection Parameters for RedirectResult
- make ParametersInterceptor supports chinese in hash key by default
- themes.properties can be loaded using ServletContext allows to put
template folder under WEB-INF or on classpath
- new tag datetextfield
- only valid Ognl expressions are cached
- custom TextProvider can be used for validation errors of model driven actions
- datetimepicker's label fixed
- PropertiesJudge removed and properties are checked in SecurityMemberAccess
- resource reloading works in IBM JVM
- default reloading settings were removed from default.properties
- commons-fileupload library upgraded to version 1.3.1 to fix
potential security vulnerability
- the scheme attribute accepts expressions in s:url tag
- solves problem with infinite loop in FastByteArrayOutputStream
- LocalizedTextUtil supports many ClassLoaders
- Bill of Materials pom was introduced
- debug=browser|console was migrated to jQuery
- struts_dojo.js was fixed
- interface org/apache/struts2/views/TagLibrary was restored and
marked as @Depreacted
and many other small improvements, please careful read the version notes.

The release notes are available online at:
* http://struts.apache.org/docs/version-notes-2320.html

All developers are strongly advised to update existing Struts 2
applications to Struts 2.3.20!

Struts 2.3.20 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#struts2320

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

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


- The Apache Struts group.


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [ANN] Apache Struts 2.3.20 GA release available with security fix

Posted by Lukasz Lenart <lu...@apache.org>.
2014-12-09 14:16 GMT+01:00 Rene Gielen <rg...@apache.org>:
> Can't believe this is a minor release

"Minor" because it contains around 4 other minor releases ;-)


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: [ANN] Apache Struts 2.3.20 GA release available with security fix

Posted by Rene Gielen <rg...@apache.org>.
Can't believe this is a minor release
Great job, thank Lukasz!

- René

Am 08.12.14 16:37, schrieb Lukasz Lenart:
> The Apache Struts group is pleased to announce that Apache Struts
> 2.3.20 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-023 Generated value of token can be predictable
> * http://struts.apache.org/docs/s2-023.html
> 
> Besides that, this release contains several fixes and improvements
> just to mention few of them:
> - merged security fixes from version 2.3.16.1, 2.3.16.2, 2.3.16.3
> - extended existing security mechanism to block access to given Java
> packages and Classes
> - collection Parameters for RedirectResult
> - make ParametersInterceptor supports chinese in hash key by default
> - themes.properties can be loaded using ServletContext allows to put
> template folder under WEB-INF or on classpath
> - new tag datetextfield
> - only valid Ognl expressions are cached
> - custom TextProvider can be used for validation errors of model driven actions
> - datetimepicker's label fixed
> - PropertiesJudge removed and properties are checked in SecurityMemberAccess
> - resource reloading works in IBM JVM
> - default reloading settings were removed from default.properties
> - commons-fileupload library upgraded to version 1.3.1 to fix
> potential security vulnerability
> - the scheme attribute accepts expressions in s:url tag
> - solves problem with infinite loop in FastByteArrayOutputStream
> - LocalizedTextUtil supports many ClassLoaders
> - Bill of Materials pom was introduced
> - debug=browser|console was migrated to jQuery
> - struts_dojo.js was fixed
> - interface org/apache/struts2/views/TagLibrary was restored and
> marked as @Depreacted
> and many other small improvements, please careful read the version notes.
> 
> The release notes are available online at:
> * http://struts.apache.org/docs/version-notes-2320.html
> 
> All developers are strongly advised to update existing Struts 2
> applications to Struts 2.3.20!
> 
> Struts 2.3.20 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#struts2320
> 
> 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
> 
> 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
> 
> 
> - The Apache Struts group.
> 
> 
> Regards
> 

-- 
René Gielen
http://twitter.com/rgielen

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org


Re: Where to download xwork-core-2.3.20-sources.jar

Posted by Lukasz Lenart <lu...@apache.org>.
2014-12-09 15:54 GMT+01:00 Emi Lu <em...@encs.concordia.ca>:
> Good morning,
>
> Can I know where to download xwork-core-2.3.20-sources.jar please?

All the sources are here - struts-2.3.20-src.zip or if you use Maven,
it can download them for you or you can download the jar here
http://search.maven.org/#browse%7C1041184202


Regards
-- 
Łukasz
+ 48 606 323 122 http://www.lenart.org.pl/

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Re: Where to download xwork-core-2.3.20-sources.jar

Posted by Dave Newton <da...@gmail.com>.
On Tue, Dec 9, 2014 at 9:54 AM, Emi Lu <em...@encs.concordia.ca> wrote:
> Can I know where to download xwork-core-2.3.20-sources.jar please?

>From the Struts 2 2.3.20 source distro.

Dave

-- 
e: davelnewton@gmail.com
m: 908-380-8699
s: davelnewton_skype
t: @dave_newton
b: Bucky Bits
g: davelnewton
so: Dave Newton

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org


Where to download xwork-core-2.3.20-sources.jar

Posted by Emi Lu <em...@encs.concordia.ca>.
Good morning,

Can I know where to download xwork-core-2.3.20-sources.jar please?

Thanks a lot!
Emi

On 12/08/2014 10:37 AM, Lukasz Lenart wrote:
> The Apache Struts group is pleased to announce that Apache Struts
> 2.3.20 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-023 Generated value of token can be predictable
> * http://struts.apache.org/docs/s2-023.html
>
> Besides that, this release contains several fixes and improvements
> just to mention few of them:
> - merged security fixes from version 2.3.16.1, 2.3.16.2, 2.3.16.3
> - extended existing security mechanism to block access to given Java
> packages and Classes
> - collection Parameters for RedirectResult
> - make ParametersInterceptor supports chinese in hash key by default
> - themes.properties can be loaded using ServletContext allows to put
> template folder under WEB-INF or on classpath
> - new tag datetextfield
> - only valid Ognl expressions are cached
> - custom TextProvider can be used for validation errors of model driven actions
> - datetimepicker's label fixed
> - PropertiesJudge removed and properties are checked in SecurityMemberAccess
> - resource reloading works in IBM JVM
> - default reloading settings were removed from default.properties
> - commons-fileupload library upgraded to version 1.3.1 to fix
> potential security vulnerability
> - the scheme attribute accepts expressions in s:url tag
> - solves problem with infinite loop in FastByteArrayOutputStream
> - LocalizedTextUtil supports many ClassLoaders
> - Bill of Materials pom was introduced
> - debug=browser|console was migrated to jQuery
> - struts_dojo.js was fixed
> - interface org/apache/struts2/views/TagLibrary was restored and
> marked as @Depreacted
> and many other small improvements, please careful read the version notes.
>
> The release notes are available online at:
> * http://struts.apache.org/docs/version-notes-2320.html
>
> All developers are strongly advised to update existing Struts 2
> applications to Struts 2.3.20!
>
> Struts 2.3.20 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#struts2320
>
> 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
>
> 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
>
>
> - The Apache Struts group.
>
>
> Regards

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@struts.apache.org
For additional commands, e-mail: user-help@struts.apache.org