Re: Squid, WebDAV and the SEARCH method

From: Simon Rainey <srainey@dont-contact.us>
Date: Fri, 23 Jun 2000 08:45:03 +0100

Henrik,

Thanks for the advice. I added the SEARCH method as you suggested and the
application appears to work fine now.

The document that defines the SEARCH method is:

http://www.webdav.org/dasl/protocol/draft-dasl-protocol-00.html

Regards,
Simon.

>> Can anyone tell me if and when Squid will fully support the extensions to
>> HTTP/1.1 introduced by WebDAV? In particular, I'm receiving grief from
>> users who wish to use a Microsoft web front end to Exchange 2000 that
>> relies heavily on XML and DAV. It fails to work correctly through Squid,
>> and the logs report
>>
>> parseHttpRequest: Unsupported method 'SEARCH'
>
>
>Hmm.. cannot find any definition of SEARCH in WebDAV.
>
>Where is it defined?
>
>
>Adding support for new methods is easily done by adding them last to two
>small tables in the source:
>a) Prior to METHOD_ENUM_END in src/enums.h
>
>b) Prior to "error" in src/url.c
>
>Note: Make sure the methods are listed in the same order in both files,
>or things will get confused...
>
>--
>Henrik Nordstrom
>Squid hacker
>
>
Received on Fri Jun 23 2000 - 01:48:36 MDT

This archive was generated by hypermail pre-2.1.9 : Tue Dec 09 2003 - 16:54:09 MST