[GitHub] [struts] JCgH4164838Gh792C124B5 opened a new pull request #404: Initial fix for WW-5069 (improve build behaviour JDK9+)

2020-04-19 Thread GitBox
JCgH4164838Gh792C124B5 opened a new pull request #404: URL: https://github.com/apache/struts/pull/404 Initial fix for WW-5069: - Force US Locale for two tests that use date strings of the form MM/DD/CCYY. - When the tests/build are run in an environment with a non-US Locale and ne

[GitHub] [struts] coveralls commented on issue #404: Initial fix for WW-5069 (improve build behaviour JDK9+)

2020-04-19 Thread GitBox
coveralls commented on issue #404: URL: https://github.com/apache/struts/pull/404#issuecomment-616270788 [![Coverage Status](https://coveralls.io/builds/30183114/badge)](https://coveralls.io/builds/30183114) Coverage remained the same at 47.069% when pulling **6d6a422db7950634ae

[GitHub] [struts] JCgH4164838Gh792C124B5 commented on issue #404: Initial fix for WW-5069 (improve build behaviour JDK9+)

2020-04-19 Thread GitBox
JCgH4164838Gh792C124B5 commented on issue #404: URL: https://github.com/apache/struts/pull/404#issuecomment-616271172 Hello Apache Struts Team. This is a very basic PR (it was just a bit-of-a-pain to isolate the issue). Basically, the default locale behaviour for some date vali

[GitHub] [struts] lukaszlenart commented on issue #404: Initial fix for WW-5069 (improve build behaviour JDK9+)

2020-04-19 Thread GitBox
lukaszlenart commented on issue #404: URL: https://github.com/apache/struts/pull/404#issuecomment-616317694 LGTM 👍 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [struts] lukaszlenart commented on issue #402: WW-5067-Fix1 (correct accidental artifactId change)

2020-04-19 Thread GitBox
lukaszlenart commented on issue #402: URL: https://github.com/apache/struts/pull/402#issuecomment-616324497 LGTM 👍 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [struts-site] davelnewton opened a new pull request #145: Correct extension of JSP component.

2020-04-20 Thread GitBox
davelnewton opened a new pull request #145: URL: https://github.com/apache/struts-site/pull/145 May also want a directory change to better reflect common JSP usage (and that it cannot be on classpath). This is an automated m

[GitHub] [struts-site] lukaszlenart commented on issue #145: Correct extension of JSP component.

2020-04-20 Thread GitBox
lukaszlenart commented on issue #145: URL: https://github.com/apache/struts-site/pull/145#issuecomment-616719802 Hm... Jenkins triggering stopped working :\ This is an automated message from the Apache Git Service. To respond

[GitHub] [struts-site] lukaszlenart commented on issue #145: Correct extension of JSP component.

2020-04-20 Thread GitBox
lukaszlenart commented on issue #145: URL: https://github.com/apache/struts-site/pull/145#issuecomment-616720493 LGTM 👍 This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

[GitHub] [struts] lukaszlenart commented on issue #400: [WW-5065] Removing unnecessary part of AbstractMatcher#replaceParameters

2020-04-20 Thread GitBox
lukaszlenart commented on issue #400: URL: https://github.com/apache/struts/pull/400#issuecomment-616730002 Right, this should express its external effect ``` struts.matcher.appendNamedParameters=true ``` If not objections I'm going to merge this PR and add the flag. --

[GitHub] [struts] atkaiser commented on issue #400: [WW-5065] Removing unnecessary part of AbstractMatcher#replaceParameters

2020-04-20 Thread GitBox
atkaiser commented on issue #400: URL: https://github.com/apache/struts/pull/400#issuecomment-616904644 Sounds good to me This is an automated message from the Apache Git Service. To respond to the message, please log on to G

[GitHub] [struts] lukaszlenart commented on issue #397: [WW-4789] [WW-3788] ActionContext refactoring

2020-04-21 Thread GitBox
lukaszlenart commented on issue #397: URL: https://github.com/apache/struts/pull/397#issuecomment-617345083 I think this PR is finally ready. I know it's huge so if there are objections merging it AS-IS I can prepare another PR and just move `ActionContext`s changes and then update the res

[GitHub] [struts] lukaszlenart commented on issue #229: WW-4796 Rename springconstants to have a uniform naming pattern

2020-04-21 Thread GitBox
lukaszlenart commented on issue #229: URL: https://github.com/apache/struts/pull/229#issuecomment-617350536 I assume we are good to merge this PR if no objections, from my side LGTM 👍 This is an automated message from the Ap

[GitHub] [struts] coveralls edited a comment on issue #397: [WW-4789] [WW-3788] ActionContext refactoring

