You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by lu...@apache.org on 2017/03/22 13:50:14 UTC

struts-extras git commit: Update README.md

Repository: struts-extras
Updated Branches:
  refs/heads/master abfe90aea -> 4d4aa62fe


Update README.md

Fixed class name in bean definitions

Project: http://git-wip-us.apache.org/repos/asf/struts-extras/repo
Commit: http://git-wip-us.apache.org/repos/asf/struts-extras/commit/4d4aa62f
Tree: http://git-wip-us.apache.org/repos/asf/struts-extras/tree/4d4aa62f
Diff: http://git-wip-us.apache.org/repos/asf/struts-extras/diff/4d4aa62f

Branch: refs/heads/master
Commit: 4d4aa62fefa44fda4c796f6b832e5c304ddd6779
Parents: abfe90a
Author: Chris <fo...@gmail.com>
Authored: Wed Mar 22 08:40:18 2017 -0500
Committer: GitHub <no...@github.com>
Committed: Wed Mar 22 08:40:18 2017 -0500

----------------------------------------------------------------------
 struts2-secure-jakarta-multipart-parser-plugin/README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/4d4aa62f/struts2-secure-jakarta-multipart-parser-plugin/README.md
----------------------------------------------------------------------
diff --git a/struts2-secure-jakarta-multipart-parser-plugin/README.md b/struts2-secure-jakarta-multipart-parser-plugin/README.md
index b908c01..c3443df 100644
--- a/struts2-secure-jakarta-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-multipart-parser-plugin/README.md
@@ -20,7 +20,7 @@ Just drop the jar into `WEB-INF/libs` folder and add the bellow definition into
 - if you are running the Apache Struts 2.3.8 - 2.3.31
  ```xml
       <bean type="org.apache.struts2.dispatcher.multipart.MultiPartRequest"
-            class="org.apache.struts.extras.SecureJakartaMultiPartRequest"
+            class="org.apache.struts.extras.SecureJakartaMultipartParser"
             name="secure-jakarta"
             scope="default"/>
     
@@ -30,7 +30,7 @@ Just drop the jar into `WEB-INF/libs` folder and add the bellow definition into
 - if you are running the Apache Struts 2.5 - 2.5.5
  ```xml
       <bean type="org.apache.struts2.dispatcher.multipart.MultiPartRequest"
-            class="org.apache.struts.extras.SecureJakartaMultiPartRequest"
+            class="org.apache.struts.extras.SecureJakartaMultipartParser"
             name="secure-jakarta"
             scope="prototype"/>