I'd like to implement a servlet that does the following:
 - Handle http file uploads as per RFC 1867
 - Execute a PUT without having to go through a HTTPClient
for a web-based DAV client.

I was dissecting the WebdavServlet hoping gain some insight.
It was then that I noticed that all the constructors in
org.apache.slide.webdav.method.*
need an instance of WebdavServletConfig as one of their parameter.

FYI - So far, I've subclassed WebdavServlet and implemented a JSP
template-based directory browser but the bytecode could be leaner if I
didn't subclass...

Anyway, this upload/PUT servlet is a different beast.

Any idea as to how I could implement this upload/PUT servlet (besides
modifying the Slide code...)? 

Thanks!

  Frederic


-----Original Message-----
From: Christopher Lenz [mailto:[EMAIL PROTECTED]]
Sent: Thursday, January 24, 2002 14:02
To: Slide Users List
Subject: Re: Attn Developers -
org.apache.slide.webdav.WebdavServletConfig


24.01.2002 19:33:34, Frederic Kam-Thong <[EMAIL PROTECTED]> wrote:
>Hi,
>
>Is there a reason why org.apache.slide.webdav.WebdavServletConfig's
>constructor is not public?

Yeah, because only WebdavServlet is intended to create instances of 
the config class. Why should it be public ? What do you want to do ?

-chris
________________________________________________________________
cmlenz at gmx.de

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to