From de08f2612b2acdea7349b983ef7c2f5060c72f0d Mon Sep 17 00:00:00 2001 From: milanmajchrak <90026355+milanmajchrak@users.noreply.github.com> Date: Fri, 15 Dec 2023 14:04:50 +0100 Subject: [PATCH] ufal/fe-oversized-file-upload-message Exposed max file limit for upload from the cfg. (#477) --- dspace/config/modules/rest.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/dspace/config/modules/rest.cfg b/dspace/config/modules/rest.cfg index 48a543163464..344ce8cecdf0 100644 --- a/dspace/config/modules/rest.cfg +++ b/dspace/config/modules/rest.cfg @@ -61,6 +61,7 @@ rest.properties.exposed = statistics.cache-server.uri rest.properties.exposed = themed.by.url rest.properties.exposed = themed.by.company.name rest.properties.exposed = identifier.doi.resolver +rest.properties.exposed = spring.servlet.multipart.max-file-size # TUL rest.properties.exposed = dspace.ui.url rest.properties.exposed = versioning.item.history.include.submitter