At 04:03 PM 10/23/01 -0500, Ian Bicking wrote:
>Kendall Clark <[EMAIL PROTECTED]> wrote:
> >   geoffrey> As for WebDAV, it's not currently supported but it
> >   geoffrey> wouldn't be too hard to add, I would assume.  I doubt that
> >   geoffrey> anyone is working on it, but you're welcome to give it a
> >   geoffrey> try yourself and ask questions when you get stuck.
> >
> > Yeah, I'm interested in working on this, but I'm not sure *where* in
> > the Webware world it best fits; is this a Kit? Should it just be an
> > extension to HTTP support?
>
>My intuition is that there should be a WebDAVServlet, similar to
>HTTPServlet.  Since WebDAV works ontop of HTTP, it might be already be
>possible for Webware to respond to such requests -- though I imagine
>there's some work to get Apache to put such requests through.

I know zero about WebDav.  But my intuition is that if WebDav works on top 
of HTTP, then WebDavServlet should be derived from HTTPServlet.  Just as 
XMLRPCServlet is derived from HTTPServlet because XML-RPC is layered on top 
of HTTP.

I would just develop it as a base class that sits in the WebKit directory 
for now.  If it comes to fruition, then we can decide whether to just 
include it in WebKit or put it in a separate Kit.


--

- Geoff Talvola
   [EMAIL PROTECTED]

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to