Author: andrei_exadel
Date: 2008-02-25 12:58:15 -0500 (Mon, 25 Feb 2008)
New Revision: 6333
Modified:
trunk/sandbox/samples/fileUploadDemo/src/main/webapp/WEB-INF/web.xml
Log:
back sleep filter
Modified: trunk/sandbox/samples/fileUploadDemo/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/sandbox/samples/fileUploadDemo/src/main/webapp/WEB-INF/web.xml 2008-02-25
17:57:31 UTC (rev 6332)
+++ trunk/sandbox/samples/fileUploadDemo/src/main/webapp/WEB-INF/web.xml 2008-02-25
17:58:15 UTC (rev 6333)
@@ -41,7 +41,7 @@
</init-param>
</filter>
- <!--
+
<filter>
<display-name>Sleep Filter</display-name>
<filter-name>sleepFilter</filter-name>
@@ -56,7 +56,7 @@
<dispatcher>INCLUDE</dispatcher>
<dispatcher>ERROR</dispatcher>
</filter-mapping>
- -->
+
<filter-mapping>
<filter-name>fileUpload</filter-name>
Show replies by date