Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-30 Thread Yasser Zamani
On 4/30/2018 11:27 AM, Lukasz Lenart wrote: > The problem is that we should support existing configurations (like > automatically define allowed methods for those used in struts.xml). Sorry, I didn't get again :( AFAIK defined actions with any defined method in struts.xml are callable. However,

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-29 Thread Lukasz Lenart
2018-04-29 11:24 GMT+02:00 Yasser Zamani : > I couldn't understand what's the user expected behavior and what we > should try to fix. Because of security, SMI is enabled by default and > user has to annotate or define allowed methods. right? I think there are > no other solution to keep both securi

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-29 Thread DevaGerald
Hi Yasser, We already have a layer of security(a filter which runs first in our web-app) which handles allowed url patterns. So in this we have to again add code for allowed methods. So we are trying to get an option to disable it. Thanks, Deva. -- Sent from: http://struts.1045723.n5.nabble.c

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-29 Thread Yasser Zamani
On 4/26/2018 4:03 PM, Lukasz Lenart wrote: > Thinking on solution ... not so easy :( I couldn't understand what's the user expected behavior and what we should try to fix. Because of security, SMI is enabled by default and user has to annotate or define allowed methods. right? I think there are

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-28 Thread DevaGerald
Thanks for the reply. We will use the existing (regex in global-allowed-methods) solution till that. -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html - To unsubscribe, e-mail: user-unsubscr...@struts.

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-26 Thread Lukasz Lenart
Thinking on solution ... not so easy :( 2018-04-26 13:24 GMT+02:00 DevaGerald : > Any update on this? > > > > -- > Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html > > - > To unsubscribe, e-mail: user-unsub

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-26 Thread DevaGerald
Any update on this? -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@struts.apache.org

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-19 Thread DevaGerald
http://struts.apache.org/dtds/struts-2.5.dtd";> regex:[a-zA-Z]* -- Sent from: http://struts.1045723.n5.nabble.com/Struts-Us

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-19 Thread Lukasz Lenart
2018-04-19 8:58 GMT+02:00 DevaGerald : > Just a clarification. May be my point was misunderstood. > > Ex : /resource/resource_id/hello > This will call the hello method of my controller. > REST plugin directly maps to my custom method. In this case, it calls the > hello method of my ResourceControl

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-19 Thread DevaGerald
Just a clarification. May be my point was misunderstood. Ex : /resource/resource_id/hello This will call the hello method of my controller. REST plugin directly maps to my custom method. In this case, it calls the hello method of my ResourceController. What will be the best solution for this case

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-18 Thread Lukasz Lenart
Here https://issues.apache.org/jira/projects/WW/issues 2018-04-18 15:04 GMT+02:00 DevaGerald : > Sorry if I am so dumb. Where should i file the ticket? > > > > -- > Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html > >

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-18 Thread DevaGerald
Sorry if I am so dumb. Where should i file the ticket? -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: us

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-18 Thread Lukasz Lenart
2018-04-18 9:15 GMT+02:00 DevaGerald : > Yes i have configured rest plugin for that Ach... so we must fix allowed-methods to include those REST methods, could you fill a ticket? Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ ---

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-18 Thread DevaGerald
Yes i have configured rest plugin for that -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html - To unsubscribe, e-mail: user-unsubscr...@struts.apache.org For additional commands, e-mail: user-h...@stru

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-15 Thread Lukasz Lenart
2018-04-14 11:58 GMT+02:00 DevaGerald : > I don't use DMI. I have the following configured in struts.xml. > > > So is there any other way for me to disable strict method invocation? I am > just using struts 2 rest plugin. Hm... so how do you call those custom methods? Did you configure them as RE

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-14 Thread Yasser Zamani
On 4/11/2018 11:11 AM, Lukasz Lenart wrote: > 2018-04-09 16:59 GMT+02:00 DevaGerald : >> Thanks a lot Lukasz. >> >> I have resolved it by adding >> regex:[a-zA-Z]* in my >> struts.xml >> >> Do I have any alternative for this? > > No but I didn't want to suggest this as this basically opens a > p

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-14 Thread DevaGerald
I don't use DMI. I have the following configured in struts.xml. So is there any other way for me to disable strict method invocation? I am just using struts 2 rest plugin. Thanks & Regards Deva. -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html -

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-10 Thread Lukasz Lenart
2018-04-09 16:59 GMT+02:00 DevaGerald : > Thanks a lot Lukasz. > > I have resolved it by adding > regex:[a-zA-Z]* in my > struts.xml > > Do I have any alternative for this? No but I didn't want to suggest this as this basically opens a potential security hole in your app. In this case any public m

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-09 Thread DevaGerald
Thanks a lot Lukasz. I have resolved it by adding regex:[a-zA-Z]* in my struts.xml Do I have any alternative for this? Thanks & Regards, Deva Gerald. -- Sent from: http://struts.1045723.n5.nabble.com/Struts-User-f3426046.html --

Re: Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-08 Thread Lukasz Lenart
2018-04-07 16:18 GMT+02:00 DevaGerald : > I am using Struts 2 with rest plugin and I need to migrate from struts 2.3 to > struts 2.5. My application also has struts 1 with the older apis unmigrated > to struts2. > > I have some custom methods in my application other than the default CRUD > operatio

Help : Disable Strict Method Invocation for struts 2 rest plugin

2018-04-07 Thread DevaGerald
I am using Struts 2 with rest plugin and I need to migrate from struts 2.3 to struts 2.5. My application also has struts 1 with the older apis unmigrated to struts2. I have some custom methods in my application other than the default CRUD operations. As the strict method invocation is enabled now