[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: request for proxy code review

From: Greg Stein <gstein_at_lyra.org>
Date: 2002-03-26 21:43:14 CET

On Fri, Mar 22, 2002 at 02:13:18PM -0500, Eric Gillespie wrote:
> Karl Fogel <kfogel@newton.ch.collab.net> writes:
>...
> > ... or you could also do an `ethereal' capture.
>
> If you think it's worthwhile, i can. Looks to me that i'm simply
> being bitten by Squid not allowing REPORT.

Correct. An ethereal capture isn't going to give us any more information.

The initial checkout works because it is just a sequence of PROPFIND and GET
requests, and Squid understands those.

Squid hard-codes the darned methods that it allows, and they added WebDAV a
while back. I just saw someone in this thread state that the more recent
versions of Squid has a (runtime!) config option that can allow other
methods through. It would need to be config'd to add support for:

    REPORT, MERGE, MKACTIVITY, CHECKOUT

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Mar 26 21:39:58 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.