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