Repository: struts-extras Updated Branches: refs/heads/master c477f3ebc -> 99a3024d4
Adds section about restarting app Project: http://git-wip-us.apache.org/repos/asf/struts-extras/repo Commit: http://git-wip-us.apache.org/repos/asf/struts-extras/commit/99a3024d Tree: http://git-wip-us.apache.org/repos/asf/struts-extras/tree/99a3024d Diff: http://git-wip-us.apache.org/repos/asf/struts-extras/diff/99a3024d Branch: refs/heads/master Commit: 99a3024d441238c43f1a5c3b22dc09bd33d2de6d Parents: c477f3e Author: Lukasz Lenart <lukasz.len...@gmail.com> Authored: Wed Mar 22 06:55:08 2017 +0100 Committer: Lukasz Lenart <lukasz.len...@gmail.com> Committed: Wed Mar 22 06:55:08 2017 +0100 ---------------------------------------------------------------------- struts2-secure-jakarta-multipart-parser-plugin/README.md | 2 ++ struts2-secure-jakarta-stream-multipart-parser-plugin/README.md | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/struts-extras/blob/99a3024d/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 c13005b..c561741 100644 --- a/struts2-secure-jakarta-multipart-parser-plugin/README.md +++ b/struts2-secure-jakarta-multipart-parser-plugin/README.md @@ -37,6 +37,8 @@ Just drop the jar into `WEB-INF/libs` folder and add the bellow definition into <constant name="struts.multipart.parser" value="secure-jakarta"/> ``` +and then restart your application, you can use one of the existing PoCs to test if everything is ok. + If you are using Maven to build your project, please add the following dependency into your pom: ```xml http://git-wip-us.apache.org/repos/asf/struts-extras/blob/99a3024d/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 c6598ce..938fb92 100644 --- a/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md +++ b/struts2-secure-jakarta-stream-multipart-parser-plugin/README.md @@ -37,7 +37,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"/> ``` -and then restart your application, you can use on of the existing PoCs to test if everything is ok. +and then restart your application, you can use one of the existing PoCs to test if everything is ok. If you are using Maven to build your project, please add the following dependency into your pom: