Includes additional global allowed methods

Project: http://git-wip-us.apache.org/repos/asf/struts/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts/commit/e3743111
Tree: http://git-wip-us.apache.org/repos/asf/struts/tree/e3743111
Diff: http://git-wip-us.apache.org/repos/asf/struts/diff/e3743111

Branch: refs/heads/master
Commit: e3743111ffe13eec93232e5e71a56e5ac1fca0a5
Parents: d511d28
Author: Lukasz Lenart <lukasz.len...@gmail.com>
Authored: Tue Sep 15 09:02:38 2015 +0200
Committer: Lukasz Lenart <lukasz.len...@gmail.com>
Committed: Tue Sep 15 09:02:38 2015 +0200

----------------------------------------------------------------------
 core/src/main/resources/struts-default.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts/blob/e3743111/core/src/main/resources/struts-default.xml
----------------------------------------------------------------------
diff --git a/core/src/main/resources/struts-default.xml 
b/core/src/main/resources/struts-default.xml
index 2dd6b75..b95a1a0 100644
--- a/core/src/main/resources/struts-default.xml
+++ b/core/src/main/resources/struts-default.xml
@@ -362,7 +362,7 @@
 
         <default-class-ref class="com.opensymphony.xwork2.ActionSupport" />
 
-        
<global-allowed-methods>execute,input,back,cancel,browse</global-allowed-methods>
+        
<global-allowed-methods>execute,input,back,cancel,browse,save,delete,list,index</global-allowed-methods>
 
     </package>
 

Reply via email to