Announcement

Collapse
No announcement yet.

Problems setting up webdav: Propfind method not supported (501)

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Problems setting up webdav: Propfind method not supported (501)

    Hi, everybody!

    I'm setting up Webdav on Open-xchange on Ubuntu according to this guide:
    http://oxpedia.org/wiki/index.php?ti...arddav_Bundles

    The fact is that if I go to URL http://dav.myserver.tld/servlet/webcal.ical, after issuing my credentials, I get an ical file.

    However, when I set up my caldav client (Evolution, for instance), I get error "Method PROPFIND is not defined in RFC 2068 and is not
    supported by the Servlet API"

    This is what i find in the logs:

    x.x.x.x - - [06/Mar/2012:17:17:58 +0100] "GET /servlet/webdav.ical HTTP/1.1" 200 8788
    x.x.x.x - - [06/Mar/2012:17:20:30 +0100] "OPTIONS /servlet/webcal.ical/ HTTP/1.1" 200 -
    x.x.x.x - - [06/Mar/2012:17:20:38 +0100] "PROPFIND /servlet/webcal.ical/ HTTP/1.1" 501 462

    The GET entry is generated when I download the ical file through my browser
    The OPTIONS and PROPFIND lines are generated when I try to set up caldav on Evolution

    I also found this response from server when I sniff traffic:

    HTTP/1.1 200 OK
    Date: Tue, 06 Mar 2012 16:30:31 GMT
    Allow: GET, HEAD, POST, TRACE, OPTIONS
    Set-Cookie: JSESSIONID=6d42.........996a.APP1; path=/; HttpOnly


    Has anybody worked around this?

    Thank you
Working...
X