[GitHub] [struts] coveralls commented on pull request #406: [WW-5070] Adds more sophisticated logic to search for the Root

2020-04-25 Thread GitBox
coveralls commented on pull request #406: URL: https://github.com/apache/struts/pull/406#issuecomment-619337271 [![Coverage Status](https://coveralls.io/builds/30334750/badge)](https://coveralls.io/builds/30334750) Coverage increased (+0.003%) to 49.184% when pulling **19c71ff15

[GitHub] [struts] coveralls commented on pull request #407: [WW-5017] Drops deprecated Validation annotation as not needed

2020-04-25 Thread GitBox
coveralls commented on pull request #407: URL: https://github.com/apache/struts/pull/407#issuecomment-619489582 [![Coverage Status](https://coveralls.io/builds/30344610/badge)](https://coveralls.io/builds/30344610) Coverage decreased (-0.005%) to 49.176% when pulling **4a8315fa1

[GitHub] [struts] coveralls commented on pull request #408: [WW-4043] Moves TestUtils into junit-plugin

2020-04-26 Thread GitBox
coveralls commented on pull request #408: URL: https://github.com/apache/struts/pull/408#issuecomment-619503812 [![Coverage Status](https://coveralls.io/builds/30345949/badge)](https://coveralls.io/builds/30345949) Coverage decreased (-0.01%) to 49.167% when pulling **592c942c76

[GitHub] [struts] JCgH4164838Gh792C124B5 commented on pull request #409: Cherry-Pick PR#404 into master

2020-04-26 Thread GitBox
JCgH4164838Gh792C124B5 commented on pull request #409: URL: https://github.com/apache/struts/pull/409#issuecomment-619570544 Hello Apache Struts Team. This PR is just a cherry-pick of two minor unit test changes from 2.5.x into 2.6.x. -

[GitHub] [struts] JCgH4164838Gh792C124B5 commented on pull request #400: [WW-5065] Removing unnecessary part of AbstractMatcher#replaceParameters

2020-04-26 Thread GitBox
JCgH4164838Gh792C124B5 commented on pull request #400: URL: https://github.com/apache/struts/pull/400#issuecomment-619571095 Hi @atkaiser. Thanks for discovering this issue, reporting it and providing a PR for a fix. 👍 Th

[GitHub] [struts] coveralls commented on pull request #409: Cherry-Pick PR#404 into master

2020-04-26 Thread GitBox
coveralls commented on pull request #409: URL: https://github.com/apache/struts/pull/409#issuecomment-619572364 [![Coverage Status](https://coveralls.io/builds/30349573/badge)](https://coveralls.io/builds/30349573) Coverage remained the same at 49.181% when pulling **9faa39c8dc7

[GitHub] [struts] JCgH4164838Gh792C124B5 commented on a change in pull request #406: [WW-5070] Adds more sophisticated logic to search for the Root

2020-04-26 Thread GitBox
JCgH4164838Gh792C124B5 commented on a change in pull request #406: URL: https://github.com/apache/struts/pull/406#discussion_r415353423 ## File path: plugins/json/src/main/java/org/apache/struts2/json/JSONResult.java ## @@ -212,12 +211,22 @@ protected Object readRootObject(Acti

[GitHub] [struts] lukaszlenart commented on pull request #409: Cherry-Pick PR#404 into master

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

[GitHub] [struts] JCgH4164838Gh792C124B5 commented on a change in pull request #408: [WW-4043] Moves TestUtils into junit-plugin

2020-04-26 Thread GitBox
JCgH4164838Gh792C124B5 commented on a change in pull request #408: URL: https://github.com/apache/struts/pull/408#discussion_r415400292 ## File path: plugins/junit/src/main/java/org/apache/struts2/util/TestUtils.java ## @@ -85,13 +79,13 @@ public static boolean compare(URL url,

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

2020-04-26 Thread GitBox
JCgH4164838Gh792C124B5 commented on a change in pull request #397: URL: https://github.com/apache/struts/pull/397#discussion_r415405262 ## File path: core/src/main/java/org/apache/struts2/ServletActionContext.java ## @@ -26,23 +26,18 @@ import javax.servlet.http.HttpServletReq

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

2020-04-26 Thread GitBox
lukaszlenart commented on pull request #407: URL: https://github.com/apache/struts/pull/407#issuecomment-619739687 > A couple of the unit test changes dropped a few `@author` tags It's a good practice to not to specify the tag. After my changes and previous changes, the original auth

[GitHub] [struts] lukaszlenart commented on a change in pull request #406: [WW-5070] Adds more sophisticated logic to search for the Root