2020-04-21 Thread GitBox
coveralls edited a comment on issue #397: URL: https://github.com/apache/struts/pull/397#issuecomment-602049491 [![Coverage Status](https://coveralls.io/builds/30235237/badge)](https://coveralls.io/builds/30235237) Coverage increased (+0.03%) to 49.212% when pulling **f071c9d0ed

[GitHub] [struts] lukaszlenart commented on issue #397: [WW-4789] [WW-3788] ActionContext refactoring

2020-04-21 Thread GitBox
lukaszlenart commented on issue #397: URL: https://github.com/apache/struts/pull/397#issuecomment-617547853 Here are the [ActionContext](https://github.com/apache/struts/pull/397/files#diff-8bd10f8c78a248734b503714a44e1dcc) changes I'm talking about. All the rest is a consequence of those

[GitHub] [struts] lukaszlenart commented on issue #400: [WW-5065] Removing unnecessary part of AbstractMatcher#replaceParameters

2020-04-21 Thread GitBox
lukaszlenart commented on issue #400: URL: https://github.com/apache/struts/pull/400#issuecomment-617550492 LGTM 👍 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub

[GitHub] [struts] lukaszlenart opened a new pull request #405: [WW-5065] Defines a new flag to control appending params

2020-04-21 Thread GitBox
lukaszlenart opened a new pull request #405: URL: https://github.com/apache/struts/pull/405 Follow up on https://github.com/apache/struts/pull/400 Refs [WW-5065](https://issues.apache.org/jira/browse/WW-5065) This is an au

[GitHub] [struts] lukaszlenart commented on issue #400: [WW-5065] Removing unnecessary part of AbstractMatcher#replaceParameters

2020-04-21 Thread GitBox
lukaszlenart commented on issue #400: URL: https://github.com/apache/struts/pull/400#issuecomment-617569364 @atkaiser @JCgH4164838Gh792C124B5 PR is ready https://github.com/apache/struts/pull/405 This is an automated message

[GitHub] [struts] coveralls commented on issue #405: [WW-5065] Defines a new flag to control appending params

2020-04-22 Thread GitBox
coveralls commented on issue #405: URL: https://github.com/apache/struts/pull/405#issuecomment-617625161 [![Coverage Status](https://coveralls.io/builds/30251043/badge)](https://coveralls.io/builds/30251043) Coverage increased (+0.02%) to 47.086% when pulling **c2765e5236dd99765

[GitHub] [struts] atkaiser commented on issue #405: [WW-5065] Defines a new flag to control appending params

2020-04-22 Thread GitBox
atkaiser commented on issue #405: URL: https://github.com/apache/struts/pull/405#issuecomment-618022537 LGTM 👍 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and

[GitHub] [struts] coveralls edited a comment on issue #405: [WW-5065] Defines a new flag to control appending params

2020-04-22 Thread GitBox
coveralls edited a comment on issue #405: URL: https://github.com/apache/struts/pull/405#issuecomment-617625161 [![Coverage Status](https://coveralls.io/builds/30277905/badge)](https://coveralls.io/builds/30277905) Coverage increased (+0.02%) to 47.086% when pulling **30b43044a3

[GitHub] [struts] JCgH4164838Gh792C124B5 commented on a change in pull request #397: [WW-4789] [WW-3788] ActionContext refactoring

2020-04-23 Thread GitBox
JCgH4164838Gh792C124B5 commented on a change in pull request #397: URL: https://github.com/apache/struts/pull/397#discussion_r414173368 ## File path: core/src/main/java/com/opensymphony/xwork2/util/ValueStack.java ## @@ -28,23 +30,25 @@ */ public interface ValueStack { -

[GitHub] [struts] JCgH4164838Gh792C124B5 commented on a change in pull request #405: [WW-5065] Defines a new flag to control appending params

2020-04-23 Thread GitBox
JCgH4164838Gh792C124B5 commented on a change in pull request #405: URL: https://github.com/apache/struts/pull/405#discussion_r414181934 ## File path: core/src/main/java/com/opensymphony/xwork2/config/impl/AbstractMatcher.java ## @@ -36,6 +36,9 @@ * @since 2.1 */ public ab

[GitHub] [struts] JCgH4164838Gh792C124B5 commented on a change in pull request #405: [WW-5065] Defines a new flag to control appending params

2020-04-23 Thread GitBox
JCgH4164838Gh792C124B5 commented on a change in pull request #405: URL: https://github.com/apache/struts/pull/405#discussion_r414185407 ## File path: core/src/main/java/com/opensymphony/xwork2/config/impl/AbstractMatcher.java ## @@ -50,10 +53,23 @@ * The compiled patter

