Re: upgrade from struts 2.3.37 to 2.5.30

2023-03-22 Thread Srinivas Arava
xecuteFilter > was found, but is missing another required class. > > Info: > > The error message you provided indicates that there is an issue with the > Struts filter in your application. The filter is looking for a required > class that is missing. > > > Thanks &

Re: upgrade from struts 2.3.37 to 2.5.30

2023-03-22 Thread Srinivas Arava
What java se and EE (java or jakart) version are you using? On Wed, Mar 22, 2023, 6:27 AM Rohan Patil7 wrote: > Hi, > > We are following the " > https://cwiki.apache.org/confluence/display/WW/Struts+2.3+to+2.5+migration"; > document to upgrade struts 2.3.37 to 2.5.30. > As of now, we are facing