unico 2004/01/27 06:48:03
Modified: src/blocks/slide/conf slide-servlet.xweb
Log:
tc 5 complains about malformed path
Revision Changes Path
1.6 +1 -1 cocoon-2.1/src/blocks/slide/conf/slide-servlet.xweb
Index: slide-servlet.xweb
===================================================================
RCS file: /home/cvs/cocoon-2.1/src/blocks/slide/conf/slide-servlet.xweb,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- slide-servlet.xweb 15 Jan 2004 10:52:55 -0000 1.5
+++ slide-servlet.xweb 27 Jan 2004 14:47:58 -0000 1.6
@@ -10,7 +10,7 @@
<servlet-class>org.apache.slide.webdav.WebdavServlet</servlet-class>
<init-param>
<param-name>domain</param-name>
- <param-value>WEB-INF/slide.xconf</param-value>
+ <param-value>/WEB-INF/slide.xconf</param-value>
<description>
Path to the domain configuration file, relative to the path
of the
web application.