[jboss-cvs] jboss-seam/examples/seamspace/resources/WEB-INF ...
Shane Bryzak
Shane_Bryzak at symantec.com
Sun Feb 4 03:11:26 EST 2007
User: sbryzak2
Date: 07/02/04 03:11:26
Modified: examples/seamspace/resources/WEB-INF web.xml
Log:
JBSEAM-705, JBSEAM-706 file upload control improvements
Revision Changes Path
1.9 +4 -0 jboss-seam/examples/seamspace/resources/WEB-INF/web.xml
(In the diff below, changes in quantity of whitespace are not shown.)
Index: web.xml
===================================================================
RCS file: /cvsroot/jboss/jboss-seam/examples/seamspace/resources/WEB-INF/web.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -b -r1.8 -r1.9
--- web.xml 2 Feb 2007 16:39:52 -0000 1.8
+++ web.xml 4 Feb 2007 08:11:26 -0000 1.9
@@ -39,6 +39,10 @@
<filter>
<filter-name>Seam Multipart Filter</filter-name>
<filter-class>org.jboss.seam.servlet.SeamMultipartFilter</filter-class>
+ <init-param>
+ <param-name>createTempFiles</param-name>
+ <param-value>true</param-value>
+ </init-param>
</filter>
<filter-mapping>
More information about the jboss-cvs-commits
mailing list