Tripp Lilley wrote:

>Is there a straightforward way to do this in the latest CVS (or any recent
>release)? If so, has it "always" been so, or is it a recent addition?
>  
>
I believe this is what the "extrapath" setting is for. I've used it, and 
I think Ian even "fixed" it recently.

It's possible that it gets trumped if the filepath does actually exist, 
but that's pretty easy to avoid.

For example, in /your/ example:

http://webware.example.com/dav/some/file/path.txt

There are two ways to get extraPath working:

1. /dav/index.py is the actual servlet that eats the rest of the URL. 
I've done this; it works.
2. /dav.py is the actual servlet; I think Ian's recent fix does make 
this work, but he'd have to weigh in on that.

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.



-------------------------------------------------------
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