This is an automated email from the git hooks/post-receive script. New commit to branch develop in repository echobase. See http://git.codelutin.com/echobase.git commit 47365c8dc7b3eb61ba5c9e4c9358239c2562adae Author: Tony CHEMIT <chemit@codelutin.com> Date: Tue Jan 12 20:18:32 2016 +0100 Utilisation de struts.properties pour y stoquer la taille max autorisé pour un upload (See #7900) --- echobase-ui/src/main/resources/struts.properties | 2 ++ echobase-ui/src/main/resources/struts.xml | 1 - 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/echobase-ui/src/main/resources/struts.properties b/echobase-ui/src/main/resources/struts.properties new file mode 100644 index 0000000..b81e8b2 --- /dev/null +++ b/echobase-ui/src/main/resources/struts.properties @@ -0,0 +1,2 @@ +#Ne pas déplacer dans le fichier xml car ce fichier est lue au démarrage de l'application +struts.multipart.maxSize=419430400 diff --git a/echobase-ui/src/main/resources/struts.xml b/echobase-ui/src/main/resources/struts.xml index 9b6be41..0331f5b 100644 --- a/echobase-ui/src/main/resources/struts.xml +++ b/echobase-ui/src/main/resources/struts.xml @@ -53,7 +53,6 @@ <!--<constant name="struts.i18n.reload" value="false"/>--> <!--<constant name="struts.configuration.xml.reload" value="false"/>--> <constant name="struts.ui.theme" value="css_xhtml"/> - <constant name="struts.multipart.maxSize" value="419430400"/> <!--Performance tuning--> <!--see http://struts.apache.org/2.2.3/docs/performance-tuning.html--> -- To stop receiving notification emails like this one, please contact codelutin.com SCM administrator <admin+scm@codelutin.com>.