|
From: Michael K. <ko...@us...> - 2006-01-16 20:59:45
|
Update of /cvsroot/cobricks/cobricks2/web/WEB-INF In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv5268/WEB-INF Modified Files: web.xml Log Message: Index: web.xml =================================================================== RCS file: /cvsroot/cobricks/cobricks2/web/WEB-INF/web.xml,v retrieving revision 1.11 retrieving revision 1.12 diff -u -d -r1.11 -r1.12 --- web.xml 3 Jan 2006 09:37:39 -0000 1.11 +++ web.xml 16 Jan 2006 20:59:37 -0000 1.12 @@ -91,7 +91,7 @@ </servlet-mapping> <servlet-mapping> <servlet-name>default</servlet-name> - <url-pattern>*.pdf</url-pattern> + <url-pattern>*.zip</url-pattern> </servlet-mapping> <servlet-mapping> |