2020-04-26 Thread GitBox
lukaszlenart commented on a change in pull request #406: URL: https://github.com/apache/struts/pull/406#discussion_r415537558 ## File path: plugins/json/src/main/java/org/apache/struts2/json/JSONResult.java ## @@ -68,8 +69,6 @@ */ public class JSONResult implements Result {

[GitHub] [struts] coveralls edited a comment on pull request #407: [WW-5017] Drops deprecated Validation annotation as not needed

2020-04-26 Thread GitBox
coveralls edited a comment on pull request #407: URL: https://github.com/apache/struts/pull/407#issuecomment-619489582 [![Coverage Status](https://coveralls.io/builds/30359266/badge)](https://coveralls.io/builds/30359266) Coverage decreased (-0.005%) to 49.176% when pulling **13

[GitHub] [struts] lukaszlenart commented on a change in pull request #406: [WW-5070] Adds more sophisticated logic to search for the Root

2020-04-26 Thread GitBox
lukaszlenart commented on a change in pull request #406: URL: https://github.com/apache/struts/pull/406#discussion_r415539580 ## File path: plugins/json/src/main/java/org/apache/struts2/json/JSONResult.java ## @@ -212,12 +211,22 @@ protected Object readRootObject(ActionInvocati

[GitHub] [struts] lukaszlenart commented on a change in pull request #406: [WW-5070] Adds more sophisticated logic to search for the Root

2020-04-26 Thread GitBox
lukaszlenart commented on a change in pull request #406: URL: https://github.com/apache/struts/pull/406#discussion_r415540412 ## File path: plugins/json/src/main/java/org/apache/struts2/json/JSONResult.java ## @@ -286,7 +294,9 @@ public String getRoot() { } /** -

[GitHub] [struts] coveralls edited a comment on pull request #406: [WW-5070] Adds more sophisticated logic to search for the Root

2020-04-26 Thread GitBox
coveralls edited a comment on pull request #406: URL: https://github.com/apache/struts/pull/406#issuecomment-619337271 [![Coverage Status](https://coveralls.io/builds/30359667/badge)](https://coveralls.io/builds/30359667) Coverage increased (+0.003%) to 49.184% when pulling **d8

[GitHub] [struts] davelnewton commented on a change in pull request #410: [WW-5065] Defines a new flag to control appending params - cherry-pick

2020-04-27 Thread GitBox
davelnewton commented on a change in pull request #410: URL: https://github.com/apache/struts/pull/410#discussion_r416066319 ## File path: core/src/main/java/com/opensymphony/xwork2/config/providers/XWorkConfigurationProvider.java ## @@ -107,6 +107,7 @@ import com.opensymphon

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

2020-04-27 Thread GitBox
coveralls commented on pull request #410: URL: https://github.com/apache/struts/pull/410#issuecomment-620171962 [![Coverage Status](https://coveralls.io/builds/30379383/badge)](https://coveralls.io/builds/30379383) Coverage increased (+0.01%) to 49.195% when pulling **d960e94820

[GitHub] [struts] davelnewton commented on a change in pull request #410: [WW-5065] Defines a new flag to control appending params - cherry-pick

2020-04-27 Thread GitBox
davelnewton commented on a change in pull request #410: URL: https://github.com/apache/struts/pull/410#discussion_r416071496 ## File path: core/src/main/java/com/opensymphony/xwork2/config/impl/AbstractMatcher.java ## @@ -192,7 +217,7 @@ protected String convertParam(String va

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

2020-04-27 Thread GitBox
lukaszlenart commented on a change in pull request #410: URL: https://github.com/apache/struts/pull/410#discussion_r41680 ## File path: core/src/main/java/com/opensymphony/xwork2/config/providers/XWorkConfigurationProvider.java ## @@ -107,6 +107,7 @@ import com.opensympho

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

2020-04-27 Thread GitBox
lukaszlenart commented on a change in pull request #410: URL: https://github.com/apache/struts/pull/410#discussion_r416335442 ## File path: core/src/main/java/com/opensymphony/xwork2/config/impl/AbstractMatcher.java ## @@ -192,7 +217,7 @@ protected String convertParam(String v

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

2020-04-27 Thread GitBox
coveralls edited a comment on pull request #410: URL: https://github.com/apache/struts/pull/410#issuecomment-620171962 [![Coverage Status](https://coveralls.io/builds/30390878/badge)](https://coveralls.io/builds/30390878) Coverage increased (+0.01%) to 49.195% when pulling **082

[GitHub] [struts] lukaszlenart commented on a change in pull request #408: [WW-4043] Moves TestUtils into junit-plugin