[GitHub] [struts] JCgH4164838Gh792C124B5 commented on pull request #397: [WW-4789] [WW-3788] ActionContext refactoring

2020-04-23 Thread GitBox
JCgH4164838Gh792C124B5 commented on pull request #397: URL: https://github.com/apache/struts/pull/397#issuecomment-618723503 Hi. I will try to go over the new changes in a few days. Thanks for all the work on this. 👍 Thi

[GitHub] [struts] lukaszlenart commented on a change in pull request #405: [WW-5065] Defines a new flag to control appending params

2020-04-24 Thread GitBox
lukaszlenart commented on a change in pull request #405: URL: https://github.com/apache/struts/pull/405#discussion_r414359429 ## File path: core/src/main/java/com/opensymphony/xwork2/config/impl/AbstractMatcher.java ## @@ -50,10 +53,23 @@ * The compiled patterns and the

[GitHub] [struts] lukaszlenart commented on a change in pull request #405: [WW-5065] Defines a new flag to control appending params

2020-04-24 Thread GitBox
lukaszlenart commented on a change in pull request #405: URL: https://github.com/apache/struts/pull/405#discussion_r414359578 ## File path: core/src/main/java/org/apache/struts2/StrutsConstants.java ## @@ -341,4 +341,7 @@ public static final String STRUTS_DISALLOW_PROXY_ME

[GitHub] [struts] coveralls edited a comment on pull request #405: [WW-5065] Defines a new flag to control appending params

2020-04-24 Thread GitBox
coveralls edited a comment on pull request #405: URL: https://github.com/apache/struts/pull/405#issuecomment-617625161 [![Coverage Status](https://coveralls.io/builds/30308885/badge)](https://coveralls.io/builds/30308885) Coverage increased (+0.01%) to 47.084% when pulling **6e1

[GitHub] [struts] lukaszlenart opened a new pull request #406: [WW-5070] Adds more sophisticated logic to search for the Root

2020-04-25 Thread GitBox
lukaszlenart opened a new pull request #406: URL: https://github.com/apache/struts/pull/406 Resolves [WW-5070](https://issues.apache.org/jira/browse/WW-5070) This is an automated message from the Apache Git Service. To respon

[GitHub] [struts] lukaszlenart opened a new pull request #407: [WW-5017] Drops deprecated Validation annotation as not needed

2020-04-25 Thread GitBox
lukaszlenart opened a new pull request #407: URL: https://github.com/apache/struts/pull/407 Resolves [WW-5017](https://issues.apache.org/jira/browse/WW-5017) This is an automated message from the Apache Git Service. To respon

[GitHub] [struts] lukaszlenart opened a new pull request #408: [WW-4043] Moves TestUtils into junit-plugin

2020-04-26 Thread GitBox
lukaszlenart opened a new pull request #408: URL: https://github.com/apache/struts/pull/408 Resolves [WW-4043](https://issues.apache.org/jira/browse/WW-4043) This is an automated message from the Apache Git Service. To respon

[GitHub] [struts] JCgH4164838Gh792C124B5 opened a new pull request #409: Cherry-Pick PR#404 into master

2020-04-26 Thread GitBox
JCgH4164838Gh792C124B5 opened a new pull request #409: URL: https://github.com/apache/struts/pull/409 Cherry-Pick PR#404 change into master. Merge pull request #404 from JCgH4164838Gh792C124B5/WW-5069 Initial fix for WW-5069 (improve build behaviour JDK9+) (cherry picked fro

[GitHub] [struts] lukaszlenart opened a new pull request #410: [WW-5065] Defines a new flag to control appending params - cherry-pick

2020-04-27 Thread GitBox
lukaszlenart opened a new pull request #410: URL: https://github.com/apache/struts/pull/410 Refs https://github.com/apache/struts/pull/405 Refs [WW-5065](https://issues.apache.org/jira/browse/WW-5065) This is an automated

[GitHub] [struts] JCgH4164838Gh792C124B5 opened a new pull request #411: Minor change to fix WW-5072

2020-05-02 Thread GitBox
JCgH4164838Gh792C124B5 opened a new pull request #411: URL: https://github.com/apache/struts/pull/411 Minor change to fix WW-5072 (single file upload failure): - Add action-local method to get upload file size. - Change file upload validation to use new method. --

[GitHub] [struts] JCgH4164838Gh792C124B5 opened a new pull request #412: Cherry-Pick PR#411 into master

2020-05-03 Thread GitBox
JCgH4164838Gh792C124B5 opened a new pull request #412: URL: https://github.com/apache/struts/pull/412 Cherry-Pick PR#411 change into master. Merge pull request #411 from JCgH4164838Gh792C124B5/WW-5072_fix Minor change to fix WW-5072 (cherry picked from commit e46e662a7ac7fde

