Re: Struts2 login action class seems to be reused

2018-03-15 Thread Prasanth Pasala
We do have login time, using that and the IP to correlate that with the access logs. Not all login entries have corresponding POST entries in access log, so those would be our problems occurrences. They actual correspond to a GET entry from a user. IP of the GET request of User1 matches with the

Struts - XWork validation - error message not taking parameters

2018-03-15 Thread Vikul Aggarwal
Hi I am using xwork validation to valid whether the value of an integer falls in a valid range or not. This is how the validator is configured: 0 9 int validator is com.opensymphony.xwork2.valida tor.validators.IntRangeFieldValidator

Re: Struts2 login action class seems to be reused

2018-03-15 Thread Yasser Zamani
On 3/15/2018 5:21 PM, Prasanth Pasala wrote: > User2 would have logged in some time before that, some times with in a minute > before that. I haven't seen any requests from User2 exactly at the time of > GET request from User1. It's strange :) Are login log records have same field values for

Re: Struts2 login action class seems to be reused

2018-03-15 Thread Prasanth Pasala
User2 would have logged in some time before that, some times with in a minute before that. I haven't seen any requests from User2 exactly at the time of GET request from User1. Thanks, Prasanth On 03/15/2018 04:45 AM, Yasser Zamani wrote: > > On 3/14/2018 5:43 PM, Prasanth Pasala wrote: >> We h

Re: Struts2 login action class seems to be reused

2018-03-15 Thread Yasser Zamani
On 3/14/2018 5:43 PM, Prasanth Pasala wrote: > We had a user report it soon after the deployment. After that we started > looking into the specific user who reported (User1) and the user (whose > information was seen by the reporting user) say User2. > We realized there are login entries from s

Re: Issues while migrating form Struts2.3.16 to 2.5.14.1

2018-03-15 Thread Lukasz Lenart
maxLength was removed, use maxlength instead 2018-03-15 9:19 GMT+01:00 Rajvinder Pal : > ok got it, working on it. Meanwhile there is one more exception when > accessing index.jsp. > > > [3/15/18 13:32:12:669 IST] 0094 SystemOut O 15 Mar 2018 > 13:32:12,668 DEBUG cache:44 - Couldn't find

Re: Issues while migrating form Struts2.3.16 to 2.5.14.1

2018-03-15 Thread Rajvinder Pal
ok got it, working on it. Meanwhile there is one more exception when accessing index.jsp. [3/15/18 13:32:12:669 IST] 0094 SystemOut O 15 Mar 2018 13:32:12,668 DEBUG cache:44 - Couldn't find template in cache for "org/apache/struts2/dispatcher/error.ftl"("en_US", UTF-8, parsed); will try