Task #2195
closedMax 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
Updated by Radek Tomiška over 4 years ago
- Related to Defect #2106: Max file upload exception is not propagated to frontend. added
Updated by Petr Fišer over 4 years ago
- Related to Task #2116: Allow max uploaded file size to be up to 100MB added
Updated by Petr Fišer over 4 years 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.
Updated by Petr Fišer over 4 years ago
- Status changed from New to In Progress
- % Done changed from 0 to 80
Updated all HOWTOs and Docker image for 10.1.0.
Updated by Petr Fišer over 4 years ago
Updated the howto in git, created a pull to develop.
https://github.com/bcvsolutions/CzechIdMng/pull/108
Updated by Petr Fišer over 4 years ago
- Status changed from In Progress to Resolved
Howto merged into develop by Radek.
Updated by Radek Tomiška over 4 years 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.
Updated by Petr Fišer over 4 years 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. :)
Updated by Radek Tomiška over 4 years ago
- Status changed from Resolved to Closed