You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Nils-Helge Garli (JIRA)" <ji...@apache.org> on 2007/06/13 09:54:27 UTC

[jira] Created: (WW-1989) FileUpload doesn't work in portlets

FileUpload doesn't work in portlets
-----------------------------------

                 Key: WW-1989
                 URL: https://issues.apache.org/struts/browse/WW-1989
             Project: Struts 2
          Issue Type: Bug
          Components: Portlet Integration
    Affects Versions: 2.0.8, 2.0.7, 2.0.6, 2.0.5, 2.0.4, 2.0.3, 2.0.2, 2.0.1, 2.0.0
         Environment: Any
            Reporter: Nils-Helge Garli


Need to create a custom file upload handler for portlet environment, since the default file upload interceptor doesn't work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-1989) FileUpload doesn't work in portlets

Posted by "Rene Gielen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41856 ] 

Rene Gielen commented on WW-1989:
---------------------------------

Nils,

do you think it would be possible to port this patch back to 2.0.x easily?

> FileUpload doesn't work in portlets
> -----------------------------------
>
>                 Key: WW-1989
>                 URL: https://issues.apache.org/struts/browse/WW-1989
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Portlet Integration
>    Affects Versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8
>         Environment: Any
>            Reporter: Nils-Helge Garli
>             Fix For: 2.1.0
>
>
> Need to create a custom file upload handler for portlet environment, since the default file upload interceptor doesn't work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Reopened: (WW-1989) FileUpload doesn't work in portlets

Posted by "Rene Gielen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rene Gielen reopened WW-1989:
-----------------------------

      Assignee: Rene Gielen

> FileUpload doesn't work in portlets
> -----------------------------------
>
>                 Key: WW-1989
>                 URL: https://issues.apache.org/struts/browse/WW-1989
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Portlet Integration
>    Affects Versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8
>         Environment: Any
>            Reporter: Nils-Helge Garli
>            Assignee: Rene Gielen
>             Fix For: 2.0.10, 2.1.0
>
>
> Need to create a custom file upload handler for portlet environment, since the default file upload interceptor doesn't work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-1989) FileUpload doesn't work in portlets

Posted by "zhangqiang (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41502 ] 

zhangqiang commented on WW-1989:
--------------------------------

yes,i  find it too!     

> FileUpload doesn't work in portlets
> -----------------------------------
>
>                 Key: WW-1989
>                 URL: https://issues.apache.org/struts/browse/WW-1989
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Portlet Integration
>    Affects Versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8
>         Environment: Any
>            Reporter: Nils-Helge Garli
>
> Need to create a custom file upload handler for portlet environment, since the default file upload interceptor doesn't work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-1989) FileUpload doesn't work in portlets

Posted by "Nils-Helge Garli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nils-Helge Garli resolved WW-1989.
----------------------------------

    Resolution: Fixed

> FileUpload doesn't work in portlets
> -----------------------------------
>
>                 Key: WW-1989
>                 URL: https://issues.apache.org/struts/browse/WW-1989
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Portlet Integration
>    Affects Versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8
>         Environment: Any
>            Reporter: Nils-Helge Garli
>            Assignee: Nils-Helge Garli
>             Fix For: 2.0.10, 2.1.0
>
>
> Need to create a custom file upload handler for portlet environment, since the default file upload interceptor doesn't work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Resolved: (WW-1989) FileUpload doesn't work in portlets

Posted by "Nils-Helge Garli (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Nils-Helge Garli resolved WW-1989.
----------------------------------

       Resolution: Fixed
    Fix Version/s:     (was: Future)
                   2.1.0

Fixed by the new portlet-servlet wrapper classes enabling re-use of the file upload interceptor in the core.

> FileUpload doesn't work in portlets
> -----------------------------------
>
>                 Key: WW-1989
>                 URL: https://issues.apache.org/struts/browse/WW-1989
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Portlet Integration
>    Affects Versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8
>         Environment: Any
>            Reporter: Nils-Helge Garli
>             Fix For: 2.1.0
>
>
> Need to create a custom file upload handler for portlet environment, since the default file upload interceptor doesn't work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Assigned: (WW-1989) FileUpload doesn't work in portlets

Posted by "Rene Gielen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rene Gielen reassigned WW-1989:
-------------------------------

    Assignee: Nils-Helge Garli  (was: Rene Gielen)