[GitHub] [struts] JCgH4164838Gh792C124B5 opened a new pull request #413: Proposed WW-5074 Fix

2020-05-03 Thread GitBox
JCgH4164838Gh792C124B5 opened a new pull request #413: URL: https://github.com/apache/struts/pull/413 Proposed WW-5074 Fix: - Exclude ASM 3.3.1 from inclusion as a dependency for commons-digester3 (also mark commons-digester3 as optional dependency since it is only listed to allow the e

[GitHub] [struts-archetypes] JCgH4164838Gh792C124B5 opened a new pull request #5: Update for archetype-descriptors / maven-compiler-plugin version consistency

2020-05-10 Thread GitBox
JCgH4164838Gh792C124B5 opened a new pull request #5: URL: https://github.com/apache/struts-archetypes/pull/5 Minor changes: - Make all archetype-descriptor "name" attributes match the archetype they belong to. - Make all maven-compiler-plugin versions 3.6.2.

[GitHub] [struts-archetypes] JCgH4164838Gh792C124B5 commented on pull request #5: Update for archetype-descriptors / maven-compiler-plugin version consistency

2020-05-10 Thread GitBox
JCgH4164838Gh792C124B5 commented on pull request #5: URL: https://github.com/apache/struts-archetypes/pull/5#issuecomment-626393098 Hello @lukaszlenart . I'm not familiar enough with Maven Archetypes to be certain, but I think the archetype-descriptor entries are intended to match th

[GitHub] [struts] lukaszlenart opened a new pull request #414: Tiny improvements

2020-05-11 Thread GitBox
lukaszlenart opened a new pull request #414: URL: https://github.com/apache/struts/pull/414 Two small changes to address problems discovered during testing Struts 2.6 with AppEngine This is an automated message from the Apac

[GitHub] [struts] JCgH4164838Gh792C124B5 opened a new pull request #415: Minor post WW-5030 Cleanup for 2.6.x

2020-05-16 Thread GitBox
JCgH4164838Gh792C124B5 opened a new pull request #415: URL: https://github.com/apache/struts/pull/415 Minor post WW-5030 Cleanup: - Correction/fix for test within testMockPortletSession(), following recent changes to 2.6.x. - Fix TestMockMultipartFile.isEmpty() bug in both original lo

[GitHub] [struts-archetypes] JCgH4164838Gh792C124B5 opened a new pull request #6: Minor archetype fixes for generated project unit tests

2020-05-16 Thread GitBox
JCgH4164838Gh792C124B5 opened a new pull request #6: URL: https://github.com/apache/struts-archetypes/pull/6 Minor archetype fixes: - Allow the unit tests for projects built from the Angular and Convention archetypes to run under JDK 11 (issue not seen with JDK8). - Fix broken unit te

[GitHub] [struts-archetypes] JCgH4164838Gh792C124B5 commented on pull request #6: Minor archetype fixes for generated project unit tests

2020-05-16 Thread GitBox
JCgH4164838Gh792C124B5 commented on pull request #6: URL: https://github.com/apache/struts-archetypes/pull/6#issuecomment-629711361 Hello Apache Struts Team. This PR should fix a few minor issues with the unit tests failing in a few of the projects generated from the struts2-archetyp

[GitHub] [struts] JCgH4164838Gh792C124B5 opened a new pull request #416: Partial backport of Tiny improvements PR#414 to 2.5.x:

2020-05-16 Thread GitBox
JCgH4164838Gh792C124B5 opened a new pull request #416: URL: https://github.com/apache/struts/pull/416 Partial backport of L. Lenart's PR#414 to 2.5.x: - Improve `Dispatcher` `getLocale()` handling if running in AppEngine. - Implemented the same improvement to the `defaultLocale` logic

[GitHub] [struts-archetypes] lukaszlenart merged pull request #6: Minor archetype fixes for generated project unit tests

2020-05-16 Thread GitBox
lukaszlenart merged pull request #6: URL: https://github.com/apache/struts-archetypes/pull/6 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [struts] lukaszlenart merged pull request #415: Minor post WW-5030 Cleanup for 2.6.x

2020-05-16 Thread GitBox
lukaszlenart merged pull request #415: URL: https://github.com/apache/struts/pull/415 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [struts] lukaszlenart merged pull request #416: Partial backport of Tiny improvements PR#414 to 2.5.x:

2020-05-16 Thread GitBox
lukaszlenart merged pull request #416: URL: https://github.com/apache/struts/pull/416 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [struts] JCgH4164838Gh792C124B5 opened a new pull request #417: Provide unit test for partial backport PR#416 for 2.5.x

