Hi guys, I read that mongrel supports the webdav protocol. I need to "create" the webdav files and allow a third party app access it just for read purposes. What do you recommend? -- Fernando Lujan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://rubyforge.org/pipermail/mongrel-users/attachments/20071030/1527bd35/attachment.html
At Tue, 30 Oct 2007 14:46:40 -0200, "Fernando Lujan" <flujan at gmail.com> wrote:> Hi guys, > > I read that mongrel supports the webdav protocol. I need to "create" the > webdav files and allow a third party app access it just for read purposes. > > What do you recommend?Hi Fernando. Unfortunately, you are incorrect. Mongrel is a web server for Ruby, and does not provide an implementation of the WebDAV protocol. You could of course write a WebDAV server for Mongrel, but that would take some effort. best, Erik Hetzner ;; Erik Hetzner, California Digital Library ;; gnupg key id: 1024D/01DB07E3 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://rubyforge.org/pipermail/mongrel-users/attachments/20071030/610f7361/attachment.bin
have a look at http://wiki.rubyonrails.org/rails/pages/WebDAV On 10/30/07, Erik Hetzner <erik.hetzner at ucop.edu> wrote:> At Tue, 30 Oct 2007 14:46:40 -0200, > "Fernando Lujan" <flujan at gmail.com> wrote: > > Hi guys, > > > > I read that mongrel supports the webdav protocol. I need to "create" the > > webdav files and allow a third party app access it just for read purposes. > > > > What do you recommend? > > Hi Fernando. > > Unfortunately, you are incorrect. Mongrel is a web server for Ruby, > and does not provide an implementation of the WebDAV protocol. You > could of course write a WebDAV server for Mongrel, but that would take > some effort. > > best, > Erik Hetzner > ;; Erik Hetzner, California Digital Library > ;; gnupg key id: 1024D/01DB07E3 > > _______________________________________________ > Mongrel-users mailing list > Mongrel-users at rubyforge.org > http://rubyforge.org/mailman/listinfo/mongrel-users > >