[ANN] Apache Struts 2.3.32 GA with Security Fixe Release

2017-03-10 Thread Lukasz Lenart
The Apache Struts group is pleased to announce that Struts 2.3.32 is available as a “General Availability” release. The GA designation is our highest quality grade. This release addresses one potential security vulnerability: - Possible Remote Code Execution when performing file upload based on

issue with getting current date using date tag in latest struts 2.3.3X

2017-03-10 Thread Vishal Jhagadiawala
Hi,I am having issue with following date tag, after upgrading to struts 2.3.30 it shows no value in the UI page.  Question: was there usage of OGNL expression changed in latest version of struts2. eg. 2.3.30,  the above usage works without issue in Struts2 2.2.1 any help would be appreciated.

Re: issue with getting current date using date tag in latest struts 2.3.3X

2017-03-10 Thread Dave Newton
I'm surprised that worked, since it's supposed to be the name of the date property you want to display. Maybe it was introspecting to see if it was an immediate date value, but that's deceptive and counter-intuitive. In any case, that's a large version jump. OGNL was updated multiple times. If I

Re: issue with getting current date using date tag in latest struts 2.3.3X

2017-03-10 Thread Lukasz Lenart
2017-03-10 16:59 GMT+01:00 Vishal Jhagadiawala : > Hi,I am having issue with following date tag, after upgrading to struts 2.3.30 > > > it shows no value in the UI page. > Question: was there usage of OGNL expression changed in latest version of > struts2. eg. 2.3.30,

Re: issue with getting current date using date tag in latest struts 2.3.3X

2017-03-10 Thread Vishal Jhagadiawala
Hi Dave, it was working find from earlier version, here is the discussion thread from coderanch. formatDate & i18nInteceptor (Struts forum at Coderanch) | | | | || | | | | | formatDate & i18nInt... In my tiles to display the date on the header of each page I am

Problem reading a resource file (migrating 2.3.29 --> 2.5.10)

2017-03-10 Thread Heikki Hyyrö
Hi, I decided to migrate a Struts-based application from Struts 2.3.x to 2.5.x. The application worked without problems with Struts version 2.3.29. After updating to 2.5.10, the application no longer seems to be able to read a root-level resource file "package.properties": calling

RE: Struts 1.x and Strtus2.x With Tiles 2.x

2017-03-10 Thread Kokkodan Venu
Hi, Can you pls let me know how you have migrated your old project with Struts1 and Tiles 2? I have a same situation here where I need to keep struts 1. Pls respond as quick as possible. Thank You Venugopalan This e-mail, including any attachments, may constitute a Federal record or other

Re: Problem reading a resource file (migrating 2.3.29 --> 2.5.10)

2017-03-10 Thread Lukasz Lenart
2017-03-11 0:21 GMT+01:00 Heikki Hyyrö : > Hi, > > I decided to migrate a Struts-based application from Struts 2.3.x to 2.5.x. > The application worked without problems with Struts version 2.3.29. After > updating to 2.5.10, the application no longer seems to be able to read a

Re: Struts 1.x and Strtus2.x With Tiles 2.x

2017-03-10 Thread Lukasz Lenart
2017-03-10 20:46 GMT+01:00 Kokkodan Venu : > Hi, Can you pls let me know how you have migrated your old project with > Struts1 and Tiles 2? I have a same situation here where I need to keep struts > 1. The best option will be to keep both Struts 1 based app with