You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Carlin Rogers (JIRA)" <be...@incubator.apache.org> on 2005/08/11 22:55:14 UTC

[jira] Created: (BEEHIVE-882) ScopedServletUtils.getOuterRequest() does not handle an instance of MultipartRequestWrapper

ScopedServletUtils.getOuterRequest() does not handle an instance of MultipartRequestWrapper
-------------------------------------------------------------------------------------------

         Key: BEEHIVE-882
         URL: http://issues.apache.org/jira/browse/BEEHIVE-882
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: v1m1, V1Beta    
    Reporter: Carlin Rogers
 Assigned to: Carlin Rogers 
     Fix For: V1


The ScopedServletUtils.getOuterRequest() fails to return the outer request for our
RehydratedMultipartRequestWrapper (extends the struts MultipartRequestWrapper)
when we process a form with content type "multipart/form-data".

We need to unwrap the MultipartRequestWrapper before we try to unwrap the 
contained ScopedRequest from the given ServletRequest.


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Resolved: (BEEHIVE-882) ScopedServletUtils.getOuterRequest() does not handle an instance of MultipartRequestWrapper

Posted by "Rich Feit (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-882?page=all ]
     
Rich Feit resolved BEEHIVE-882:
-------------------------------

    Resolution: Fixed
     Assign To: Alejandro Ramirez  (was: Rich Feit)

Committed with revision 232835.  Thanks for fixing this.

> ScopedServletUtils.getOuterRequest() does not handle an instance of MultipartRequestWrapper
> -------------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-882
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-882
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1, V1Beta
>     Reporter: Carlin Rogers
>     Assignee: Alejandro Ramirez
>      Fix For: V1
>  Attachments: j882-patch.txt
>
> The ScopedServletUtils.getOuterRequest() fails to return the outer request for our
> RehydratedMultipartRequestWrapper (extends the struts MultipartRequestWrapper)
> when we process a form with content type "multipart/form-data".
> We need to unwrap the MultipartRequestWrapper before we try to unwrap the 
> contained ScopedRequest from the given ServletRequest.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Updated: (BEEHIVE-882) ScopedServletUtils.getOuterRequest() does not handle an instance of MultipartRequestWrapper

Posted by "Carlin Rogers (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-882?page=all ]

Carlin Rogers updated BEEHIVE-882:
----------------------------------

    Attachment: j882-patch.txt

Attaching a patch to ScopedServletUtils to unwrap the MultipartRequestWrapper.

Also modified the page flow class, MultipartRequestUtils, so that it no longer
has to explicitly unwrap the MultipartRequestWrapper before getting the outer
request from ScopedServletUtils. 

Note that the scoping package now has a dependency on struts for the import
of the MultipartRequestWrapper class.

> ScopedServletUtils.getOuterRequest() does not handle an instance of MultipartRequestWrapper
> -------------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-882
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-882
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1, V1Beta
>     Reporter: Carlin Rogers
>     Assignee: Carlin Rogers
>      Fix For: V1
>  Attachments: j882-patch.txt
>
> The ScopedServletUtils.getOuterRequest() fails to return the outer request for our
> RehydratedMultipartRequestWrapper (extends the struts MultipartRequestWrapper)
> when we process a form with content type "multipart/form-data".
> We need to unwrap the MultipartRequestWrapper before we try to unwrap the 
> contained ScopedRequest from the given ServletRequest.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-882) ScopedServletUtils.getOuterRequest() does not handle an instance of MultipartRequestWrapper

Posted by "Carlin Rogers (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-882?page=all ]

Carlin Rogers reassigned BEEHIVE-882:
-------------------------------------

    Assign To: Rich Feit  (was: Carlin Rogers)

Assigning to Rich to review for V1. Thanks.

> ScopedServletUtils.getOuterRequest() does not handle an instance of MultipartRequestWrapper
> -------------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-882
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-882
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1, V1Beta
>     Reporter: Carlin Rogers
>     Assignee: Rich Feit
>      Fix For: V1
>  Attachments: j882-patch.txt
>
> The ScopedServletUtils.getOuterRequest() fails to return the outer request for our
> RehydratedMultipartRequestWrapper (extends the struts MultipartRequestWrapper)
> when we process a form with content type "multipart/form-data".
> We need to unwrap the MultipartRequestWrapper before we try to unwrap the 
> contained ScopedRequest from the given ServletRequest.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira


[jira] Assigned: (BEEHIVE-882) ScopedServletUtils.getOuterRequest() does not handle an instance of MultipartRequestWrapper

Posted by "Alejandro Ramirez (JIRA)" <be...@incubator.apache.org>.
     [ http://issues.apache.org/jira/browse/BEEHIVE-882?page=all ]

Alejandro Ramirez reassigned BEEHIVE-882:
-----------------------------------------

    Assign To: Nathan Jantz  (was: Alejandro Ramirez)

please verify

> ScopedServletUtils.getOuterRequest() does not handle an instance of MultipartRequestWrapper
> -------------------------------------------------------------------------------------------
>
>          Key: BEEHIVE-882
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-882
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: V1Beta, v1m1
>     Reporter: Carlin Rogers
>     Assignee: Nathan Jantz
>      Fix For: V1
>  Attachments: j882-patch.txt
>
> The ScopedServletUtils.getOuterRequest() fails to return the outer request for our
> RehydratedMultipartRequestWrapper (extends the struts MultipartRequestWrapper)
> when we process a form with content type "multipart/form-data".
> We need to unwrap the MultipartRequestWrapper before we try to unwrap the 
> contained ScopedRequest from the given ServletRequest.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira