Re: About S2-019, is it safe to re-enable DMI ?

2013-09-25 Thread Eric Chatellier
Le 25/09/2013 15:37, bphill...@ku.edu a écrit : > "If not, how is it possible to not use DMI ? " > > See - http://struts.apache.org/release/2.3.x/docs/getting-started.html - the > tutorial on using Wildcard Method Selection may be helpful. Ok, but i mean how is it possible to not use DMI "with stru

About S2-019, is it safe to re-enable DMI ?

2013-09-25 Thread Eric Chatellier
Hi Just after updating struts to 2.3.15.2, all of ours applications stop working. Some of ours applications uses struts-convention-plugin, so only url can be used to acces action's methods. We are using a lot of url with "!input" methods, especially to manage form input and form validation. "S2-

Re: Default action behaviour with convention plugin change in 2.3.12

2013-03-21 Thread Eric Chatellier
Le 21/03/2013 10:16, Lukasz Lenart a écrit : > Hm... this is strange, could you prepare a small demo app or share > some configuration details? I just attached a maven test project to describe regression to jira ticket: https://issues.apache.org/jira/secure/attachment/12574762/StrutsSample_1.zip w

Re: Default action behaviour with convention plugin change in 2.3.12

2013-03-21 Thread Eric Chatellier
Le 21/03/2013 07:29, Lukasz Lenart a écrit : > btw. the Convention plugin supports Index action: > http://struts.apache.org/development/2.x/docs/convention-plugin.html#ConventionPlugin-Introduction There is maybe a misunderstanding here. Ticket #WW-3997 is talking about empty action. My real prob

Re: Default action behaviour with convention plugin change in 2.3.12

2013-03-20 Thread Eric Chatellier
Le 18/03/2013 14:12, Lukasz Lenart a écrit : > > It is related to that issue [1], but I'm still wondering if it is the > correct way to solve it (revert the change) as this prevent properly > handling static resources and you must defined an empty action which > basically is wrong as http server mu

Default action behaviour with convention plugin change in 2.3.12

2013-03-18 Thread Eric Chatellier
Hi, I'm trying to update an application using struts with convention plugin from 2.3.8 to 2.3.12. I'm experiencing a change with default action "/" that was calling "IndexAction#execute()" method in version 2.3.8. Now, in version 2.3.12, this is resulting in 404 http error. The only ticket relat