2020-05-17 Thread GitBox
JCgH4164838Gh792C124B5 opened a new pull request #417: URL: https://github.com/apache/struts/pull/417 Provide unit test for partial backport PR#416 for 2.5.x (from L. Lenart's PR#414) : - DispatcherTest provides code coverage tests of all getLocale() paths.

[GitHub] [struts] lukaszlenart merged pull request #417: Provide unit test for partial backport PR#416 for 2.5.x

2020-05-17 Thread GitBox
lukaszlenart merged pull request #417: URL: https://github.com/apache/struts/pull/417 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [struts] JCgH4164838Gh792C124B5 opened a new pull request #418: Cherry-pick PR#416 and PR#417 from 2.5.x into 2.6.x

2020-05-18 Thread GitBox
JCgH4164838Gh792C124B5 opened a new pull request #418: URL: https://github.com/apache/struts/pull/418 Straightforward cherry-pick of PR #416 and PR #417 into 2.6.x. The 1st cherry-pick required a manual merge-conflict resolution, the 2nd was clean. -

[GitHub] [struts] lukaszlenart merged pull request #418: Cherry-pick PR#416 and PR#417 from 2.5.x into 2.6.x

2020-05-18 Thread GitBox
lukaszlenart merged pull request #418: URL: https://github.com/apache/struts/pull/418 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [struts] lukaszlenart opened a new pull request #419: [WW-5077] Better logs

2020-05-20 Thread GitBox
lukaszlenart opened a new pull request #419: URL: https://github.com/apache/struts/pull/419 Refs [WW-5077](https://issues.apache.org/jira/browse/WW-5077) This is an automated message from the Apache Git Service. To respond to

[GitHub] [struts] lukaszlenart merged pull request #419: [WW-5077] Better logs

2020-05-24 Thread GitBox
lukaszlenart merged pull request #419: URL: https://github.com/apache/struts/pull/419 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [struts] lukaszlenart opened a new pull request #420: [WW-5077] Uses better logging to inform user about excluded params (cherry-pick)

2020-05-24 Thread GitBox
lukaszlenart opened a new pull request #420: URL: https://github.com/apache/struts/pull/420 Refs [WW-5077](https://issues.apache.org/jira/browse/WW-5077) This is an automated message from the Apache Git Service. To respond to

[GitHub] [struts-site] lukaszlenart opened a new pull request #146: Adds a note about action: prefix configuration

2020-05-28 Thread GitBox
lukaszlenart opened a new pull request #146: URL: https://github.com/apache/struts-site/pull/146 Refs [S2-018](https://cwiki.apache.org/confluence/display/WW/S2-018) This is an automated message from the Apache Git Service. T

[GitHub] [struts-archetypes] allc opened a new pull request #7: Fix class name in struts.xml for archetype starter

2020-06-01 Thread GitBox
allc opened a new pull request #7: URL: https://github.com/apache/struts-archetypes/pull/7 Fix class name in `struts.xml` for archetype starter This is an automated message from the Apache Git Service. To respond to the messa

[GitHub] [struts-archetypes] lukaszlenart commented on a change in pull request #7: Fix class name in struts.xml for archetype starter

2020-06-01 Thread GitBox
lukaszlenart commented on a change in pull request #7: URL: https://github.com/apache/struts-archetypes/pull/7#discussion_r433643296 ## File path: struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/struts.xml ## @@ -16,7 +16,7 @@ /

[GitHub] [struts-site] lukaszlenart merged pull request #146: Adds a note about action: prefix configuration

2020-06-02 Thread GitBox
lukaszlenart merged pull request #146: URL: https://github.com/apache/struts-site/pull/146 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [struts-archetypes] allc commented on a change in pull request #7: Fix class name in struts.xml for archetype starter

2020-06-03 Thread GitBox
allc commented on a change in pull request #7: URL: https://github.com/apache/struts-archetypes/pull/7#discussion_r434354664 ## File path: struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/struts.xml ## @@ -16,7 +16,7 @@ /WEB-INF/

[GitHub] [struts-archetypes] lukaszlenart commented on a change in pull request #7: Fix class name in struts.xml for archetype starter

2020-06-03 Thread GitBox
lukaszlenart commented on a change in pull request #7: URL: https://github.com/apache/struts-archetypes/pull/7#discussion_r434359012 ## File path: struts2-archetype-starter/src/main/resources/archetype-resources/src/main/resources/struts.xml ## @@ -16,7 +16,7 @@ /

[GitHub] [struts-archetypes] lukaszlenart closed pull request #7: Fix class name in struts.xml for archetype starter

2020-06-03 Thread GitBox
lukaszlenart closed pull request #7: URL: https://github.com/apache/struts-archetypes/pull/7 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above

