Hi Pier, We're using Slide to store files; we don't use the locking or versioning so this can be an option for us. Just a quick question; does it support large files (> 2GB), because this is the problem we are having with Slide. We were able to patch Jetty (our HTTP server) to handle large files; but slide now has a problem with it.
The basics that we use are: uploading, downloading, delete, make directory, delete directory. Let me know if you app fulfils this and if it would be possible to acquire it from you. Thank You, Clive -----Original Message----- From: Pier Fumagalli [mailto:[EMAIL PROTECTED] Sent: 20 February 2005 07:31 PM To: Slide Developers Mailing List Subject: Another webdav servlet, any takers? Hi all guys... I recently had to face one "tiny" problem: I needed a WebDAV servlet to enable my application (a-la Tomcat WebDAV), but the problem is that I'm not using Tomcat, and that Slide was waaaay too big to do what I needed... So, I took a couple of days and I wrote a very-very-very light WebDAV Level-1 (no locking / no versioning) simple servlet to "power up" my application and allow me to do a couple of tricks... The idea behind it is that I didn't want to rely on any external API besides the standard servlet API (not even the XML api), and it's so simple that it won't even support "PROPPATCH". Thing is that it might be quite useful in those cases where someone wants to "DAV-enable" a directory for a webapp, doesn't want to use the full Slide servlet, and doesn't use Tomcat... I currently don't have a home for it (well, apart from my Hard Disk), and I wanted to know if you guys would have been interested in hosting it as a very lightweight, minimal feature set implementation alongside the full blown Slide... Do you think it might make sense?????????? Pier --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
