allowed-methods should also work for wildcard method invocation
---------------------------------------------------------------

                 Key: WW-3735
                 URL: https://issues.apache.org/jira/browse/WW-3735
             Project: Struts 2
          Issue Type: Improvement
    Affects Versions: 2.3.1.1
            Reporter: Andreas Sachs
            Priority: Minor


The possibility to limit the allowed action methods with <allowed-methods> 
should also be available for wildcard method invocation and not only for 
dynamic method invocation.

Something like this should be possible:

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

See also: 
http://markmail.org/message/wzzx3v5jpycbxnnl?q=list:org%2Eapache%2Estruts%2Edev/

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to