[struts] branch WW-5115-reduce-logging updated (f2dcda0 -> 0f69c3b)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch WW-5115-reduce-logging in repository https://gitbox.apache.org/repos/asf/struts.git. from f2dcda0 WW-5115 Reduces logging for ignored DMI related params when DMI is disabled add 0f69c3b WW-5115 Switches if clause to match regexp No new revisions were added by this update. Summary of changes: .../com/opensymphony/xwork2/interceptor/ParametersInterceptor.java| 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
[struts] branch fix/double_evaluation_master updated (ff04bc8 -> 2ba1a3e)
This is an automated email from the ASF dual-hosted git repository. yasserzamani pushed a change to branch fix/double_evaluation_master in repository https://gitbox.apache.org/repos/asf/struts.git. discard ff04bc8 make results variable translation and stack search like components discard caaed50 decouple translateVariable from findValue discard ec0c752 keep previous test discard 1b2c8ef fix double evaluations This update removed existing revisions from the reference, leaving the reference pointing at a previous point in the repository history. * -- * -- N refs/heads/fix/double_evaluation_master (2ba1a3e) \ O -- O -- O (ff04bc8) Any revisions marked "omit" are not gone; other references still refer to them. Any revisions marked "discard" are gone forever. No new revisions were added by this update. Summary of changes: .../opensymphony/xwork2/util/OgnlTextParser.java | 115 ++--- .../org/apache/struts2/components/Component.java | 55 +++--- .../apache/struts2/components/DateTextField.java | 2 +- .../struts2/components/DoubleListUIBean.java | 16 +-- .../struts2/components/InputTransferSelect.java| 14 +-- .../struts2/components/OptionTransferSelect.java | 36 +++ .../java/org/apache/struts2/components/UIBean.java | 12 +-- .../org/apache/struts2/result/StreamResult.java| 7 +- .../apache/struts2/result/StrutsResultSupport.java | 39 --- .../org/apache/struts2/util/ComponentUtils.java| 33 +- .../struts2/views/jsp/StrutsBodyTagSupport.java| 14 ++- .../xwork2/util/TextParseUtilTest.java | 77 ++ .../xwork2/validator/URLValidatorTest.java | 4 +- .../org/apache/struts2/components/UIBeanTest.java | 62 +-- .../apache/struts2/result/StreamResultTest.java| 32 -- .../org/apache/struts2/util/StrutsUtilTest.java| 4 +- .../apache/struts2/views/jsp/ui/TextfieldTest.java | 4 +- .../apache/struts2/views/jsp/ui/Textfield-5.txt| 2 +- 18 files changed, 128 insertions(+), 400 deletions(-)
[struts] branch struts-2-5-x updated: WW-5118 Upgrades OGNL to ver 3.1.29 to fix Long conversion
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git The following commit(s) were added to refs/heads/struts-2-5-x by this push: new 8a26c0d WW-5118 Upgrades OGNL to ver 3.1.29 to fix Long conversion 8a26c0d is described below commit 8a26c0d753c3a94d9e5e774c5109f59a5e3d79d6 Author: Lukasz Lenart AuthorDate: Tue Apr 6 07:20:24 2021 +0200 WW-5118 Upgrades OGNL to ver 3.1.29 to fix Long conversion --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 04817e3..2d9b8cf 100644 --- a/pom.xml +++ b/pom.xml @@ -99,7 +99,7 @@ 2020-11-25T16:32:09Z -3.1.28 +3.1.29 4.3.26.RELEASE 7.3.1 3.0.8
[struts] branch master updated: WW-5118 Upgrades OGNL to 3.2.20 to fix problem with long conversion
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git The following commit(s) were added to refs/heads/master by this push: new 04eff63 WW-5118 Upgrades OGNL to 3.2.20 to fix problem with long conversion 04eff63 is described below commit 04eff63445f8cce6a49c7f4bd4c0a3e2f31f16e3 Author: Lukasz Lenart AuthorDate: Tue Apr 6 07:25:26 2021 +0200 WW-5118 Upgrades OGNL to 3.2.20 to fix problem with long conversion --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 5cd54a8..7373522 100644 --- a/pom.xml +++ b/pom.xml @@ -112,7 +112,7 @@ 2.10.5 2.10.5.1 2.13.3 -3.2.16 +3.2.20 1.7.30 4.3.29.RELEASE 3.0.8
[struts] branch master updated: Excludes vulnerable version of mxparser and uses fixed one
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git The following commit(s) were added to refs/heads/master by this push: new 09f969a Excludes vulnerable version of mxparser and uses fixed one 09f969a is described below commit 09f969a9bebe31370df64702a61420f14ead6271 Author: Lukasz Lenart AuthorDate: Tue Apr 6 08:00:49 2021 +0200 Excludes vulnerable version of mxparser and uses fixed one --- pom.xml | 11 +++ 1 file changed, 11 insertions(+) diff --git a/pom.xml b/pom.xml index 7373522..d0122a7 100644 --- a/pom.xml +++ b/pom.xml @@ -1122,9 +1122,20 @@ com.thoughtworks.xstream xstream 1.4.16 + + +io.github.x-stream +mxparser + + +io.github.x-stream +mxparser +1.2.1 + + javax.persistence persistence-api 1.0.2