[GitHub] [struts] lukaszlenart merged pull request #420: [WW-5077] Uses better logging to inform user about excluded params (cherry-pick)

2020-06-09 Thread GitBox
lukaszlenart merged pull request #420: URL: https://github.com/apache/struts/pull/420 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [struts] lukaszlenart opened a new pull request #422: WW-5080 Defines a new result type plain to use directly with Java code

2020-06-28 Thread GitBox
lukaszlenart opened a new pull request #422: URL: https://github.com/apache/struts/pull/422 Implements [WW-5080](https://issues.apache.org/jira/browse/WW-5080) This is an automated message from the Apache Git Service. To resp

[GitHub] [struts] lukaszlenart opened a new pull request #423: [WW-5081] Makes textarea compatible with W3C

2020-07-02 Thread GitBox
lukaszlenart opened a new pull request #423: URL: https://github.com/apache/struts/pull/423 Fixes [WW-5081](https://issues.apache.org/jira/browse/WW-5081) This is an automated message from the Apache Git Service. To respond t

[GitHub] [struts] yasserzamani merged pull request #423: [WW-5081] Makes textarea compatible with W3C

2020-07-04 Thread GitBox
yasserzamani merged pull request #423: URL: https://github.com/apache/struts/pull/423 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [struts-site] lukaszlenart opened a new pull request #147: Contributors guide

2020-07-07 Thread GitBox
lukaszlenart opened a new pull request #147: URL: https://github.com/apache/struts-site/pull/147 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL ab

[GitHub] [struts] yasserzamani merged pull request #422: [WW-5080] Defines a new result type plain to use directly with Java code

2020-07-07 Thread GitBox
yasserzamani merged pull request #422: URL: https://github.com/apache/struts/pull/422 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [struts] gchatz22 opened a new pull request #424: Ww 5083

2020-07-09 Thread GitBox
gchatz22 opened a new pull request #424: URL: https://github.com/apache/struts/pull/424 Initial implementation for Fetch Metadata creating a default resource isolation policy and a CSRF prevention interceptor This is an auto

[GitHub] [struts] gchatz22 closed pull request #424: Ww 5083

2020-07-09 Thread GitBox
gchatz22 closed pull request #424: URL: https://github.com/apache/struts/pull/424 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [struts] lukaszlenart opened a new pull request #425: [WW-5077] DMI aware pattern

2020-07-11 Thread GitBox
lukaszlenart opened a new pull request #425: URL: https://github.com/apache/struts/pull/425 Refs [WW-5077](https://issues.apache.org/jira/browse/WW-5077) This is an automated message from the Apache Git Service. To respond to

[GitHub] [struts] salcho opened a new pull request #426: WW-5083: Adds support for Fetch Metadata in Struts2.

2020-07-14 Thread GitBox
salcho opened a new pull request #426: URL: https://github.com/apache/struts/pull/426 Hello Struts devs, This PR builds Fetch Metadata support on for Struts2, namely: - If a request has `Sec-Fetch-*` headers (i.e. comes from a modern browser), the Fetch Metadata Interceptor wi

[GitHub] [struts] yasserzamani merged pull request #425: [WW-5077] DMI aware pattern

2020-07-17 Thread GitBox
yasserzamani merged pull request #425: URL: https://github.com/apache/struts/pull/425 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [struts] lukaszlenart merged pull request #426: WW-5083: Adds support for Fetch Metadata in Struts2.

2020-07-17 Thread GitBox
lukaszlenart merged pull request #426: URL: https://github.com/apache/struts/pull/426 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [struts] JCgH4164838Gh792C124B5 opened a new pull request #427: WW-5075 Fixes for OSGi plugin in 2.5.x

2020-07-19 Thread GitBox
JCgH4164838Gh792C124B5 opened a new pull request #427: URL: https://github.com/apache/struts/pull/427 Initial attempt to fix OSGi Plugin issues discovered during examination of WW-5075. - Indication is that the OSGi Plugin has been failing since Struts 2.3.4. - Applied fix to Resource

[GitHub] [struts-site] JCgH4164838Gh792C124B5 commented on a change in pull request #147: Contributors guide

2020-07-25 Thread GitBox
JCgH4164838Gh792C124B5 commented on a change in pull request #147: URL: https://github.com/apache/struts-site/pull/147#discussion_r460444852 ## File path: source/contributors/building-with-maven.md ## @@ -0,0 +1,206 @@ +--- +layout: default +title: Building with Maven +parent:

[GitHub] [struts-site] JCgH4164838Gh792C124B5 commented on a change in pull request #147: Contributors guide

