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

2016-11-22 Thread victorsosa
Github user victorsosa closed the pull request at: https://github.com/apache/struts/pull/97 --- 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 e

[GitHub] struts issue #97: WW-4636 File upload error message always in default langua...

2016-11-22 Thread victorsosa
Github user victorsosa commented on the issue: https://github.com/apache/struts/pull/97 done --- 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 feat

[GitHub] struts issue #97: WW-4636 File upload error message always in default langua...

2016-11-22 Thread aleksandr-m
Github user aleksandr-m commented on the issue: https://github.com/apache/struts/pull/97 @victorsosa, @lukaszlenart Please close this one. WW-4636 is fixed in https://github.com/apache/struts/pull/113. --- If your project is set up for it, you can reply to this email and have your re

Re: [jira] [Updated] (WW-4717) Refactor file upload support to allow create virtual representation of java.io.File

2016-11-22 Thread Lukasz Lenart
All is good :) I have refactored the file upload logic a bit, cleaned up and fixed some issues with wrong message keys. Also I added dedicated converter to keep support for java.io.File so there is no need for migration :) I've also developed a small GAE plugin which is using the mentioned changes

Re: Using org.apache.struts2.plugin

2016-11-22 Thread Lukasz Lenart
I have got some answers from repository@a.o and Sonatype and basically this won't work :\ I meant from technical point of view there is no such problem, but this can break Apache Foundation law and so on. Regards -- Ɓukasz + 48 606 323 122 http://www.lenart.org.pl/ 2016-11-16 11:04 GMT+01:00 Lu

Re: [jira] [Updated] (WW-4717) Refactor file upload support to allow create virtual representation of java.io.File

2016-11-22 Thread Lukasz Lenart
Done, thanks Aaron :) Now I must test this solution with Google AppEngine ;-) 2016-11-22 7:49 GMT+01:00 Lukasz Lenart : > 2016-11-21 20:12 GMT+01:00 Aaron Johnson : >> Is it possible to have a converter from UploadedFile to File? The >> UploadedFile has a getContent() method that returns the File