This is an automated email from the ASF dual-hosted git repository.

lukaszlenart pushed a commit to branch action-context-boost
in repository https://gitbox.apache.org/repos/asf/struts.git

commit 375c3c486c7624beddee2f9a43392eaeabd33820
Author: Lukasz Lenart <lukaszlen...@apache.org>
AuthorDate: Sun May 3 12:09:42 2020 +0200

    WW-4789 WW-3788 Puts back java.io as an excluded package
---
 core/src/main/resources/struts-default.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/src/main/resources/struts-default.xml 
b/core/src/main/resources/struts-default.xml
index ee55f9a..0988d87 100644
--- a/core/src/main/resources/struts-default.xml
+++ b/core/src/main/resources/struts-default.xml
@@ -68,6 +68,7 @@
     <constant name="struts.excludedPackageNames"
               value="
                 ognl.,
+                java.io.,
                 java.net.,
                 java.nio.,
                 javax.,

Reply via email to