DECA-265: The server has a lower size cap than the client when importing files

Metadata

Source
DECA-265
Type
Bug
Priority
Blocker
Status
Closed
Resolution
Fixed
Assignee
N/A
Reporter
Justin Obara
Created
2012-05-23T14:26:17.026-0400
Updated
2012-06-11T16:27:53.371-0400
Versions
N/A
Fixed Versions
  1. 0.5
Component
  1. Export
  2. Server

Description

The cherrypy server by default caps the body of a request to 100MB. The client is currently configured to cap at 400mb. This results in a 413 error being returned for anything larger than 100MB. Since 100mb seems to be a reasonably large size for now, we should cap the client at 100MB too.

see the conversation from the IRC channel starting at 11:51:18
http://wiki.fluidproject.org/display/fluid/fluid-work+IRC+Logs-2012-05-23

Comments

  • Justin Obara commented 2012-05-25T08:09:15.855-0400

    Changed the uploader in the client to have a max file size of 100MB. Due to FLUID-4713 the size is actually set to 102401 KB to allow a file of at most 100MB