Ok, please let us know when you find a home for it. Thanks. Clive
-----Original Message----- From: Pier Fumagalli [mailto:[EMAIL PROTECTED] Sent: 21 February 2005 03:57 PM To: Slide Developers Mailing List Subject: Re: Another webdav servlet, any takers? On 21 Feb 2005, at 06:17, Clive Borrageiro wrote: > 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. Well, I haven't tried it as my Jetty has problems with Content-Length greater than 2 gigabytes (and far from me to patch it right now). The problem (I think) relies in the fact that the Servlet API returns an "int" in the getContentLength() method. Good news is that the servlet I wrote doesn't rely on it... > The basics that we use are: uploading, downloading, delete, make > directory, > delete directory. Yep Yep Yep Yep Yep... All supported. > Let me know if you app fulfils this and if it would be possible to > acquire > it from you. I'd like to host it alongside Slide, because that's what I use in more complex situations (and it's easier for people to find it when looking for WebDAV). If the community here wants it, I'll post it here, otherwise I'll find another home for it... Pier --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
