From 93517ffcf5fd8d6924f72cbb05c6ff882dd1a1fd Mon Sep 17 00:00:00 2001 From: Foley Date: Tue, 21 Mar 2017 18:40:18 -0500 Subject: [PATCH] Changed scope="prototype" to scope="default" because prototype scope doesn't exist in Struts 2.3.x. Default is the equivalent scope in 2.3.x --- .../src/main/resources/struts-plugin.xml | 2 +- .../src/main/resources/struts-plugin.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/struts2-secure-jakarta-multipart-parser-plugin/src/main/resources/struts-plugin.xml b/struts2-secure-jakarta-multipart-parser-plugin/src/main/resources/struts-plugin.xml index 9fffba2..14d2799 100644 --- a/struts2-secure-jakarta-multipart-parser-plugin/src/main/resources/struts-plugin.xml +++ b/struts2-secure-jakarta-multipart-parser-plugin/src/main/resources/struts-plugin.xml @@ -26,7 +26,7 @@ + scope="default"/> diff --git a/struts2-secure-jakarta-stream-multipart-parser-plugin/src/main/resources/struts-plugin.xml b/struts2-secure-jakarta-stream-multipart-parser-plugin/src/main/resources/struts-plugin.xml index de48c95..aa0adfe 100644 --- a/struts2-secure-jakarta-stream-multipart-parser-plugin/src/main/resources/struts-plugin.xml +++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/src/main/resources/struts-plugin.xml @@ -26,7 +26,7 @@ + scope="default"/>