2020-04-27 Thread GitBox
lukaszlenart commented on a change in pull request #408: URL: https://github.com/apache/struts/pull/408#discussion_r416344768 ## File path: plugins/junit/src/main/java/org/apache/struts2/util/TestUtils.java ## @@ -85,13 +79,13 @@ public static boolean compare(URL url, String te

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

2020-04-27 Thread GitBox
lukaszlenart commented on a change in pull request #397: URL: https://github.com/apache/struts/pull/397#discussion_r416347889 ## File path: core/src/main/java/org/apache/struts2/ServletActionContext.java ## @@ -26,23 +26,18 @@ import javax.servlet.http.HttpServletRequest; imp

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

2020-04-27 Thread GitBox
lukaszlenart commented on a change in pull request #397: URL: https://github.com/apache/struts/pull/397#discussion_r416348145 ## File path: core/src/main/java/org/apache/struts2/ServletActionContext.java ## @@ -26,23 +26,18 @@ import javax.servlet.http.HttpServletRequest; imp

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

2020-04-27 Thread GitBox
lukaszlenart commented on a change in pull request #397: URL: https://github.com/apache/struts/pull/397#discussion_r416349031 ## File path: core/src/main/java/org/apache/struts2/interceptor/ScopeInterceptor.java ## @@ -262,7 +262,7 @@ static void unlock(Object o) { }

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

2020-04-27 Thread GitBox
lukaszlenart commented on a change in pull request #397: URL: https://github.com/apache/struts/pull/397#discussion_r416350023 ## File path: core/src/main/java/org/apache/struts2/interceptor/ScopeInterceptor.java ## @@ -271,18 +271,18 @@ protected void after(ActionInvocation in

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

2020-04-27 Thread GitBox
lukaszlenart commented on a change in pull request #397: URL: https://github.com/apache/struts/pull/397#discussion_r416350761 ## File path: core/src/main/java/org/apache/struts2/result/PlainTextResult.java ## @@ -47,7 +47,7 @@ * response type (eg. Content-Type=text/plain; ch

[GitHub] [struts] coveralls edited a comment on pull request #408: [WW-4043] Moves TestUtils into junit-plugin

2020-04-27 Thread GitBox
coveralls edited a comment on pull request #408: URL: https://github.com/apache/struts/pull/408#issuecomment-619503812 [![Coverage Status](https://coveralls.io/builds/30391170/badge)](https://coveralls.io/builds/30391170) Coverage decreased (-0.02%) to 49.164% when pulling **1e1

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

2020-04-27 Thread GitBox
lukaszlenart commented on a change in pull request #397: URL: https://github.com/apache/struts/pull/397#discussion_r416353490 ## File path: core/src/main/resources/struts-default.xml ## @@ -68,7 +68,6 @@ https://github.com/apache/struts/pull/371/files#diff-710b29900cea21e8

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

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

[GitHub] [struts] lukaszlenart commented on pull request #408: [WW-4043] Moves TestUtils into junit-plugin

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

[GitHub] [struts] coveralls edited a comment on pull request #407: [WW-5017] Drops deprecated Validation annotation as not needed

2020-04-30 Thread GitBox
coveralls edited a comment on pull request #407: URL: https://github.com/apache/struts/pull/407#issuecomment-619489582 [![Coverage Status](https://coveralls.io/builds/30483960/badge)](https://coveralls.io/builds/30483960) Coverage decreased (-0.02%) to 49.159% when pulling **642

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

2020-05-02 Thread GitBox
JCgH4164838Gh792C124B5 commented on a change in pull request #397: URL: https://github.com/apache/struts/pull/397#discussion_r418996746 ## File path: core/src/main/java/org/apache/struts2/ServletActionContext.java ## @@ -26,23 +26,18 @@ import javax.servlet.http.HttpServletReq

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

2020-05-02 Thread GitBox
JCgH4164838Gh792C124B5 commented on a change in pull request #397: URL: https://github.com/apache/struts/pull/397#discussion_r419008690 ## File path: core/src/main/resources/struts-default.xml ## @@ -68,7 +68,6 @@

[GitHub] [struts] JCgH4164838Gh792C124B5 commented on pull request #411: Minor change to fix WW-5072

2020-05-02 Thread GitBox
JCgH4164838Gh792C124B5 commented on pull request #411: URL: https://github.com/apache/struts/pull/411#issuecomment-623019045 Hello Apache Struts Team. Not much to this PR, just a simple bugfix. If approved, it will be easy to cherry-pick into 2.6 as well. -

