From fc0eae3ef69672b1d6aef3547ce0fa24fb8e886c Mon Sep 17 00:00:00 2001 From: Lukasz Lenart Date: Thu, 17 Aug 2023 10:58:30 +0200 Subject: [PATCH] WW-5327 Removes all duplicated excluded classes --- core/src/main/resources/struts-excluded-classes.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core/src/main/resources/struts-excluded-classes.xml b/core/src/main/resources/struts-excluded-classes.xml index a7ee4f421..6e4957273 100644 --- a/core/src/main/resources/struts-excluded-classes.xml +++ b/core/src/main/resources/struts-excluded-classes.xml @@ -37,8 +37,7 @@ java.lang.ProcessBuilder, java.lang.Thread, sun.misc.Unsafe, - com.opensymphony.xwork2.ActionContext, - com.opensymphony.xwork2.ognl.SecurityMemberAccess"/> + com.opensymphony.xwork2.ActionContext"/>