Ticket #7054 (closed: fixed)
Protect scriptrepository from big data
Reported by: | Gesner Passos | Owned by: | Gesner Passos |
---|---|---|---|
Priority: | blocker | Milestone: | Release 2.5 |
Component: | Mantid | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Owen Arnold |
Description
It should disable pushing to scriptrepository files bigger than 1MB.
Change History
comment:2 Changed 7 years ago by Gesner Passos
- Status changed from accepted to verify
- Resolution set to fixed
- Milestone changed from Release 2.6 to Release 2.5
The solution for this problem, in this moment, is implemented on the WebServer, changeset. If the user tries to upload big files, he will receive an answer that he is not allowed through the ScriptRepository Interface, and should contact the Mantid Team to do so.
Tester: Try to upload a file bigger than 1MB. Remember to check that your property UploaderWebServer = http://upload.mantidproject.org/scriptrepository/payload/publish_debug.
This is not necessary, it is just that if the operation fails, you will not pollute the scriptrepository but the sandbox.
You may be interested in upload a file smaller than 1MB to check that it is still working... this, remember to check that the file exists at the sandbox repository.
Note: I've changed the Milestone to 2.5 because it is available from now. (there is no branch to merge, because the mantid code was not changed)
comment:3 Changed 7 years ago by Owen Arnold
- Status changed from verify to verifying
- Tester set to Owen Arnold