From a6241552b67986056da32a70ae75d69c5c40a878 Mon Sep 17 00:00:00 2001 From: Johannes Geppert Date: Mon, 5 Oct 2015 21:25:06 +0200 Subject: [PATCH] WW-4540 Enable Strict DMI be default - Add to global allowed methods to rest showcase configuration --- apps/rest-showcase/src/main/resources/struts.xml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/apps/rest-showcase/src/main/resources/struts.xml b/apps/rest-showcase/src/main/resources/struts.xml index 3b4fc2c51..16d073978 100644 --- a/apps/rest-showcase/src/main/resources/struts.xml +++ b/apps/rest-showcase/src/main/resources/struts.xml @@ -21,16 +21,20 @@ * under the License. */ --> - + "-//Apache Software Foundation//DTD Struts Configuration 2.5//EN" + "http://struts.apache.org/dtds/struts-2.5.dtd"> + - + + + + index,show,create,update,destroy,deleteConfirm,edit,editNew + \ No newline at end of file