Upgrading Struts from 2.3.16 to 2.3.31

2016-11-17 Thread abhishek verma
Hello, Due to the recent security vulnerability identified in Struts, we are upgrading application from struts version 2.3.16 to 2.3.31.One of the major issues being the naming convention of getter and setter in Action classes.Example: For instance variable of String aType, given below are t

Upgrading Struts from 2.3.16 to 2.3.31

2016-11-17 Thread abhishek verma
Hello, Due to the recent security vulnerability identified in Struts, we are upgrading application from struts version 2.3.16 to 2.3.31.One of the major issues being the naming convention of getter and setter in Action classes.Example: For instance variable of String aType, given below are the s

Upgrading Struts from 2.3.16 to 2.3.31

2016-11-17 Thread abhishek verma
Hello, Due to the recent security vulnerability identified in Struts, we are upgrading application from struts version 2.3.16 to 2.3.31.One of the major issues being the naming convention of getter and setter in Action classes.Example: For instance variable of String aType, given below are the

Re: Upgrading Struts from 2.3.16 to 2.3.31

2016-11-17 Thread abhishek verma
)) + propertyName.substring(1); Version 2.3.31 : String baseName = capitalizeBeanPropertyName(propertyName); ThanksAbhishek On Friday, 18 November 2016 2:18 AM, abhishek verma wrote: Hello, Due to the recent security vulnerability identified in Struts, we are upgrading application from struts version