[GitHub] [struts] coveralls commented on pull request #411: Minor change to fix WW-5072

2020-05-02 Thread GitBox
coveralls commented on pull request #411: URL: https://github.com/apache/struts/pull/411#issuecomment-623021314 [![Coverage Status](https://coveralls.io/builds/30514397/badge)](https://coveralls.io/builds/30514397) Coverage decreased (-0.002%) to 47.081% when pulling **4786fba0d

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

2020-05-03 Thread GitBox
lukaszlenart commented on a change in pull request #397: URL: https://github.com/apache/struts/pull/397#discussion_r419080401 ## File path: core/src/main/resources/struts-default.xml ## @@ -68,7 +68,6 @@

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

2020-05-03 Thread GitBox
coveralls edited a comment on pull request #397: URL: https://github.com/apache/struts/pull/397#issuecomment-602049491 [![Coverage Status](https://coveralls.io/builds/30519247/badge)](https://coveralls.io/builds/30519247) Coverage increased (+0.03%) to 49.193% when pulling **375

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

2020-05-03 Thread GitBox
lukaszlenart commented on a change in pull request #410: URL: https://github.com/apache/struts/pull/410#discussion_r419095491 ## File path: core/src/main/java/com/opensymphony/xwork2/config/impl/AbstractMatcher.java ## @@ -192,7 +217,7 @@ protected String convertParam(String v

[GitHub] [struts] JCgH4164838Gh792C124B5 commented on pull request #412: Cherry-Pick PR#411 into master

2020-05-03 Thread GitBox
JCgH4164838Gh792C124B5 commented on pull request #412: URL: https://github.com/apache/struts/pull/412#issuecomment-623134138 Hello Apache Struts Team. This PR is just a cherry-pick of the minor Showcase application single file upload fix from 2.5.x into 2.6.x.

[GitHub] [struts] coveralls commented on pull request #412: Cherry-Pick PR#411 into master

2020-05-03 Thread GitBox
coveralls commented on pull request #412: URL: https://github.com/apache/struts/pull/412#issuecomment-623136504 [![Coverage Status](https://coveralls.io/builds/30522104/badge)](https://coveralls.io/builds/30522104) Coverage decreased (-0.003%) to 49.173% when pulling **6afcbf286

[GitHub] [struts] coveralls commented on pull request #413: Proposed WW-5074 Fix

2020-05-03 Thread GitBox
coveralls commented on pull request #413: URL: https://github.com/apache/struts/pull/413#issuecomment-623146326 [![Coverage Status](https://coveralls.io/builds/30522553/badge)](https://coveralls.io/builds/30522553) Coverage remained the same at 49.176% when pulling **a6711251a68

[GitHub] [struts] JCgH4164838Gh792C124B5 commented on pull request #413: Proposed WW-5074 Fix

2020-05-03 Thread GitBox
JCgH4164838Gh792C124B5 commented on pull request #413: URL: https://github.com/apache/struts/pull/413#issuecomment-623146394 Hello Apache Struts Team. This PR attempts to fix the ASM version conflict issue (two jars with different versions, groupId changed after ASM 3.x) found after

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

2020-05-03 Thread GitBox
lukaszlenart commented on pull request #397: URL: https://github.com/apache/struts/pull/397#issuecomment-623259205 Yupi! This is an automated message from the Apache Git Service. To respond to the message, please log on to Gi

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

2020-05-04 Thread GitBox
yasserzamani commented on pull request #397: URL: https://github.com/apache/struts/pull/397#issuecomment-623303167 Hi there, I had added `java.io.` to exclusion list to mitigate an open issue in our security list. @lukaszlenart , @JCgH4164838Gh792C124B5, Could you please pas

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

2020-05-04 Thread GitBox
lukaszlenart commented on pull request #397: URL: https://github.com/apache/struts/pull/397#issuecomment-623360744 @yasserzamani this is already resolved and `java.io` was excluded as well. This is an automated message from t

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

2020-05-05 Thread GitBox
JCgH4164838Gh792C124B5 commented on pull request #397: URL: https://github.com/apache/struts/pull/397#issuecomment-624397178 Hi @yasserzamani. Thanks for reviewing the item concerning the `java.io` exclusion list. 👍 Your reasoning above is sound, and the Showcase upload action was

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

2020-05-06 Thread GitBox
yasserzamani commented on pull request #397: URL: https://github.com/apache/struts/pull/397#issuecomment-624687993 Hi @JCgH4164838Gh792C124B5 , Thank you so much for your fix and clarification! No it's OK; I had overlooked the revert commit owing to a pell-mell inbox ;) Rega

