On Fri, 2002-09-27 at 13:09, Tripp Lilley wrote:
> > Now, what I was worried about above, is that if /dav/some/file is
> > actually ON the filesystem, it might go there instead of to the
> > short-circuited servlet.
> 
> Does either of the ExtraPath methods you described (/dav/index.py or
> /dav.py) avoid this? Obviously, since I want the DAV servlet to handle
> reads -and- writes to those paths, even if they exist, it's pretty
> important that I trap all calls down under /dav/... :)
> 
> (BTW: yes, I'm working on a DAVKit for Webware :) ).

Then you should check out DAVKit: 
  http://www.colorstudy.com/software/webware/DAVKit-0.2.tar.gz
:)

It doesn't deal with erroneous situations that well, and it requires a
somewhat new servlet layout (i.e., different than WebKit.Page -- that
uses exceptions for more logic).  But I've tested it with cadaver and
Web Folders, and it basically works.

You do need CVS Webware for the extraURLPath fix, and you need to put
'UseNewPathAlgorithm': 1 into Application.config.

  Ian




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Webware-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-devel

Reply via email to