You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by sn...@apache.org on 2017/09/30 14:03:37 UTC

roller git commit: Add clear to list of Struts DMI allowed methods

Repository: roller
Updated Branches:
  refs/heads/roller-5.2.0 7dafd8763 -> b7b2d83d2


Add clear to list of Struts DMI allowed methods


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

Branch: refs/heads/roller-5.2.0
Commit: b7b2d83d2dcfd3c910473ecb72549d4402728846
Parents: 7dafd87
Author: Dave Johnson <sn...@gmail.com>
Authored: Sat Sep 30 10:03:34 2017 -0400
Committer: Dave Johnson <sn...@gmail.com>
Committed: Sat Sep 30 10:03:34 2017 -0400

----------------------------------------------------------------------
 app/src/main/resources/struts.xml | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/roller/blob/b7b2d83d/app/src/main/resources/struts.xml
----------------------------------------------------------------------
diff --git a/app/src/main/resources/struts.xml b/app/src/main/resources/struts.xml
index bbd435d..70fe183 100644
--- a/app/src/main/resources/struts.xml
+++ b/app/src/main/resources/struts.xml
@@ -176,6 +176,7 @@
     <package name="weblogger-admin" namespace="/roller-ui/admin" extends="weblogger" >
 
         <global-allowed-methods>
+            clear,
             disable,
             delete,
             deleteConfirm,