[GitHub] [struts] coveralls commented on pull request #415: Minor post WW-5030 Cleanup for 2.6.x

2020-05-16 Thread GitBox
coveralls commented on pull request #415: URL: https://github.com/apache/struts/pull/415#issuecomment-629689550 [![Coverage Status](https://coveralls.io/builds/30835586/badge)](https://coveralls.io/builds/30835586) Coverage remained the same at 49.204% when pulling **d29c2f6161b

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

2020-05-16 Thread GitBox
JCgH4164838Gh792C124B5 commented on pull request #416: URL: https://github.com/apache/struts/pull/416#issuecomment-629716479 Hello Apache Struts Team. Looking at #414 it seems like the Dispatcher change there would make sense for Struts 2.5.x as well. So ... this PR is a parti

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

2020-05-16 Thread GitBox
coveralls commented on pull request #416: URL: https://github.com/apache/struts/pull/416#issuecomment-629717109 [![Coverage Status](https://coveralls.io/builds/30837471/badge)](https://coveralls.io/builds/30837471) Coverage decreased (-0.006%) to 47.076% when pulling **59a6cbf6c

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

2020-05-17 Thread GitBox
JCgH4164838Gh792C124B5 edited a comment on pull request #417: URL: https://github.com/apache/struts/pull/417#issuecomment-629841098 Hello Apache Struts Team. The PR #416 was already accepted and merged, but Coveralls pointed out that code-coverage dropped. Due to the potentially bad

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

2020-05-17 Thread GitBox
JCgH4164838Gh792C124B5 commented on pull request #417: URL: https://github.com/apache/struts/pull/417#issuecomment-629841098 Hello Apache Struts Team. The PR #416 was already accepted and merged, but Coveralls pointed out that code-coverage dropped. Due to the potentially bad behavi

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

2020-05-17 Thread GitBox
coveralls commented on pull request #417: URL: https://github.com/apache/struts/pull/417#issuecomment-629841861 [![Coverage Status](https://coveralls.io/builds/30845133/badge)](https://coveralls.io/builds/30845133) Coverage increased (+0.02%) to 47.096% when pulling **4457f03c70

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

2020-05-18 Thread GitBox
coveralls commented on pull request #418: URL: https://github.com/apache/struts/pull/418#issuecomment-630378414 [![Coverage Status](https://coveralls.io/builds/30868950/badge)](https://coveralls.io/builds/30868950) Coverage increased (+0.02%) to 49.223% when pulling **0d3664f69d

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

2020-05-18 Thread GitBox
lukaszlenart commented on pull request #418: URL: https://github.com/apache/struts/pull/418#issuecomment-630386613 LGTM 👍 This is an automated message from the Apache Git Service. To respond to the message, please log on to

[GitHub] [struts] sepe81 commented on a change in pull request #419: [WW-5077] Better logs

2020-05-21 Thread GitBox
sepe81 commented on a change in pull request #419: URL: https://github.com/apache/struts/pull/419#discussion_r428516840 ## File path: core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java ## @@ -101,7 +104,7 @@ static private int countOGNLCharacters

[GitHub] [struts] lukaszlenart commented on a change in pull request #419: [WW-5077] Better logs

2020-05-21 Thread GitBox
lukaszlenart commented on a change in pull request #419: URL: https://github.com/apache/struts/pull/419#discussion_r428535889 ## File path: core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java ## @@ -101,7 +104,7 @@ static private int countOGNLChar

[GitHub] [struts] coveralls commented on pull request #419: [WW-5077] Better logs

2020-05-21 Thread GitBox
coveralls commented on pull request #419: URL: https://github.com/apache/struts/pull/419#issuecomment-631997239 [![Coverage Status](https://coveralls.io/builds/30940590/badge)](https://coveralls.io/builds/30940590) Coverage increased (+0.001%) to 47.098% when pulling **c290b0a36

[GitHub] [struts] sepe81 commented on a change in pull request #419: [WW-5077] Better logs

2020-05-23 Thread GitBox
sepe81 commented on a change in pull request #419: URL: https://github.com/apache/struts/pull/419#discussion_r429569612 ## File path: core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java ## @@ -18,20 +18,20 @@ */ package com.opensymphony.xwork2.

[GitHub] [struts] lukaszlenart commented on a change in pull request #419: [WW-5077] Better logs

2020-05-23 Thread GitBox
lukaszlenart commented on a change in pull request #419: URL: https://github.com/apache/struts/pull/419#discussion_r429606130 ## File path: core/src/main/java/com/opensymphony/xwork2/interceptor/ParametersInterceptor.java ## @@ -18,20 +18,20 @@ */ package com.opensymphony.x

