I discovered that Pound (2.3.2) does not support the BPROPFIND WebDAV
method. This is used by the Evolution Exchange plugin. The error I get
is as follows (this is with LogLevel set to 2):
Jul 8 07:05:21 splitenz pound: bad request "BPROPFIND /exchange/scott/
HTTP/1.1" from 192.168.221.100
I did a quick search through the Pound code for the other WebDAV methods
and ended up patching config.c. Please find attached my patch to allow
the BPROPFIND method. I've added support to xHTTP levels 3 and 4. Hope
this is correct.
-Scott
|