WebDAV
As of version 1.0 *Pound* supports the full WebDAV command-set. In
fact, it has been tested and is known to (almost) work with the
Microsoft Outlook Web Gateway, which is quite remarkable given that
Microsoft's own proxy does not.
Regrettably, Microsoft adherence to standards leaves something to be
desired: they decided to add some characters to their URLs - thus
breaking a whole set of RFC's.
Rather then change *Pound* to accept these characters (which could create
some serious issues with security on other systems) we have made this
behavior dependent on a compile-time switch. This is not accessible
through the config file - you'll have to add -DMSDAV to the CFLAGS in
the Makefile (or run configure --enable-msdav). You are free to do so,
but be aware of what the implications are!
In addition to this flag you must specify 'WebDAV 1' in the config file.
If you also use the SSL wrapper feature in front of a Microsoft server
you should probably also add 'HTTPSHeaders 1 "Front-End-Https: on"'.
These changes are also required to access a Subversion server via
*Pound*.
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]