Re: SMI allowed methods not working for struts 2.5.17

2020-06-02 Thread Dave Newton
On Tue, Jun 2, 2020 at 03:14 Lukasz Lenart wrote: > wt., 2 cze 2020 o 09:05 Sailaja S napisał(a): > > How do I invoke multiple methods with the same action? I did post this in > > stackover flow as well. I appreciate your time and inputs. > > Where?

Re: SMI allowed methods not working for struts 2.5.17

2020-06-02 Thread Lukasz Lenart
wt., 2 cze 2020 o 09:05 Sailaja S napisał(a): > When I set Dynamic method invocation to false allowed methods is not > working. Should allowed-methods work with SMI? Those two different things, you can enable DMI but you still need to define allowed methods. > How do I invoke multiple methods

SMI allowed methods not working for struts 2.5.17

2020-06-02 Thread Sailaja S
Hi, Currently I have an app sec issue with Struts Dynamic method invocation being set to true in my struts.xml file. We are using struts2.5. When I set Dynamic method invocation to false allowed methods is not working. Should allowed-methods work with SMI? How do I invoke multiple methods