RE: upgrade from struts 2.3.37 to 2.5.30

2023-03-23 Thread Rohan Patil7
Can you bit explain about 1) How can we fork the old plugin(here old plugin is dojo, right ?) 2)what do you mean by "upgrade it yourself to be compatible with the latest version"? 3)should we upgrade the old dojo plugin to support with latest struts version? 4) latest struts version means 2.5.30

Re: upgrade from struts 2.3.37 to 2.5.30

2023-03-23 Thread Lukasz Lenart
czw., 23 mar 2023 o 09:26 Rohan Patil7 napisał(a): > > Can you bit explain about > > 1) How can we fork the old plugin(here old plugin is dojo, right ?) Yes, the plugin from the latest 2.3.x version, https://github.com/apache/struts/tree/STRUTS_2_3_37/plugins/dojo Either you can just copy it int

Placing interceptor in arbitrary position in the stack

2023-03-23 Thread Shawn Griffith
Hi, let's say I have this default interceptor stack input,back,cancel,browse input,back,cancel,browse using annotations on an action class, can I place another interceptor between prepare and model driven? Or do I need to re-declare the entire stack with the addi

Re: Placing interceptor in arbitrary position in the stack

2023-03-23 Thread Lukasz Lenart
As far I know you must declare a new stack czw., 23 mar 2023 o 18:29 Shawn Griffith <276ee31...@proton.me.invalid> napisał(a): > > Hi, > > let's say I have this default interceptor stack > > > > > > > > > > > > > > > > > > > > > > input,back,cancel,browse > > > > > > > > > > input,ba