> As of version 1.0.0-1.3.6 of mod_dav for Apache, it appears that
> Content-Range support for PUT has been implemented (see
> http://www.webdav.org/mod_dav/).  Can you provide further details about
why
> this would be complex/difficult to implement in Slide?

- It is not supported by any of the underlying objects, and adding it would
require changing a lot of objects / helper / stores
- Many stores would have trouble implementing the functionality, so it's
really a problem to require that

Maybe what could be done is having the WebdavServlet hide this. It could
work on the file in the work directory, and only actually store it in Slide
when it's complete. That's the only realistic solution I can think of.
If you're interested in contributing to Slide, that could be a nice
subproject to start with, as it's mostly independent from the rest (so you
won't have to learn the whole Slide at once).

Tomcat 4 uses a JNDI directory context abstrcation, so it's about as much a
problem to implement partial PUT.

Remy


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

Reply via email to