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

Attachment: smime.p7s
Description: S/MIME cryptographic signature



Reply via email to