[hunchentoot-devel] Unexpected result from CL-WEBDAV
Edi Weitz
edi at agharta.de
Tue Sep 14 22:22:22 UTC 2010
How did you set up your WebDAV server? Surely, this is not the only
code you have? Did you create a dispatcher for your class and did you
activate it?
Edi.
On Sun, Sep 12, 2010 at 9:06 AM, Ron Garret <ron at flownet.com> wrote:
> I tried the following to create a write-only DAV directory:
>
> (defmethod accept-request-p ((resource-class (eql 'authorized-file-resource)) request)
> "We just use the method for FILE-RESOURCE."
> (if (eql (tbnl:request-method*) :get)
> nil
> (accept-request-p 'file-resource request)))
>
> but instead of getting a "resource not available" when I try to get a file I instead get the hunchentoot default page. Needless to say, this is not what I expected. Is this a bug in cl-webdav, or a bug in my expectations?
>
> Thanks,
> rg
>
>
> _______________________________________________
> tbnl-devel site list
> tbnl-devel at common-lisp.net
> http://common-lisp.net/mailman/listinfo/tbnl-devel
>
>
More information about the Tbnl-devel
mailing list