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/15 18:28:49 UTC

[jira] Created: (BEEHIVE-818) Need to allow configuration of multipart requests

Need to allow configuration of multipart requests
-------------------------------------------------

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


We need to expose the following configuration parameters for multipart requests:

    - the maximum file size to process (default 250M)
    - the maximum file size to retain in memory; beyond this threshold, a temporary file is written to disk (default 256K)
    - the temporary directory to use for files that pass the above threshold
    - input buffer size (default 4K)

As per the related thread on beehive-dev, these options should be available in both beehive-netui-config.xml (webapp-wide configuration) and in @Jpf.Controller (per-pageflow configuration, overrides the webapp-wide settings).

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