|
From: <hs...@us...> - 2011-11-23 21:44:00
|
Revision: 988
http://treebase.svn.sourceforge.net/treebase/?rev=988&view=rev
Author: hshyket
Date: 2011-11-23 21:43:54 +0000 (Wed, 23 Nov 2011)
Log Message:
-----------
Missing leading slash in previous commit
Modified Paths:
--------------
trunk/treebase-web/src/main/webapp/WEB-INF/web.xml
Modified: trunk/treebase-web/src/main/webapp/WEB-INF/web.xml
===================================================================
--- trunk/treebase-web/src/main/webapp/WEB-INF/web.xml 2011-11-23 21:40:13 UTC (rev 987)
+++ trunk/treebase-web/src/main/webapp/WEB-INF/web.xml 2011-11-23 21:43:54 UTC (rev 988)
@@ -74,7 +74,7 @@
<filter-mapping>
<filter-name>CacheFilter</filter-name>
- <url-pattern>search/downloadAStudy.html</url-pattern>
+ <url-pattern>/search/downloadAStudy.html</url-pattern>
</filter-mapping>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|