Bug 5678 - WebDAV servlet misbehaves when scope is specified
Summary: WebDAV servlet misbehaves when scope is specified
Status: RESOLVED INVALID
Alias: None
Product: Slide
Classification: Unclassified
Component: WebDAV Server (show other bugs)
Version: Nightly
Hardware: PC All
: P3 major (vote)
Target Milestone: ---
Assignee: Slide Developer List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-03 09:48 UTC by Frederic Kam-Thong
Modified: 2005-03-20 17:06 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Frederic Kam-Thong 2002-01-03 09:48:29 UTC
Example:

with the following servlet param:
<init-param>
      <param-name>scope</param-name>
      <param-value>/files</param-value>
</init-param>

Creating a collection "/foo" results in contentstore/filesfoo/
Writing a file "/foo/bar.txt" results in contentstore/filesfoo/bar.txt
Writing a file "/bar.txt" results in contentstore/filesbar.txt
Comment 1 Dirk Verbeeck 2002-01-06 15:46:21 UTC
I have tested the scope parameter and the content store and was not able to 
reproduce the error.
Environment: Tomcat 3, slide latest cvs build, windows XP webdav client, slide 
webdav client.

More info needed...
domain.xml
web.xml
client version
server version
test case + logging