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 05:53:43 UTC

[5/5] struts-extras git commit: Drops dot

Drops dot


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

Branch: refs/heads/master
Commit: c477f3ebc1ef528b6b69114303fc864f3181af4a
Parents: 21b57f5
Author: Lukasz Lenart <lu...@gmail.com>
Authored: Wed Mar 22 06:53:27 2017 +0100
Committer: Lukasz Lenart <lu...@gmail.com>
Committed: Wed Mar 22 06:53:27 2017 +0100

----------------------------------------------------------------------
 struts2-secure-jakarta-stream-multipart-parser-plugin/README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/struts-extras/blob/c477f3eb/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
----------------------------------------------------------------------
diff --git a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
index ca085f0..c6598ce 100644
--- a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
+++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md
@@ -27,7 +27,7 @@ Just drop the jar into `WEB-INF/libs` folder and add the bellow definition into
       <constant name="struts.multipart.parser" value="secure-jakarta-stream"/>
  ```
 
-- if you are running the Apache Struts 2.5 - .2.5.5
+- 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.SecureJakartaStreamMultiPartRequest"