atom feed8 messages in org.apache.struts.devRe: strict DMI
FromSent OnAttachments
Andreas SachsJan 3, 2012 2:50 pm 
John LindalJan 3, 2012 3:42 pm 
Andreas SachsJan 4, 2012 12:48 am 
John LindalJan 4, 2012 11:13 am 
Andreas SachsJan 4, 2012 11:59 am 
John LindalJan 4, 2012 12:36 pm 
John LindalJan 6, 2012 3:08 pm 
Andreas SachsJan 9, 2012 2:45 pm 
Subject:Re: strict DMI
From:Andreas Sachs (andi@gmx.de)
Date:Jan 4, 2012 11:59:42 am
List:org.apache.struts.dev

Hi John,

thanks for the clarification.

But to come back to my original question: Why is <allowed-methods> not available for wildcard method invocation? Even you
expected that it is available (your first post).

Allowed-methods would be a good possibility to limit the wildcard to some method
names.

Or is there another possibility to do something like this: <action name="(Method1|Method2|Method3)Crud" class="example.Crud" method="{1}">

i expected:

<action name="*Crud" class="example.Crud" method="{1}"> <allowed-methods>Method1,Method2,Method3</allowed-methods>

Thanks for your work Andi