Re: extra directory in WebDAV servlet listing

2004-12-26 Thread Garret Wilson
Mark, Mark Thomas wrote: The webdav servlet is based around accessing the file system through a JNDI DirContext for the current webapp. I've officially started working on the configured-filesystem-root feature. The ProxyDirContext gets configured either by getting the

Re: extra directory in WebDAV servlet listing

2004-12-21 Thread Garret Wilson
Mark, Mark Thomas wrote: I'll look at the arbitrary file system root next. Thanks! I'll get to it as soon as I get more pressing things out of the way, but that may be a week or two. I currently do a file store in another part of the project and make the results available via URIs. I have two

RE: extra directory in WebDAV servlet listing

2004-12-20 Thread Mark Thomas
The extra directory problem is now fixed in CVS for TC4.1.x and TC5.5.x I'll look at the arbitrary file system root next. Mark - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: extra directory in WebDAV servlet listing

2004-12-19 Thread Mark Thomas
Users List Subject: Re: extra directory in WebDAV servlet listing Mark, Mark Thomas wrote: Tomcat version? 5.5.4. JVM version? 5.0. OS? Windows XP Professional SP2. Garret - To unsubscribe, e-mail

Re: extra directory in WebDAV servlet listing

2004-12-19 Thread Garret Wilson
Mark, Mark Thomas wrote: If I can get this to work as you expect it to, it should provide a solution for how do I use webdav to manage my webapp? - something that is far from easy at the moment. I would imagine the solution might also be related to, how do I use WebDAV and yet keep users far away

RE: extra directory in WebDAV servlet listing

2004-12-19 Thread Mark Thomas
From: Garret Wilson [mailto:[EMAIL PROTECTED] Mark Thomas wrote: If I can get this to work as you expect it to, it should provide a solution for how do I use webdav to manage my webapp? - something that is far from easy at the moment. I would imagine the solution might also be

RE: extra directory in WebDAV servlet listing

2004-12-18 Thread Mark Thomas
Tomcat version? JVM version? OS? -Original Message- From: Garret Wilson [mailto:[EMAIL PROTECTED] Sent: Saturday, December 18, 2004 12:53 AM To: 'Tomcat Users List' Subject: extra directory in WebDAV servlet listing I have the WebDAV servlet set to url-pattern/webdav/*/url

Re: extra directory in WebDAV servlet listing

2004-12-18 Thread Garret Wilson
Mark, Mark Thomas wrote: Tomcat version? 5.5.4. JVM version? 5.0. OS? Windows XP Professional SP2. Garret - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

extra directory in WebDAV servlet listing

2004-12-17 Thread Garret Wilson
I have the WebDAV servlet set to url-pattern/webdav/*/url-pattern. Listing is turned on. I have a subdirectory in my webapp named base, which contains dir1, dir2, and dir3. dir1 contains test1 and test2. When I get a WebDAV directory listing of http://localhost/webapp/webdav/base/dir1/ , I