You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2016/11/21 10:07:58 UTC

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

    [ https://issues.apache.org/jira/browse/WW-4717?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15683088#comment-15683088 ] 

ASF GitHub Bot commented on WW-4717:
------------------------------------

GitHub user lukaszlenart opened a pull request:

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

    Virtual file representation

    WW-4717 adds virtual file representation to allow implement `MultiPartRequest` on Google AppEngine

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

    $ git pull https://github.com/lukaszlenart/struts WW-4717

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

    https://github.com/apache/struts/pull/114.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 #114
    
----
commit fe05ca20951ecda86e147dbf5272709412df820d
Author: Lukasz Lenart <lu...@apache.org>
Date:   2016-11-21T10:04:24Z

    Introduces a dedicated class to represent an uploaded file

commit 45edbcbe45d303240af998687387d12a9e15733e
Author: Lukasz Lenart <lu...@apache.org>
Date:   2016-11-21T10:05:33Z

    Uses the new class in implementation of MultiPartRequest

commit 407cd58279c61a8c9487aae3e42a99fcfe8352b9
Author: Lukasz Lenart <lu...@apache.org>
Date:   2016-11-21T10:05:47Z

    Adjusts interceptor to use the new class

commit dca41a39bf61917def9288e0436b8ccff410dd31
Author: Lukasz Lenart <lu...@apache.org>
Date:   2016-11-21T10:05:56Z

    Updates examples

----


> Refactor file upload support to allow create virtual representation of java.io.File
> -----------------------------------------------------------------------------------
>
>                 Key: WW-4717
>                 URL: https://issues.apache.org/jira/browse/WW-4717
>             Project: Struts 2
>          Issue Type: Improvement
>          Components: Core
>    Affects Versions: 2.5.5
>            Reporter: Lukasz Lenart
>            Assignee: Lukasz Lenart
>             Fix For: 2.5.6
>
>
> Right now file upload logic is using {{java.io.File}} directly to represent uploaded files but access to this class is restricted in some cloud environments  e.g. Google AppEngine



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)