[ 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

Reply via email to