[GitHub] [struts] coveralls edited a comment on pull request #419: [WW-5077] Better logs

2020-05-24 Thread GitBox
coveralls edited a comment on pull request #419: URL: https://github.com/apache/struts/pull/419#issuecomment-631997239 [![Coverage Status](https://coveralls.io/builds/30994465/badge)](https://coveralls.io/builds/30994465) Coverage increased (+0.001%) to 47.098% when pulling **04

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

2020-05-24 Thread GitBox
lukaszlenart commented on pull request #419: URL: https://github.com/apache/struts/pull/419#issuecomment-633192968 Cherry-pick is ready https://github.com/apache/struts/pull/420 This is an automated message from the Apache Gi

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

2020-05-24 Thread GitBox
coveralls commented on pull request #420: URL: https://github.com/apache/struts/pull/420#issuecomment-633194854 [![Coverage Status](https://coveralls.io/builds/30994601/badge)](https://coveralls.io/builds/30994601) Coverage increased (+0.001%) to 49.224% when pulling **880d3b7ab

[GitHub] [struts] dehghani-reza opened a new issue #421: struts

2020-06-09 Thread GitBox
dehghani-reza opened a new issue #421: URL: https://github.com/apache/struts/issues/421 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

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

2020-06-29 Thread GitBox
coveralls commented on pull request #422: URL: https://github.com/apache/struts/pull/422#issuecomment-650998635 [![Coverage Status](https://coveralls.io/builds/31742225/badge)](https://coveralls.io/builds/31742225) Coverage increased (+0.08%) to 49.306% when pulling **f15d85b496

[GitHub] [struts] coveralls commented on pull request #423: [WW-5081] Makes textarea compatible with W3C

2020-07-03 Thread GitBox
coveralls commented on pull request #423: URL: https://github.com/apache/struts/pull/423#issuecomment-653402920 [![Coverage Status](https://coveralls.io/builds/31842037/badge)](https://coveralls.io/builds/31842037) Coverage remained the same at 49.224% when pulling **0d622cfa96d

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

2020-07-05 Thread GitBox
yasserzamani commented on pull request #422: URL: https://github.com/apache/struts/pull/422#issuecomment-653852288 Shouldn't we do something in configs, allowing developer to define this result via struts.xml as well? Already there is a PlainTextResult, shouldn't we amend it to extend th

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

2020-07-05 Thread GitBox
lukaszlenart commented on pull request #422: URL: https://github.com/apache/struts/pull/422#issuecomment-654033477 > Shouldn't we do something in configs, allowing developer to define this result via struts.xml as well? No, this result is a plain code-based-result, you cannot define

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

2020-07-07 Thread GitBox
yasserzamani commented on pull request #422: URL: https://github.com/apache/struts/pull/422#issuecomment-654893613 LGTM thanks! This is an automated message from the Apache Git Service. To respond to the message, please log o

[GitHub] [struts] coveralls commented on pull request #425: [WW-5077] DMI aware pattern

2020-07-11 Thread GitBox
coveralls commented on pull request #425: URL: https://github.com/apache/struts/pull/425#issuecomment-657112090 [![Coverage Status](https://coveralls.io/builds/32009288/badge)](https://coveralls.io/builds/32009288) Coverage increased (+0.005%) to 47.102% when pulling **1b0c743e8

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

2020-07-14 Thread GitBox
lukaszlenart commented on a change in pull request #426: URL: https://github.com/apache/struts/pull/426#discussion_r454244077 ## File path: core/src/main/java/org/apache/struts2/interceptor/DefaultResourceIsolationPolicy.java ## @@ -0,0 +1,49 @@ +package org.apache.struts2.int

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

2020-07-14 Thread GitBox
salcho commented on a change in pull request #426: URL: https://github.com/apache/struts/pull/426#discussion_r454251354 ## File path: core/src/main/java/org/apache/struts2/interceptor/DefaultResourceIsolationPolicy.java ## @@ -0,0 +1,49 @@ +package org.apache.struts2.intercept

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

2020-07-14 Thread GitBox
salcho commented on a change in pull request #426: URL: https://github.com/apache/struts/pull/426#discussion_r454252239 ## File path: core/src/main/java/org/apache/struts2/interceptor/DefaultResourceIsolationPolicy.java ## @@ -0,0 +1,49 @@ +package org.apache.struts2.intercept

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

