Task #2195
Max file upload - server configuration documentation
100%
Description
In related ticket #2106 was improved product documentation about max file upload size:
https://wiki.czechidm.com/devel/documentation/application_configuration/dev/backend#attachment_storage
(Application server (e.g. Tomcat "maxSwallowSize" connector parameter) has to be set properly too (e.g. <Connector port="8080" maxSwallowSize="-1" ...))
Could you please add the note into installation guide too?
Property value (-1 or some high value) can be revised from your point of view (https://www.baeldung.com/spring-maxuploadsizeexceeded#tomcat-configuration).
Related issues
History
#1 Updated by Radek Tomiška 11 months ago
- Related to Defect #2106: Max file upload exception is not propagated to frontend. added
#2 Updated by Petr Fišer 11 months ago
- Related to Task #2116: Allow max uploaded file size to be up to 100MB added
#3 Updated by Petr Fišer 11 months ago
Thanks for notifying me, will look into it.
Places to change:- Installation howto for Linux (both CentOS7 and new-ish CentOS 8).
- Installation howto for Windows.
- Update dockerfile for CzechIdM image. #2116
- IdM 10 upgrade guide.
#4 Updated by Petr Fišer 11 months ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
Updated all HOWTOs and Docker image for 10.1.0.
#5 Updated by Petr Fišer 11 months ago
Updated the howto in git, created a pull to develop.
https://github.com/bcvsolutions/CzechIdMng/pull/108
#6 Updated by Petr Fišer 11 months ago
- Status changed from In Progress to Resolved
Howto merged into develop by Radek.
#7 Updated by Radek Tomiška 11 months ago
- Target version set to 10.3.0
- % Done changed from 80 to 100
Thx! I merged branch into develop.
Note: This application server setting will be needed for LTS too, it doesn't work even before version 10, but it's nice to have a note in migration guide too.
#8 Updated by Petr Fišer 11 months ago
Radek Tomiška wrote:
Note: This application server setting will be needed for LTS too, it doesn't work even before version 10, but it's nice to have a note in migration guide too.
AFAIK we do not encounter this on projects but it is certainly good to know. Thank you. :)
#9 Updated by Radek Tomiška 10 months ago
- Status changed from Resolved to Closed