2020-07-25 Thread GitBox
JCgH4164838Gh792C124B5 commented on a change in pull request #147: URL: https://github.com/apache/struts-site/pull/147#discussion_r460445631 ## File path: source/contributors/building-with-maven.md ## @@ -0,0 +1,206 @@ +--- +layout: default +title: Building with Maven +parent:

[GitHub] [struts] JCgH4164838Gh792C124B5 opened a new pull request #428: WW-5083 PR#426 follow-up.

2020-07-26 Thread GitBox
JCgH4164838Gh792C124B5 opened a new pull request #428: URL: https://github.com/apache/struts/pull/428 WW-5083 PR#426 follow-up. - Updated ResourceIsolationPolicy Sec-Fetch* header cases to match spec. - Added the Sec-Fetch-User header, plus additional dest/site/mode values from the s

[GitHub] [struts] salcho opened a new pull request #429: WW-5084: Add Content Security Policy support to Struts

2020-07-29 Thread GitBox
salcho opened a new pull request #429: URL: https://github.com/apache/struts/pull/429 Hello Struts Devs! This PR adds Content Security Policy support for Struts 2. A very popular security mitigation against XSS and other injection vulnerabilities. CSP comes in many flavours, but we'

[GitHub] [struts] salcho opened a new pull request #430: WW-5084: Add Content Security Policy support to Struts

2020-07-29 Thread GitBox
salcho opened a new pull request #430: URL: https://github.com/apache/struts/pull/430 Hello Struts Devs! This PR adds Content Security Policy support for Struts 2. A very popular security mitigation against XSS and other injection vulnerabilities. CSP comes in many flavours, but we'

[GitHub] [struts] salcho closed pull request #429: WW-5084: Add Content Security Policy support to Struts

2020-07-29 Thread GitBox
salcho closed pull request #429: URL: https://github.com/apache/struts/pull/429 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the

[GitHub] [struts] yasserzamani merged pull request #427: WW-5075 Fixes for OSGi plugin in 2.5.x

2020-07-29 Thread GitBox
yasserzamani merged pull request #427: URL: https://github.com/apache/struts/pull/427 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [struts-site] lukaszlenart commented on pull request #147: Contributors guide

2020-07-29 Thread GitBox
lukaszlenart commented on pull request #147: URL: https://github.com/apache/struts-site/pull/147#issuecomment-664589839 Sorry, this is still work-in-progress and I just opened the PR to test migration to new CI server :) Thi

[GitHub] [struts] gchatz22 opened a new pull request #431: Initial implementation of coop

2020-07-30 Thread GitBox
gchatz22 opened a new pull request #431: URL: https://github.com/apache/struts/pull/431 Initial implementation of COOP with coop interceptor and configuration This is an automated message from the Apache Git Service. To respo

[GitHub] [struts] gchatz22 closed pull request #431: Initial implementation of coop

2020-07-30 Thread GitBox
gchatz22 closed pull request #431: URL: https://github.com/apache/struts/pull/431 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to th

[GitHub] [struts] gchatz22 opened a new pull request #432: Add Cross-Origin Opener Policy (COOP) and Cross-Origin Embedder Policy (COEP) support

2020-08-11 Thread GitBox
gchatz22 opened a new pull request #432: URL: https://github.com/apache/struts/pull/432 Hello Struts Devs! This PR adds Cross-Origin Opener Policy (COOP) and Cross-Origin Embedder Policy (COEP) support for Struts2. Two very popular mitigations that aim to make a website cross-origin

[GitHub] [struts-site] rgielen opened a new pull request #148: Add Announcement 202008

2020-08-13 Thread GitBox
rgielen opened a new pull request #148: URL: https://github.com/apache/struts-site/pull/148 The PR adds a new announcement to the Struts site This is an automated message from the Apache Git Service. To respond to the message

[GitHub] [struts-site] rgielen merged pull request #148: Add Announcement 202008

2020-08-13 Thread GitBox
rgielen merged pull request #148: URL: https://github.com/apache/struts-site/pull/148 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [struts-site] lukaszlenart closed pull request #147: Contributors guide

2020-08-14 Thread GitBox
lukaszlenart closed pull request #147: URL: https://github.com/apache/struts-site/pull/147 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [struts-site] lukaszlenart closed pull request #147: Contributors guide

2020-08-14 Thread GitBox
lukaszlenart closed pull request #147: URL: https://github.com/apache/struts-site/pull/147 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [struts] yasserzamani merged pull request #428: WW-5083 PR#426 follow-up.

2020-08-15 Thread GitBox
yasserzamani merged pull request #428: URL: https://github.com/apache/struts/pull/428 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [struts-site] yasserzamani commented on pull request #147: Contributors guide