2020-07-14 Thread GitBox
coveralls commented on pull request #426: URL: https://github.com/apache/struts/pull/426#issuecomment-658126974 [![Coverage Status](https://coveralls.io/builds/32056263/badge)](https://coveralls.io/builds/32056263) Coverage increased (+0.03%) to 49.342% when pulling **5b27fc25d1

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

2020-07-14 Thread GitBox
aaronshim commented on pull request #426: URL: https://github.com/apache/struts/pull/426#issuecomment-658182958 Great job, @salcho ! This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [struts] yasserzamani commented on a change in pull request #426: WW-5083: Adds support for Fetch Metadata in Struts2.

2020-07-15 Thread GitBox
yasserzamani commented on a change in pull request #426: URL: https://github.com/apache/struts/pull/426#discussion_r455177518 ## File path: core/src/main/java/org/apache/struts2/interceptor/FetchMetadataInterceptor.java ## @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache Softwa

[GitHub] [struts] yasserzamani commented on a change in pull request #426: WW-5083: Adds support for Fetch Metadata in Struts2.

2020-07-15 Thread GitBox
yasserzamani commented on a change in pull request #426: URL: https://github.com/apache/struts/pull/426#discussion_r455179316 ## File path: core/src/main/java/org/apache/struts2/interceptor/FetchMetadataInterceptor.java ## @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache Softwa

[GitHub] [struts] yasserzamani commented on a change in pull request #425: [WW-5077] DMI aware pattern

2020-07-15 Thread GitBox
yasserzamani commented on a change in pull request #425: URL: https://github.com/apache/struts/pull/425#discussion_r455190015 ## File path: core/src/main/java/com/opensymphony/xwork2/security/DefaultAcceptedPatternsChecker.java ## @@ -35,7 +37,11 @@ private static final L

[GitHub] [struts] lukaszlenart commented on a change in pull request #425: [WW-5077] DMI aware pattern

2020-07-15 Thread GitBox
lukaszlenart commented on a change in pull request #425: URL: https://github.com/apache/struts/pull/425#discussion_r455519018 ## File path: core/src/main/java/com/opensymphony/xwork2/security/DefaultAcceptedPatternsChecker.java ## @@ -35,7 +37,11 @@ private static final L

[GitHub] [struts] coveralls edited a comment on pull request #425: [WW-5077] DMI aware pattern

2020-07-15 Thread GitBox
coveralls edited a comment on pull request #425: URL: https://github.com/apache/struts/pull/425#issuecomment-657112090 [![Coverage Status](https://coveralls.io/builds/32103442/badge)](https://coveralls.io/builds/32103442) Coverage increased (+0.005%) to 47.102% when pulling **32

[GitHub] [struts] yasserzamani commented on a change in pull request #425: [WW-5077] DMI aware pattern

2020-07-16 Thread GitBox
yasserzamani commented on a change in pull request #425: URL: https://github.com/apache/struts/pull/425#discussion_r455667021 ## File path: core/src/main/java/com/opensymphony/xwork2/security/DefaultAcceptedPatternsChecker.java ## @@ -35,7 +37,11 @@ private static final L

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

2020-07-16 Thread GitBox
salcho commented on pull request #426: URL: https://github.com/apache/struts/pull/426#issuecomment-659320781 Thanks for your review Yasser! The log statement will be useful for debugging endpoints that should have been added to exempted paths. -

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

2020-07-16 Thread GitBox
salcho commented on a change in pull request #426: URL: https://github.com/apache/struts/pull/426#discussion_r455683472 ## File path: core/src/main/java/org/apache/struts2/interceptor/FetchMetadataInterceptor.java ## @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache Software Fou

[GitHub] [struts] coveralls edited a comment on pull request #426: WW-5083: Adds support for Fetch Metadata in Struts2.

2020-07-16 Thread GitBox
coveralls edited a comment on pull request #426: URL: https://github.com/apache/struts/pull/426#issuecomment-658126974 [![Coverage Status](https://coveralls.io/builds/32109926/badge)](https://coveralls.io/builds/32109926) Coverage increased (+0.03%) to 49.345% when pulling **193

[GitHub] [struts] yasserzamani commented on a change in pull request #426: WW-5083: Adds support for Fetch Metadata in Struts2.

2020-07-16 Thread GitBox
yasserzamani commented on a change in pull request #426: URL: https://github.com/apache/struts/pull/426#discussion_r455719812 ## File path: core/src/main/java/org/apache/struts2/interceptor/FetchMetadataInterceptor.java ## @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache Softwa

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

2020-07-16 Thread GitBox
lukaszlenart commented on a change in pull request #426: URL: https://github.com/apache/struts/pull/426#discussion_r456250213 ## File path: core/src/main/java/org/apache/struts2/interceptor/FetchMetadataInterceptor.java ## @@ -0,0 +1,84 @@ +/* + * Licensed to the Apache Softwa

