Re: Unable to use 'categories' in an action name

2017-12-10 Thread Yasser Zamani
On 12/10/2017 6:06 PM, Dave Weis wrote: > Correct, I want 'categories' to be the correct action name. I made a > duplicate with a different name but the same class and results and it works > fine. If I remove the first action I put in to test/reproduce this I still > get the same error. > > I ha

Re: Unable to use 'categories' in an action name

2017-12-10 Thread Dave Weis
The productcategories vs categories was just to see if there was a collision in a different action definition. The full stack trace follows. The previous email contained my corrected struts.xml definition with only a couple actions. Thanks for looking at it dave Struts Problem Report Struts ha

Re: Unable to use 'categories' in an action name

2017-12-10 Thread Lukasz Lenart
Can you post once again a full stack and related configuration? Because in you first mail there is no action defined as "categories" but "productcategories" 2017-12-10 15:36 GMT+01:00 Dave Weis : > Correct, I want 'categories' to be the correct action name. I made a > duplicate with a different na

Re: Struts 2.3.X Impacted by S2-055?

2017-12-10 Thread Lukasz Lenart
2017-12-08 19:11 GMT+01:00 : > It looks like the Jackson-databind issue is only associated with 2.5.X > versions of Struts. I just want to confirm that 2.3.X versions are not. Struts 2.3.x series is using a different version of the Jackson library [1] and we have no knowledge if that version is v

Re: Unable to use 'categories' in an action name

2017-12-10 Thread Dave Weis
Correct, I want 'categories' to be the correct action name. I made a duplicate with a different name but the same class and results and it works fine. If I remove the first action I put in to test/reproduce this I still get the same error. I have my struts.xml cut down to the below and I still can

Re: Unable to use 'categories' in an action name

2017-12-10 Thread Yasser Zamani
On 12/9/2017 9:12 PM, Dave Weis wrote: >

Re: Struts 2.3.X Impacted by S2-055?

2017-12-10 Thread Yasser Zamani
On 12/8/2017 9:41 PM, info...@unixcert.net wrote: > It looks like the Jackson-databind issue is only associated with 2.5.X > versions of Struts. It's only with 2.5.14. Addressed in 2.5.14.1. But both 2.5.(x<14) and 2.3.x are impacted by S2-054. > I just want to confirm that 2.3.X versions a