[Resin-interest] Webdav servlet and Range header ?

2007-05-30 Thread Søren Hjarlvig
Hi,

The Webdav servlet seems to ignore the Range HTTP header. Is Range not 
supported when using Webdav or is it a bug (Resin 3.0.21) ?

When I'm using the File servlet Range is working fine.

Best regards

Søren Hjarlvig


___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


Re: [Resin-interest] WebDAV

2006-11-01 Thread Knut Forkalsrud
Thomas Moorer wrote:
> Is anyone out there using the WebDAV
> http://www.caucho.com/resin-3.0/servlet/webdav.xtp ?
>
> Can anyone point me to a tutorial or a starting point for this?
>   
There isn't much to it.  Below is a simple config that works for me.  My 
problem is that the Mac OSX WebDAV client won't attempt to write unless 
the server provides locking facilities.  The Resin WebDAV servlet 
doesn't implement locks at all :-(



webdav
com.caucho.servlets.webdav.WebDavServlet

write
webdav 
false
/path/to/data






com.caucho.server.security.XmlAuthenticator

   username:password:webdav
   none




basic







___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest


[Resin-interest] WebDAV

2006-11-01 Thread Thomas Moorer
Hi,

Is anyone out there using the WebDAV
http://www.caucho.com/resin-3.0/servlet/webdav.xtp ?

I'm just learning about it and trying to get it working in resin-3.0.21.
So far, I've just followed the (implied) set up the resin docs. I've
created an empty directory called webdav and configured the webdav
servlet, but when I try to access the URL (http://host/webdav) I get a
404 file not found error.

Can anyone point me to a tutorial or a starting point for this?

Thanks,
Thomas

~
~
~  Thomas Moorer
~  www.sleepycatsolutions.com
~
~



___
resin-interest mailing list
resin-interest@caucho.com
http://maillist.caucho.com/mailman/listinfo/resin-interest