2020-08-15 Thread GitBox
yasserzamani commented on pull request #147: URL: https://github.com/apache/struts-site/pull/147#issuecomment-674374091 LGTM :+1: thanks! This is an automated message from the Apache Git Service. To respond to the message, pl

[GitHub] [struts] lukaszlenart merged pull request #432: WW-5085: Add Cross-Origin Opener Policy (COOP) and Cross-Origin Embedder Policy (COEP) support

2020-08-16 Thread GitBox
lukaszlenart merged pull request #432: URL: https://github.com/apache/struts/pull/432 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [struts] JCgH4164838Gh792C124B5 opened a new pull request #433: WW-5075 Fixes for OSGi plugin in 2.6.x

2020-08-21 Thread GitBox
JCgH4164838Gh792C124B5 opened a new pull request #433: URL: https://github.com/apache/struts/pull/433 Initial attempt to fix OSGi Plugin issues discovered during examination of WW-5075. - Draws on PR#427 and utilizes similar code, but updated for JDK8. - Updated OSGi plugin dependenci

[GitHub] [struts-site] lukaszlenart closed pull request #147: Contributors guide

2020-08-23 Thread GitBox
lukaszlenart closed pull request #147: URL: https://github.com/apache/struts-site/pull/147 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to

[GitHub] [struts] lukaszlenart merged pull request #433: WW-5075 Fixes for OSGi plugin in 2.6.x

2020-08-28 Thread GitBox
lukaszlenart merged pull request #433: URL: https://github.com/apache/struts/pull/433 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go t

[GitHub] [struts-site] salcho opened a new pull request #149: Adding documentation for Fetch Metadata, Cross-Origin Opener Poliy & Cross-Origin Embedder Policy

2020-08-28 Thread GitBox
salcho opened a new pull request #149: URL: https://github.com/apache/struts-site/pull/149 Hello Struts devs! We're really proud to have contributed to Struts by adding Fetch Metadata (https://github.com/apache/struts/pull/426) and COOP/COEP support (https://github.com/apache/struts

[GitHub] [struts-site] yasserzamani commented on a change in pull request #149: Adding documentation for Fetch Metadata, Cross-Origin Opener Poliy & Cross-Origin Embedder Policy

2020-08-28 Thread GitBox
yasserzamani commented on a change in pull request #149: URL: https://github.com/apache/struts-site/pull/149#discussion_r479367165 ## File path: source/core-developers/coep-interceptor.md ## @@ -0,0 +1,43 @@ +--- +layout: default +title: COEP Interceptor +parent: +title: In

[GitHub] [struts-site] gchatz22 commented on pull request #149: Adding documentation for Fetch Metadata, Cross-Origin Opener Poliy & Cross-Origin Embedder Policy

2020-08-28 Thread GitBox
gchatz22 commented on pull request #149: URL: https://github.com/apache/struts-site/pull/149#issuecomment-682771689 Thank you for your comments @yasserzamani ! Applied your changes and as said will also be waiting for @apache/struts-committers opinion.

[GitHub] [struts-site] gchatz22 edited a comment on pull request #149: Adding documentation for Fetch Metadata, Cross-Origin Opener Poliy & Cross-Origin Embedder Policy

2020-08-28 Thread GitBox
gchatz22 edited a comment on pull request #149: URL: https://github.com/apache/struts-site/pull/149#issuecomment-682771689 Thank you for your comments @yasserzamani ! Applied your changes and as said will also be waiting for @[apache/struts-committers](https://github.com/orgs/apache/teams/

[GitHub] [struts-site] gchatz22 edited a comment on pull request #149: Adding documentation for Fetch Metadata, Cross-Origin Opener Poliy & Cross-Origin Embedder Policy

2020-08-28 Thread GitBox
gchatz22 edited a comment on pull request #149: URL: https://github.com/apache/struts-site/pull/149#issuecomment-682771689 Thank you for your comments @yasserzamani ! Applied your changes and as said will also be waiting for @apache/struts-committers opinion. -

[GitHub] [struts-site] gchatz22 edited a comment on pull request #149: Adding documentation for Fetch Metadata, Cross-Origin Opener Poliy & Cross-Origin Embedder Policy

2020-08-28 Thread GitBox
gchatz22 edited a comment on pull request #149: URL: https://github.com/apache/struts-site/pull/149#issuecomment-682771689 Thank you for your comments @yasserzamani ! Applied your changes and as said will also be waiting for @apache/struts-committers opinion --

[GitHub] [struts] aleksandr-m merged pull request #430: WW-5084: Add Content Security Policy support to Struts

2020-08-30 Thread GitBox
aleksandr-m merged pull request #430: URL: https://github.com/apache/struts/pull/430 This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to

  1   2   3   4   5   6   7   8   9   10   >