You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@beehive.apache.org by "Rich Feit (JIRA)" <be...@incubator.apache.org> on 2005/06/10 00:54:15 UTC

[jira] Created: (BEEHIVE-802) Need to remove the "disk" multipart handler option

Need to remove the "disk" multipart handler option
--------------------------------------------------

         Key: BEEHIVE-802
         URL: http://issues.apache.org/jira/browse/BEEHIVE-802
     Project: Beehive
        Type: Bug
  Components: NetUI  
    Versions: V1    
    Reporter: Rich Feit
 Assigned to: Rich Feit 
     Fix For: TBD


Our "disk" option for file-upload behavior in beehive-netui-config.xml and in @Jpf.Controller ties into the now-deprecated Struts DiskMultipartRequestHandler.  This is described in Struts release notes as "the buggy old upload implementation, no longer used as the default".

We need to change this before we release a 1.0, to avoid having to deprecate this option.  The option needs to change from "disable/disk/memory" to "disable/enable", with an additional option to set the threshold at which multipart handling switches to disk (from memory).

-- 
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] Closed: (BEEHIVE-802) Need to remove the "disk" multipart handler option

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


Verified at rev227121. Working as expected.

> Need to remove the "disk" multipart handler option
> --------------------------------------------------
>
>          Key: BEEHIVE-802
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-802
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1
>     Reporter: Rich Feit
>     Assignee: Julie Zhuo
>      Fix For: V1

>
> Our "disk" option for file-upload behavior in beehive-netui-config.xml and in @Jpf.Controller ties into the now-deprecated Struts DiskMultipartRequestHandler.  This is described in Struts release notes as "the buggy old upload implementation, no longer used as the default".
> We need to change this before we release a 1.0, to avoid having to deprecate this option.

-- 
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-802) Need to remove the "disk" multipart handler option

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

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

Fixed with revision 190830.

> Need to remove the "disk" multipart handler option
> --------------------------------------------------
>
>          Key: BEEHIVE-802
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-802
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1
>     Reporter: Rich Feit
>     Assignee: Alejandro Ramirez
>      Fix For: V1

>
> Our "disk" option for file-upload behavior in beehive-netui-config.xml and in @Jpf.Controller ties into the now-deprecated Struts DiskMultipartRequestHandler.  This is described in Struts release notes as "the buggy old upload implementation, no longer used as the default".
> We need to change this before we release a 1.0, to avoid having to deprecate this option.

-- 
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-802) Need to remove the "disk" multipart handler option

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

Alejandro Ramirez reassigned BEEHIVE-802:
-----------------------------------------

    Assign To: Julie Zhuo  (was: Alejandro Ramirez)

Please verify in V1 (trunk for now)

> Need to remove the "disk" multipart handler option
> --------------------------------------------------
>
>          Key: BEEHIVE-802
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-802
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1
>     Reporter: Rich Feit
>     Assignee: Julie Zhuo
>      Fix For: V1

>
> Our "disk" option for file-upload behavior in beehive-netui-config.xml and in @Jpf.Controller ties into the now-deprecated Struts DiskMultipartRequestHandler.  This is described in Struts release notes as "the buggy old upload implementation, no longer used as the default".
> We need to change this before we release a 1.0, to avoid having to deprecate this option.

-- 
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-802) Need to remove the "disk" multipart handler option

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

Rich Feit updated BEEHIVE-802:
------------------------------

    Fix Version: V1
                     (was: TBD)
    Description: 
Our "disk" option for file-upload behavior in beehive-netui-config.xml and in @Jpf.Controller ties into the now-deprecated Struts DiskMultipartRequestHandler.  This is described in Struts release notes as "the buggy old upload implementation, no longer used as the default".

We need to change this before we release a 1.0, to avoid having to deprecate this option.

  was:
Our "disk" option for file-upload behavior in beehive-netui-config.xml and in @Jpf.Controller ties into the now-deprecated Struts DiskMultipartRequestHandler.  This is described in Struts release notes as "the buggy old upload implementation, no longer used as the default".

We need to change this before we release a 1.0, to avoid having to deprecate this option.  The option needs to change from "disable/disk/memory" to "disable/enable", with an additional option to set the threshold at which multipart handling switches to disk (from memory).


After a discussion about this issue on beehive-dev, I'm reducing the scope of this bug.  All we need to do here is avoid using DiskMultipartRequestHandler under the covers.  To verify this, we would just make sure file uploads still work when using the "disk" multipart option in both beehive-netui-config.xml (<multipart-handler>), and in @Jpf.Controller(multipartHandler=...).

I've entered http://issues.apache.org/jira/browse/BEEHIVE-818 for related enhancements.

> Need to remove the "disk" multipart handler option
> --------------------------------------------------
>
>          Key: BEEHIVE-802
>          URL: http://issues.apache.org/jira/browse/BEEHIVE-802
>      Project: Beehive
>         Type: Bug
>   Components: NetUI
>     Versions: v1m1
>     Reporter: Rich Feit
>     Assignee: Rich Feit
>      Fix For: V1

>
> Our "disk" option for file-upload behavior in beehive-netui-config.xml and in @Jpf.Controller ties into the now-deprecated Struts DiskMultipartRequestHandler.  This is described in Struts release notes as "the buggy old upload implementation, no longer used as the default".
> We need to change this before we release a 1.0, to avoid having to deprecate this option.

-- 
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