Re: Decimal digits change when upgrading from 2.5.10.1 to 2.5.12

2017-10-13 Thread Yasser Zamani
On 10/13/2017 6:29 PM, Matias Rodriguez wrote: > IMHO > the limitation should be done by a formatter, not in a converter, > delegating the formatting to the user's hands. I agree. Please track the resolution on the JIRA ticket at [1]. Thanks for your report, Yasser. [1] https://issues.apache.o

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-13 Thread Yasser Zamani
On 10/13/2017 12:47 PM, Ej Magdaluyo wrote: > *"com.MyRequestAction"*> > > /viewMyRequest.jsp > > I have no idea how above works in your previous app!! I guess that is an another bug in your app. You don't have `/viewMyRequest.jsp` (rather than `/jsp/viewMyRequest.jsp`) so maybe you get 40

Re: org.apache.jasper.JasperException struts-examples-master crud

2017-10-13 Thread Yasser Zamani
On 10/14/2017 5:43 AM, albert kao wrote: > Messages: > /WEB-INF/jsp/persons.jsp (line: 13, column: 8) Attribute id invalid for tag > url according to TLD Hello Albert, Thanks for your report. It seems struts-examples need some fixes which are under processing at [1]. Regards, Yasser. [1] htt

org.apache.jasper.JasperException struts-examples-master crud

2017-10-13 Thread albert kao
I downloaded struts-examples-master.zip from https://github.com/apache/struts-examples. Unzip it and run mvn. # mvn -version Apache Maven 3.5.0 (ff8f5e7444045639af65f6095c62210b5713f426; 2017-04-03T15:39:06-04:00) Maven home: /home/alkao/maven/apache-maven-3.5.0 Java version: 1.8.0_144, vendor: Or

Re: Decimal digits change when upgrading from 2.5.10.1 to 2.5.12

2017-10-13 Thread Matias Rodriguez
Thanks Lukasz & Yasser! It would be great to keep backward-compatibility (no limit/max value). IMHO the limitation should be done by a formatter, not in a converter, delegating the formatting to the user's hands. Thanks again. On Mon, Oct 9, 2017 at 2:36 PM, Yasser Zamani wrote: > > > On 10/9/20

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-13 Thread Ej Magdaluyo
Hi Lukasz, Can you please clarify what you mean by request url? I am thinking that it might by either a Struts or a Tiles issue since I tried replicating the issue on the pre-migrated version and found no issues. I did extensive check on the logs from our end: Writing headers for HttpRequest@172

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-13 Thread Lukasz Lenart
2017-10-13 11:17 GMT+02:00 Ej Magdaluyo : > Upon checking our application, most of the functionalities seem to be > working now, except for one page which throws an Error403-- Forbidden > error. We are not able to retrieve any logs in relation to this: > > Error 403--Forbidden > From RFC 2068 *Hype

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-13 Thread Ej Magdaluyo
Hi Yasser, Lukasz, This is to confirm that the issue with fileSizeError was fixed through Yasser's suggestion :) Upon checking our application, most of the functionalities seem to be working now, except for one page which throws an Error403-- Forbidden error. We are not able to retrieve any logs

Re: Upgrading Struts 2.2.3 to 2.3.34

2017-10-13 Thread Yasser Zamani
On 10/13/2017 9:14 AM, Lukasz Lenart wrote: > I think we can fix it in 2.5.14 That is a bug inside Ej's custom interceptor, I think.