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/master Commit: b7b2d83d2dcfd3c910473ecb72549d4402728846 Parents: 7dafd87 Author: Dave Johnson <[email protected]> Authored: Sat Sep 30 10:03:34 2017 -0400 Committer: Dave Johnson <[email protected]> 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,
