You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2018/04/19 14:12:23 UTC

[myfaces-tobago] branch master updated: Demo: order of tags in XML

This is an automated email from the ASF dual-hosted git repository.

lofwyr pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new ed8a70a  Demo: order of tags in XML
ed8a70a is described below

commit ed8a70a29388bf8fde564baab14a4a23b6e5beb8
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Thu Apr 19 16:12:09 2018 +0200

    Demo: order of tags in XML
---
 tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml b/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml
index 97b2072..ecae9e2 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/WEB-INF/web.xml
@@ -117,8 +117,8 @@
     <load-on-startup>3</load-on-startup>
     <!-- This is needed, for file upload e.g. <tc:file> with JSF 2.0 or 2.1, JSF 2.2 doesn't need it. -->
     <multipart-config>
-      <max-request-size>20000000</max-request-size>
       <max-file-size>1000000</max-file-size>
+      <max-request-size>20000000</max-request-size>
     </multipart-config>
   </servlet>
 

-- 
To stop receiving notification emails like this one, please contact
lofwyr@apache.org.