On Fri, 27 Sep 2002, Matthew J. Feifarek wrote: > You'd have to check, but couldn't you just easily move the root of your > non-servlet files to someplace else? Maybe into a subdir or something, > so the URL handler can't "see it"?
Well, the idea is to be able to get at the files with either a DAV-enabled client or a non-DAV (plain ol' HTTP client). I mean, I guess that I can split the actual file storage from the code. That would make a sort of sense, I suppose :) I'll have to think about that. Anyway, preliminary testing against my oldish Webware install shows that UnknownFileTypeServlet catches the file when it actually exists, overriding the ExtraPathInfo bit. I'll test later with a newer install, though I suspect it might do the same thing. Thanks again for the help! ------------------------------------------------------- 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