Backport to 2.0.10 checked in.

Nils, please review.

> FileUpload doesn't work in portlets
> -----------------------------------
>
>                 Key: WW-1989
>                 URL: https://issues.apache.org/struts/browse/WW-1989
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Portlet Integration
>    Affects Versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8
>         Environment: Any
>            Reporter: Nils-Helge Garli
>            Assignee: Nils-Helge Garli
>             Fix For: 2.0.10, 2.1.0
>
>
> Need to create a custom file upload handler for portlet environment, since the default file upload interceptor doesn't work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-1989) FileUpload doesn't work in portlets

Posted by "Nils-Helge Garli (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41857 ] 

Nils-Helge Garli commented on WW-1989:
--------------------------------------

Well...It requires some work.... But it's possible I guess. It needs the new portlet-servlet classes and some new lines in the Jsr168Dispatcher.

> FileUpload doesn't work in portlets
> -----------------------------------
>
>                 Key: WW-1989
>                 URL: https://issues.apache.org/struts/browse/WW-1989
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Portlet Integration
>    Affects Versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8
>         Environment: Any
>            Reporter: Nils-Helge Garli
>             Fix For: 2.1.0
>
>
> Need to create a custom file upload handler for portlet environment, since the default file upload interceptor doesn't work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-1989) FileUpload doesn't work in portlets

Posted by "Rene Gielen (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41893 ] 

Rene Gielen commented on WW-1989:
---------------------------------

I'm giving it a try. I've backported the WW-1989, WW-2053, WW-2101 stuff here in by local sandbox and try it out. If it works, I'll commit it to the 2.0.x tree.

> FileUpload doesn't work in portlets
> -----------------------------------
>
>                 Key: WW-1989
>                 URL: https://issues.apache.org/struts/browse/WW-1989
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Portlet Integration
>    Affects Versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8
>         Environment: Any
>            Reporter: Nils-Helge Garli
>             Fix For: 2.1.0
>
>
> Need to create a custom file upload handler for portlet environment, since the default file upload interceptor doesn't work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-1989) FileUpload doesn't work in portlets

Posted by "Ted Husted (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ted Husted updated WW-1989:
---------------------------

    Fix Version/s: Future

Setting Fix Version to "future" for issues without a set fix version. 


> FileUpload doesn't work in portlets
> -----------------------------------
>
>                 Key: WW-1989
>                 URL: https://issues.apache.org/struts/browse/WW-1989
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Portlet Integration
>    Affects Versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8
>         Environment: Any
>            Reporter: Nils-Helge Garli
>             Fix For: Future
>
>
> Need to create a custom file upload handler for portlet environment, since the default file upload interceptor doesn't work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Commented: (WW-1989) FileUpload doesn't work in portlets

Posted by "Nils-Helge Garli (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/struts/browse/WW-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_41897 ] 

Nils-Helge Garli commented on WW-1989:
--------------------------------------

Ok, that should actually fix a couple of more issues. Let me know when you're done, and I'll do a review.

> FileUpload doesn't work in portlets
> -----------------------------------
>
>                 Key: WW-1989
>                 URL: https://issues.apache.org/struts/browse/WW-1989
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Portlet Integration
>    Affects Versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8
>         Environment: Any
>            Reporter: Nils-Helge Garli
>             Fix For: 2.1.0
>
>
> Need to create a custom file upload handler for portlet environment, since the default file upload interceptor doesn't work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


[jira] Updated: (WW-1989) FileUpload doesn't work in portlets

Posted by "Rene Gielen (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/struts/browse/WW-1989?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rene Gielen updated WW-1989:
----------------------------

    Fix Version/s: 2.0.10

> FileUpload doesn't work in portlets
> -----------------------------------
>
>                 Key: WW-1989
>                 URL: https://issues.apache.org/struts/browse/WW-1989
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Portlet Integration
>    Affects Versions: 2.0.0, 2.0.1, 2.0.2, 2.0.3, 2.0.4, 2.0.5, 2.0.6, 2.0.7, 2.0.8
>         Environment: Any
>            Reporter: Nils-Helge Garli
>            Assignee: Rene Gielen
>             Fix For: 2.0.10, 2.1.0
>
>
> Need to create a custom file upload handler for portlet environment, since the default file upload interceptor doesn't work.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.