[GitHub] struts pull request: WW-4636 File upload error message always in d...

2016-05-25 Thread victorsosa
Github user victorsosa commented on the pull request:

https://github.com/apache/struts/pull/97#issuecomment-221640016
  
@aleksandr-m  It is set to English in here: 
https://github.com/apache/struts/blob/master/core/src/main/java/org/apache/struts2/dispatcher/multipart/JakartaMultiPartRequest.java#L62

get locale from the action context instead of request?... I will check that


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



[GitHub] struts pull request: WW-4636 File upload error message always in d...

2016-05-25 Thread aleksandr-m
Github user aleksandr-m commented on the pull request:

https://github.com/apache/struts/pull/97#issuecomment-221628543
  
First of all, there is [some 
chance](https://github.com/apache/struts/blob/master/core/src/main/java/org/apache/struts2/dispatcher/multipart/JakartaMultiPartRequest.java#L71)
 that `defaultLocale` isn't set to English.

Can we get locale from the action context instead of request?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



[GitHub] struts pull request: WW-4634 Centre alignment doesn't seem to work...

2016-05-25 Thread lukaszlenart
Github user lukaszlenart commented on the pull request:

https://github.com/apache/struts/pull/95#issuecomment-221621914
  
@victorsosa osm!


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



Jenkins build is back to stable : Struts-JDK7-pull-request #178

2016-05-25 Thread Apache Jenkins Server
See 


-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



Jenkins build is still unstable: Struts-JDK7-pull-request #177

2016-05-25 Thread Apache Jenkins Server
See 


-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



Jenkins build became unstable: Struts-JDK7-pull-request #176

2016-05-25 Thread Apache Jenkins Server
See 


-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



Jenkins build is still unstable: Struts-JDK7-pull-request #174

2016-05-25 Thread Apache Jenkins Server
See 


-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



[GitHub] struts pull request: WW-4634 Centre alignment doesn't seem to work...

2016-05-25 Thread victorsosa
Github user victorsosa commented on the pull request:

https://github.com/apache/struts/pull/95#issuecomment-221567053
  
I will fix the 103 test cases, give me some time


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



[GitHub] struts pull request: WW-4636 File upload error message always in d...

2016-05-25 Thread victorsosa
GitHub user victorsosa opened a pull request:

https://github.com/apache/struts/pull/97

WW-4636 File upload error message always in default language

File upload error message always in default English language.

Content negotiation is a mechanism defined in the HTTP specification is
used in the code; now using the 'Accept-Language: us' in the request the 
language is choose.

The bug was that it was always using the English language for the
message.

You can merge this pull request into a Git repository by running:

$ git pull https://github.com/victorsosa/struts WW-4636

Alternatively you can review and apply these changes as the patch at:

https://github.com/apache/struts/pull/97.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

This closes #97


commit da8b13a87ef0d6af54a8cabbc62d54fbca67f683
Author: victor sosa 
Date:   2016-03-03T18:16:11Z

Merge pull request #8 from apache/master

update pull

commit a5d716393999110b3701563479a96e83136a8b97
Author: victor sosa 
Date:   2016-03-03T18:41:11Z

Merge pull request #9 from victorsosa/easymock_update

Easymock update

commit 6bb1ec67ad539d4bf6850f8314ef521e06b8295e
Author: victor sosa 
Date:   2016-03-04T22:07:16Z

Merge pull request #10 from apache/master

pull update

commit 379b75292e6d084dc881e71f0a826c45934d9df8
Author: victor sosa 
Date:   2016-03-27T18:43:40Z

Merge pull request #11 from apache/master

update pull

commit 47cf4ff84b07523cca2e1c5571742368c5cb5556
Author: victor sosa 
Date:   2016-04-20T18:58:32Z

Merge pull request #13 from apache/master

update pull

commit ca74ac36fc7eb60e41eeaa8a539771169f900dd6
Author: victor sosa 
Date:   2016-05-04T14:47:57Z

Merge pull request #14 from apache/master

update pull

commit 6b360108e57b8986c6409b26cba9b3cd4f16a603
Author: victorsosa 
Date:   2016-05-17T12:37:13Z

WW-4634

commit b4facc8e0674851be581dc74cc262f275734a180
Author: victor sosa 
Date:   2016-05-17T12:39:51Z

Merge pull request #15 from apache/master

update pull

commit f9e4a5e676c2fde1603aa0809cb44c71d2e7a122
Author: victorsosa 
Date:   2016-05-17T12:50:50Z

Merge branch 'master' of github.com:victorsosa/struts

commit ffdacf1b60b8bf1df54af004a5fd84752eb522b4
Author: victorsosa 
Date:   2016-05-17T13:00:33Z

WW-4634

commit b3507834016946a5d2206ac2c51d865199918a68
Author: victorsosa 
Date:   2016-05-25T12:02:05Z

WW-4636

File upload error message always in default language

Content negotiation is a mechanism defined in the HTTP specification is
used; now using the 'Accept-Language: us' in the request the language
choose.

The bug was that it was always using the English language for the
message.

commit 81ff4ae6cdd03f77439ddd9be35f4fe6130aa0e4
Author: Victor Sosa 
Date:   2016-05-25T12:23:18Z

rollback

commit 2272623fd82fe61c4c662c5f81af45ff2e1c882f
Author: victorsosa 
Date:   2016-05-25T12:27:18Z

Merge branch 'WW-4636' of github.com:victorsosa/struts into WW-4636

commit dcb8ac72e4491e878efecad662b3430e42446c80
Author: victor sosa 
Date:   2016-05-25T12:30:33Z

Update styles.css




---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



Jenkins build is back to stable : Struts-JDK7-pull-request #175

2016-05-25 Thread Apache Jenkins Server
See 


-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



[GitHub] struts pull request: WW-4634 Centre alignment doesn't seem to work...

2016-05-25 Thread lukaszlenart
Github user lukaszlenart commented on the pull request:

https://github.com/apache/struts/pull/95#issuecomment-221556310
  
103 tests need to be updated, I think it isn't worth


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



[GitHub] struts pull request: WW-4634 Centre alignment doesn't seem to work...

2016-05-25 Thread lukaszlenart
Github user lukaszlenart commented on the pull request:

https://github.com/apache/struts/pull/95#issuecomment-221556014
  
Tests are failing :(
```
Error Message


Jenkins build became unstable: Struts-JDK7-pull-request #173

2016-05-25 Thread Apache Jenkins Server
See 


-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org



[GitHub] struts pull request: WW-4634 Centre alignment doesn't seem to work...

2016-05-25 Thread cnenning
Github user cnenning commented on the pull request:

https://github.com/apache/struts/pull/95#issuecomment-221490265
  
:+1: 


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

-
To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org
For additional commands, e-mail: dev-h...@struts.apache.org