[struts] 01/01: Merge pull request #450 from apache/WW-3730-use-params-directly
This is an automated email from the ASF dual-hosted git repository. yasserzamani pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/struts.git commit 1bf0e123374f538c671f3483072bc552ec3e437c Merge: a4793d2 8996e0a Author: Yasser Zamani AuthorDate: Mon Nov 23 18:51:31 2020 +0330 Merge pull request #450 from apache/WW-3730-use-params-directly [WW-3730] Avoids conversion to String[] of passed params .../org/apache/struts2/components/ActionComponent.java | 18 ++ 1 file changed, 2 insertions(+), 16 deletions(-)
[struts] branch master updated (a4793d2 -> 1bf0e12)
This is an automated email from the ASF dual-hosted git repository. yasserzamani pushed a change to branch master in repository https://gitbox.apache.org/repos/asf/struts.git. from a4793d2 WW-5097 Upgrades OGNL to version 3.2.16 add 8996e0a WW-3730 Avoids conversion to String[] of passed params new 1bf0e12 Merge pull request #450 from apache/WW-3730-use-params-directly The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: .../org/apache/struts2/components/ActionComponent.java | 18 ++ 1 file changed, 2 insertions(+), 16 deletions(-)
[struts] 01/02: Reverts version to 2.5.26-SNAPSHOT
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 commit 4506d5716dc8c02821130512973b33988c4ea085 Author: Lukasz Lenart AuthorDate: Tue Nov 24 07:49:59 2020 +0100 Reverts version to 2.5.26-SNAPSHOT --- apps/pom.xml| 2 +- apps/rest-showcase/pom.xml | 4 ++-- apps/showcase/pom.xml | 2 +- assembly/pom.xml| 2 +- bom/pom.xml | 4 ++-- bundles/admin/pom.xml | 2 +- bundles/demo/pom.xml| 2 +- bundles/pom.xml | 2 +- core/pom.xml| 2 +- plugins/bean-validation/pom.xml | 2 +- plugins/cdi/pom.xml | 2 +- plugins/config-browser/pom.xml | 2 +- plugins/convention/pom.xml | 2 +- plugins/dwr/pom.xml | 2 +- plugins/embeddedjsp/pom.xml | 2 +- plugins/gxp/pom.xml | 2 +- plugins/jasperreports/pom.xml | 2 +- plugins/javatemplates/pom.xml | 2 +- plugins/jfreechart/pom.xml | 2 +- plugins/json/pom.xml| 2 +- plugins/junit/pom.xml | 2 +- plugins/osgi/pom.xml| 2 +- plugins/oval/pom.xml| 2 +- plugins/pell-multipart/pom.xml | 2 +- plugins/plexus/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/portlet-tiles/pom.xml | 2 +- plugins/portlet/pom.xml | 2 +- plugins/rest/pom.xml| 2 +- plugins/sitegraph/pom.xml | 2 +- plugins/sitemesh/pom.xml| 2 +- plugins/spring/pom.xml | 2 +- plugins/testng/pom.xml | 2 +- plugins/tiles/pom.xml | 2 +- pom.xml | 2 +- 35 files changed, 37 insertions(+), 37 deletions(-) diff --git a/apps/pom.xml b/apps/pom.xml index f400706..598d778 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.27-SNAPSHOT +2.5.26-SNAPSHOT struts2-apps pom diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index 669a3a8..a7d2a19 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -24,12 +24,12 @@ org.apache.struts struts2-apps -2.5.27-SNAPSHOT +2.5.26-SNAPSHOT struts2-rest-showcase war -2.5.27-SNAPSHOT +2.5.26-SNAPSHOT Struts 2 Rest Showcase Webapp Struts 2 Rest Showcase Example diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index 7b640e7..447d61b 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-apps -2.5.27-SNAPSHOT +2.5.26-SNAPSHOT struts2-showcase diff --git a/assembly/pom.xml b/assembly/pom.xml index f610030..6773cb4 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.27-SNAPSHOT +2.5.26-SNAPSHOT struts2-assembly diff --git a/bom/pom.xml b/bom/pom.xml index accdd20..d3f652e 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -30,7 +30,7 @@ struts2-bom -2.5.27-SNAPSHOT +2.5.26-SNAPSHOT pom Struts 2 Bill of Materials @@ -45,7 +45,7 @@ -2.5.27-SNAPSHOT +2.5.26-SNAPSHOT true true diff --git a/bundles/admin/pom.xml b/bundles/admin/pom.xml index 832d1c7..63c0cb6 100644 --- a/bundles/admin/pom.xml +++ b/bundles/admin/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-osgi-bundles -2.5.27-SNAPSHOT +2.5.26-SNAPSHOT struts2-osgi-admin-bundle diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml index 4742d0b..e4c35fc 100644 --- a/bundles/demo/pom.xml +++ b/bundles/demo/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-osgi-bundles -2.5.27-SNAPSHOT +2.5.26-SNAPSHOT struts2-osgi-demo-bundle diff --git a/bundles/pom.xml b/bundles/pom.xml index 82cbcab..f6b3516 100755 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.27-SNAPSHOT +2.5.26-SNAPSHOT struts2-osgi-bundles diff --git a/core/pom.xml b/core/pom.xml index 856e5de..c4d59db 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.27-SNAPSHOT +2.5.26-SNAPSHOT struts2-core jar diff --git a/plugins/bean-validation/pom.xml b/plugins/bean-validation/pom.xml index f80fddf..cf2dccb 100644 --- a/plugins/bean-validation/pom.xml +++ b/plugins/bean-validation/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins -2.5.27-SNAPSHOT +2.5.26-SNAPSHOT 4.0.0 diff --git a/plugins/cdi/pom.xml b/plugins/cdi/pom.xml
[struts] branch struts-2-5-x updated (83aff6e -> 2efe3ce)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to branch struts-2-5-x in repository https://gitbox.apache.org/repos/asf/struts.git. from 83aff6e [maven-release-plugin] prepare for next development iteration new 4506d57 Reverts version to 2.5.26-SNAPSHOT new 2efe3ce Adds additional excludes packages and uses strict SMI declaration The 2 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference. Summary of changes: apps/pom.xml | 2 +- apps/rest-showcase/pom.xml | 4 ++-- apps/showcase/pom.xml | 2 +- assembly/pom.xml | 2 +- bom/pom.xml| 4 ++-- bundles/admin/pom.xml | 2 +- bundles/demo/pom.xml | 2 +- bundles/pom.xml| 2 +- core/pom.xml | 2 +- core/src/main/resources/struts-default.xml | 13 +++-- plugins/bean-validation/pom.xml| 2 +- plugins/cdi/pom.xml| 2 +- plugins/config-browser/pom.xml | 2 +- plugins/convention/pom.xml | 2 +- plugins/dwr/pom.xml| 2 +- plugins/embeddedjsp/pom.xml| 2 +- plugins/gxp/pom.xml| 2 +- plugins/jasperreports/pom.xml | 2 +- plugins/javatemplates/pom.xml | 2 +- plugins/jfreechart/pom.xml | 2 +- plugins/json/pom.xml | 2 +- plugins/junit/pom.xml | 2 +- plugins/osgi/pom.xml | 2 +- plugins/oval/pom.xml | 2 +- plugins/pell-multipart/pom.xml | 2 +- plugins/plexus/pom.xml | 2 +- plugins/pom.xml| 2 +- plugins/portlet-tiles/pom.xml | 2 +- plugins/portlet/pom.xml| 2 +- plugins/rest/pom.xml | 2 +- plugins/sitegraph/pom.xml | 2 +- plugins/sitemesh/pom.xml | 2 +- plugins/spring/pom.xml | 2 +- plugins/testng/pom.xml | 2 +- plugins/tiles/pom.xml | 2 +- pom.xml| 2 +- 36 files changed, 48 insertions(+), 39 deletions(-)
[struts] 02/02: Adds additional excludes packages and uses strict SMI declaration
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 commit 2efe3cec7abd7b07679f84e3dda753d579d409dd Author: Lukasz Lenart AuthorDate: Tue Nov 24 07:51:43 2020 +0100 Adds additional excludes packages and uses strict SMI declaration --- core/src/main/resources/struts-default.xml | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/core/src/main/resources/struts-default.xml b/core/src/main/resources/struts-default.xml index 8b81cd4..2b305d1 100644 --- a/core/src/main/resources/struts-default.xml +++ b/core/src/main/resources/struts-default.xml @@ -76,7 +76,16 @@ com.opensymphony.xwork2.util., org.apache.tomcat., org.apache.catalina.core., -org.wildfly.extension.undertow.deployment." /> +com.ibm.websphere., +org.apache.geronimo., +org.apache.openejb., +org.apache.tomee., +org.eclipse.jetty., +org.mortbay.jetty., +org.glassfish., +org.jboss.as., +org.wildfly., +weblogic.," /> @@ -196,7 +205,7 @@ - +
svn commit: r44656 - /dev/struts/2.5.26/
Author: lukaszlenart Date: Tue Nov 24 06:52:39 2020 New Revision: 44656 Log: Drops version that didn't pass test Removed: dev/struts/2.5.26/
[struts] branch struts-2-5-x updated: [maven-release-plugin] prepare release STRUTS_2_5_26
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 7253ede [maven-release-plugin] prepare release STRUTS_2_5_26 7253ede is described below commit 7253edeada592f2de6bbcb14dd7a4d5133cfb2af Author: Lukasz Lenart AuthorDate: Tue Nov 24 08:16:43 2020 +0100 [maven-release-plugin] prepare release STRUTS_2_5_26 --- apps/pom.xml| 2 +- apps/rest-showcase/pom.xml | 4 ++-- apps/showcase/pom.xml | 2 +- assembly/pom.xml| 2 +- bom/pom.xml | 6 +++--- bundles/admin/pom.xml | 2 +- bundles/demo/pom.xml| 2 +- bundles/pom.xml | 2 +- core/pom.xml| 2 +- plugins/bean-validation/pom.xml | 2 +- plugins/cdi/pom.xml | 2 +- plugins/config-browser/pom.xml | 2 +- plugins/convention/pom.xml | 2 +- plugins/dwr/pom.xml | 2 +- plugins/embeddedjsp/pom.xml | 2 +- plugins/gxp/pom.xml | 2 +- plugins/jasperreports/pom.xml | 2 +- plugins/javatemplates/pom.xml | 2 +- plugins/jfreechart/pom.xml | 2 +- plugins/json/pom.xml| 2 +- plugins/junit/pom.xml | 2 +- plugins/osgi/pom.xml| 2 +- plugins/oval/pom.xml| 2 +- plugins/pell-multipart/pom.xml | 2 +- plugins/plexus/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/portlet-tiles/pom.xml | 2 +- plugins/portlet/pom.xml | 2 +- plugins/rest/pom.xml| 2 +- plugins/sitegraph/pom.xml | 2 +- plugins/sitemesh/pom.xml| 2 +- plugins/spring/pom.xml | 2 +- plugins/testng/pom.xml | 2 +- plugins/tiles/pom.xml | 2 +- pom.xml | 6 +++--- 35 files changed, 40 insertions(+), 40 deletions(-) diff --git a/apps/pom.xml b/apps/pom.xml index 598d778..1f1ddc2 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.26-SNAPSHOT +2.5.26 struts2-apps pom diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index a7d2a19..39c693e 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -24,12 +24,12 @@ org.apache.struts struts2-apps -2.5.26-SNAPSHOT +2.5.26 struts2-rest-showcase war -2.5.26-SNAPSHOT +2.5.26 Struts 2 Rest Showcase Webapp Struts 2 Rest Showcase Example diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index 447d61b..5d5ff06 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-apps -2.5.26-SNAPSHOT +2.5.26 struts2-showcase diff --git a/assembly/pom.xml b/assembly/pom.xml index 6773cb4..60ee851 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.26-SNAPSHOT +2.5.26 struts2-assembly diff --git a/bom/pom.xml b/bom/pom.xml index d3f652e..bd2fed4 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -30,7 +30,7 @@ struts2-bom -2.5.26-SNAPSHOT +2.5.26 pom Struts 2 Bill of Materials @@ -45,7 +45,7 @@ -2.5.26-SNAPSHOT +2.5.26 true true @@ -181,7 +181,7 @@ -STRUTS_2_5_23 +STRUTS_2_5_26 scm:git:https://gitbox.apache.org/repos/asf/struts.git scm:git:https://gitbox.apache.org/repos/asf/struts.git https://github.com/apache/struts/ diff --git a/bundles/admin/pom.xml b/bundles/admin/pom.xml index 63c0cb6..f013c03 100644 --- a/bundles/admin/pom.xml +++ b/bundles/admin/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-osgi-bundles -2.5.26-SNAPSHOT +2.5.26 struts2-osgi-admin-bundle diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml index e4c35fc..be10b6f 100644 --- a/bundles/demo/pom.xml +++ b/bundles/demo/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-osgi-bundles -2.5.26-SNAPSHOT +2.5.26 struts2-osgi-demo-bundle diff --git a/bundles/pom.xml b/bundles/pom.xml index f6b3516..ef719be 100755 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.26-SNAPSHOT +2.5.26 struts2-osgi-bundles diff --git a/core/pom.xml b/core/pom.xml index c4d59db..ab07241 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.26-SNAPSHOT +2.5.26 struts2-core jar diff --git a/plugins/bean-validation/pom.xml b/plugin
[struts] annotated tag STRUTS_2_5_26 deleted (was 212f73e)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to annotated tag STRUTS_2_5_26 in repository https://gitbox.apache.org/repos/asf/struts.git. *** WARNING: tag STRUTS_2_5_26 was deleted! *** tag was 212f73e The revisions that were on this annotated tag are still contained in other references; therefore, this change does not discard any commits from the repository.
[struts] annotated tag STRUTS_2_5_26 created (now 549c191)
This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a change to annotated tag STRUTS_2_5_26 in repository https://gitbox.apache.org/repos/asf/struts.git. at 549c191 (tag) tagging 7253edeada592f2de6bbcb14dd7a4d5133cfb2af (commit) replaces STRUTS_2_5_25 by Lukasz Lenart on Tue Nov 24 08:21:53 2020 +0100 - Log - [maven-release-plugin] copy for tag STRUTS_2_5_26 --- No new revisions were added by this update.
[struts] branch struts-2-5-x updated: [maven-release-plugin] prepare for next development iteration
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 a2df8f9 [maven-release-plugin] prepare for next development iteration a2df8f9 is described below commit a2df8f9890573428ff047d3fb953644c33348d13 Author: Lukasz Lenart AuthorDate: Tue Nov 24 08:22:00 2020 +0100 [maven-release-plugin] prepare for next development iteration --- apps/pom.xml| 2 +- apps/rest-showcase/pom.xml | 4 ++-- apps/showcase/pom.xml | 2 +- assembly/pom.xml| 2 +- bom/pom.xml | 4 ++-- bundles/admin/pom.xml | 2 +- bundles/demo/pom.xml| 2 +- bundles/pom.xml | 2 +- core/pom.xml| 2 +- plugins/bean-validation/pom.xml | 2 +- plugins/cdi/pom.xml | 2 +- plugins/config-browser/pom.xml | 2 +- plugins/convention/pom.xml | 2 +- plugins/dwr/pom.xml | 2 +- plugins/embeddedjsp/pom.xml | 2 +- plugins/gxp/pom.xml | 2 +- plugins/jasperreports/pom.xml | 2 +- plugins/javatemplates/pom.xml | 2 +- plugins/jfreechart/pom.xml | 2 +- plugins/json/pom.xml| 2 +- plugins/junit/pom.xml | 2 +- plugins/osgi/pom.xml| 2 +- plugins/oval/pom.xml| 2 +- plugins/pell-multipart/pom.xml | 2 +- plugins/plexus/pom.xml | 2 +- plugins/pom.xml | 2 +- plugins/portlet-tiles/pom.xml | 2 +- plugins/portlet/pom.xml | 2 +- plugins/rest/pom.xml| 2 +- plugins/sitegraph/pom.xml | 2 +- plugins/sitemesh/pom.xml| 2 +- plugins/spring/pom.xml | 2 +- plugins/testng/pom.xml | 2 +- plugins/tiles/pom.xml | 2 +- pom.xml | 4 ++-- 35 files changed, 38 insertions(+), 38 deletions(-) diff --git a/apps/pom.xml b/apps/pom.xml index 1f1ddc2..f400706 100644 --- a/apps/pom.xml +++ b/apps/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.26 +2.5.27-SNAPSHOT struts2-apps pom diff --git a/apps/rest-showcase/pom.xml b/apps/rest-showcase/pom.xml index 39c693e..669a3a8 100644 --- a/apps/rest-showcase/pom.xml +++ b/apps/rest-showcase/pom.xml @@ -24,12 +24,12 @@ org.apache.struts struts2-apps -2.5.26 +2.5.27-SNAPSHOT struts2-rest-showcase war -2.5.26 +2.5.27-SNAPSHOT Struts 2 Rest Showcase Webapp Struts 2 Rest Showcase Example diff --git a/apps/showcase/pom.xml b/apps/showcase/pom.xml index 5d5ff06..7b640e7 100644 --- a/apps/showcase/pom.xml +++ b/apps/showcase/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-apps -2.5.26 +2.5.27-SNAPSHOT struts2-showcase diff --git a/assembly/pom.xml b/assembly/pom.xml index 60ee851..f610030 100644 --- a/assembly/pom.xml +++ b/assembly/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.26 +2.5.27-SNAPSHOT struts2-assembly diff --git a/bom/pom.xml b/bom/pom.xml index bd2fed4..d64a70b 100644 --- a/bom/pom.xml +++ b/bom/pom.xml @@ -30,7 +30,7 @@ struts2-bom -2.5.26 +2.5.27-SNAPSHOT pom Struts 2 Bill of Materials @@ -45,7 +45,7 @@ -2.5.26 +2.5.27-SNAPSHOT true true diff --git a/bundles/admin/pom.xml b/bundles/admin/pom.xml index f013c03..832d1c7 100644 --- a/bundles/admin/pom.xml +++ b/bundles/admin/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-osgi-bundles -2.5.26 +2.5.27-SNAPSHOT struts2-osgi-admin-bundle diff --git a/bundles/demo/pom.xml b/bundles/demo/pom.xml index be10b6f..4742d0b 100644 --- a/bundles/demo/pom.xml +++ b/bundles/demo/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-osgi-bundles -2.5.26 +2.5.27-SNAPSHOT struts2-osgi-demo-bundle diff --git a/bundles/pom.xml b/bundles/pom.xml index ef719be..82cbcab 100755 --- a/bundles/pom.xml +++ b/bundles/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.26 +2.5.27-SNAPSHOT struts2-osgi-bundles diff --git a/core/pom.xml b/core/pom.xml index ab07241..856e5de 100644 --- a/core/pom.xml +++ b/core/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-parent -2.5.26 +2.5.27-SNAPSHOT struts2-core jar diff --git a/plugins/bean-validation/pom.xml b/plugins/bean-validation/pom.xml index d5d1a91..f80fddf 100644 --- a/plugins/bean-validation/pom.xml +++ b/plugins/bean-validation/pom.xml @@ -24,7 +24,7 @@ org.apache.struts struts2-plugins -
svn commit: r44658 - /dev/struts/2.5.26/
Author: lukaszlenart Date: Tue Nov 24 07:36:20 2020 New Revision: 44658 Log: Updates test release 2.5.26 Added: dev/struts/2.5.26/ dev/struts/2.5.26/struts-2.5.26-all.zip (with props) dev/struts/2.5.26/struts-2.5.26-all.zip.asc (with props) dev/struts/2.5.26/struts-2.5.26-all.zip.sha256 dev/struts/2.5.26/struts-2.5.26-all.zip.sha512 dev/struts/2.5.26/struts-2.5.26-apps.zip (with props) dev/struts/2.5.26/struts-2.5.26-apps.zip.asc (with props) dev/struts/2.5.26/struts-2.5.26-apps.zip.sha256 dev/struts/2.5.26/struts-2.5.26-apps.zip.sha512 dev/struts/2.5.26/struts-2.5.26-docs.zip (with props) dev/struts/2.5.26/struts-2.5.26-docs.zip.asc (with props) dev/struts/2.5.26/struts-2.5.26-docs.zip.sha256 dev/struts/2.5.26/struts-2.5.26-docs.zip.sha512 dev/struts/2.5.26/struts-2.5.26-lib.zip (with props) dev/struts/2.5.26/struts-2.5.26-lib.zip.asc (with props) dev/struts/2.5.26/struts-2.5.26-lib.zip.sha256 dev/struts/2.5.26/struts-2.5.26-lib.zip.sha512 dev/struts/2.5.26/struts-2.5.26-min-lib.zip (with props) dev/struts/2.5.26/struts-2.5.26-min-lib.zip.asc (with props) dev/struts/2.5.26/struts-2.5.26-min-lib.zip.sha256 dev/struts/2.5.26/struts-2.5.26-min-lib.zip.sha512 dev/struts/2.5.26/struts-2.5.26-src.zip (with props) dev/struts/2.5.26/struts-2.5.26-src.zip.asc (with props) dev/struts/2.5.26/struts-2.5.26-src.zip.sha256 dev/struts/2.5.26/struts-2.5.26-src.zip.sha512 Added: dev/struts/2.5.26/struts-2.5.26-all.zip == Binary file - no diff available. Propchange: dev/struts/2.5.26/struts-2.5.26-all.zip -- svn:mime-type = application/zip Added: dev/struts/2.5.26/struts-2.5.26-all.zip.asc == Binary file - no diff available. Propchange: dev/struts/2.5.26/struts-2.5.26-all.zip.asc -- svn:mime-type = application/pgp-signature Added: dev/struts/2.5.26/struts-2.5.26-all.zip.sha256 == --- dev/struts/2.5.26/struts-2.5.26-all.zip.sha256 (added) +++ dev/struts/2.5.26/struts-2.5.26-all.zip.sha256 Tue Nov 24 07:36:20 2020 @@ -0,0 +1 @@ +fca1306d95f6a7363dd707501f713ad60304e27e076947b175ae5fc3299c0928 struts-2.5.26-all.zip Added: dev/struts/2.5.26/struts-2.5.26-all.zip.sha512 == --- dev/struts/2.5.26/struts-2.5.26-all.zip.sha512 (added) +++ dev/struts/2.5.26/struts-2.5.26-all.zip.sha512 Tue Nov 24 07:36:20 2020 @@ -0,0 +1 @@ +038ac990346964f284d67795a6571f2ac5dfdaab7327c65953d3c491748e5efe6368effdc28ac07158d53155013bd4f264339f1863fd1b827d961985fea3284d struts-2.5.26-all.zip Added: dev/struts/2.5.26/struts-2.5.26-apps.zip == Binary file - no diff available. Propchange: dev/struts/2.5.26/struts-2.5.26-apps.zip -- svn:mime-type = application/zip Added: dev/struts/2.5.26/struts-2.5.26-apps.zip.asc == Binary file - no diff available. Propchange: dev/struts/2.5.26/struts-2.5.26-apps.zip.asc -- svn:mime-type = application/pgp-signature Added: dev/struts/2.5.26/struts-2.5.26-apps.zip.sha256 == --- dev/struts/2.5.26/struts-2.5.26-apps.zip.sha256 (added) +++ dev/struts/2.5.26/struts-2.5.26-apps.zip.sha256 Tue Nov 24 07:36:20 2020 @@ -0,0 +1 @@ +7e12f3eb2e957dcc6a3cd012f020397601c8953728cf431f96016b483d76dd40 struts-2.5.26-apps.zip Added: dev/struts/2.5.26/struts-2.5.26-apps.zip.sha512 == --- dev/struts/2.5.26/struts-2.5.26-apps.zip.sha512 (added) +++ dev/struts/2.5.26/struts-2.5.26-apps.zip.sha512 Tue Nov 24 07:36:20 2020 @@ -0,0 +1 @@ +61ecb86d02164d01f5faa6bfbf0a4b38fdd31289c21e36de788004cd0619fabda6728b6dab5548329b216b71301acc7d62c2c1cb5379675ecd9e78b515fe7045 struts-2.5.26-apps.zip Added: dev/struts/2.5.26/struts-2.5.26-docs.zip == Binary file - no diff available. Propchange: dev/struts/2.5.26/struts-2.5.26-docs.zip -- svn:mime-type = application/zip Added: dev/struts/2.5.26/struts-2.5.26-docs.zip.asc == Binary file - no diff available. Propchange: dev/st