[GitHub] [struts] coveralls edited a comment on pull request #425: [WW-5077] DMI aware pattern

2020-07-16 Thread GitBox
coveralls edited a comment on pull request #425: URL: https://github.com/apache/struts/pull/425#issuecomment-657112090 [![Coverage Status](https://coveralls.io/builds/32136441/badge)](https://coveralls.io/builds/32136441) Coverage increased (+0.005%) to 47.102% when pulling **9b

[GitHub] [struts] lukaszlenart commented on a change in pull request #425: [WW-5077] DMI aware pattern

2020-07-17 Thread GitBox
lukaszlenart commented on a change in pull request #425: URL: https://github.com/apache/struts/pull/425#discussion_r456258675 ## File path: core/src/main/java/com/opensymphony/xwork2/security/DefaultAcceptedPatternsChecker.java ## @@ -35,7 +37,11 @@ private static final L

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

2020-07-17 Thread GitBox
salcho commented on pull request #426: URL: https://github.com/apache/struts/pull/426#issuecomment-659935747 Hi @lukaszlenart , sorry, I couldn't reply to your comment so here's my reply: I think this case is slightly different than usual in that there are two outcomes for Fetch Met

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

2020-07-17 Thread GitBox
lukaszlenart commented on pull request #426: URL: https://github.com/apache/struts/pull/426#issuecomment-659975016 Yeah... I think it would be better to stop using `PreResultListener` and just add the header on the beginning of the `intercept()` method. ---

[GitHub] [struts] coveralls edited a comment on pull request #426: WW-5083: Adds support for Fetch Metadata in Struts2.

2020-07-17 Thread GitBox
coveralls edited a comment on pull request #426: URL: https://github.com/apache/struts/pull/426#issuecomment-658126974 [![Coverage Status](https://coveralls.io/builds/32139500/badge)](https://coveralls.io/builds/32139500) Coverage increased (+0.03%) to 49.344% when pulling **890

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

2020-07-17 Thread GitBox
lukaszlenart commented on pull request #426: URL: https://github.com/apache/struts/pull/426#issuecomment-660007438 🎉 great 🎉 LGTM 👍 This is an automated message from the Apache Git Service. To respond to the message

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

2020-07-19 Thread GitBox
JCgH4164838Gh792C124B5 commented on pull request #427: URL: https://github.com/apache/struts/pull/427#issuecomment-660813094 Hello Apache Struts Team. This activity took a lot longer than originally planned, but finally it is at a state where a PR for 2.5.x seemed reasonable. Origin

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

2020-07-19 Thread GitBox
JCgH4164838Gh792C124B5 commented on pull request #427: URL: https://github.com/apache/struts/pull/427#issuecomment-660817461 Hmmm. The OSGi plugin builds are all failing for the same reason, unit test failures because Felix cannot create its default cache directory ("/tmp.felix-cache").

[GitHub] [struts] lukaszlenart commented on a change in pull request #427: WW-5075 Fixes for OSGi plugin in 2.5.x

2020-07-21 Thread GitBox
lukaszlenart commented on a change in pull request #427: URL: https://github.com/apache/struts/pull/427#discussion_r458546820 ## File path: plugins/osgi/src/main/java/org/apache/struts2/osgi/BundlePackageLoader.java ## @@ -45,24 +47,96 @@ private static final Logger LOG

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

2020-07-23 Thread GitBox
yasserzamani commented on pull request #427: URL: https://github.com/apache/struts/pull/427#issuecomment-663361353 Wow, thanks a lot! Regarding felix cache permission issue, it seems you or user can use [org.osgi.framework.storage](https://felix.apache.org/documentation/subprojects/a

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

2020-07-23 Thread GitBox
yasserzamani commented on a change in pull request #427: URL: https://github.com/apache/struts/pull/427#discussion_r459873684 ## File path: plugins/osgi/src/main/java/org/apache/struts2/osgi/OsgiUtil.java ## @@ -92,4 +92,83 @@ public static boolean containsBean(Object beanFacto

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

2020-07-25 Thread GitBox
JCgH4164838Gh792C124B5 commented on a change in pull request #427: URL: https://github.com/apache/struts/pull/427#discussion_r460437780 ## File path: plugins/osgi/src/main/java/org/apache/struts2/osgi/BundlePackageLoader.java ## @@ -45,24 +47,96 @@ private static final

  1   2   3   4   5   6   7   8   9   10   >