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

Re: [PATCH] svn_ra_dav__get_lock fails through re-writing proxy

From: Malcolm Rowe <malcolm-svn-dev_at_farside.org.uk>
Date: 2006-09-18 14:06:07 CEST

On Mon, Sep 18, 2006 at 11:29:02AM +0100, Rich Williams wrote:
> I don't really know enough about DAV to know if it's valid to include
> the schema+host in a request or not, but given that it works just
> fine without it, it feels like a bug to me.
>

This looks broadly correct to me: ne_lock_discover() takes a path, not a
URI, so it should be incorrect for us to give it the latter (though Neon
itself seems rather confused about whether there's a difference between
the two). [Note that Neon really does want a path here - in one case
(to do with accessing an https proxy), it'll prefix the scheme and
hostname to the path provided to generate an absolute URI.]

Hopefully someone with more experience of Neon will check and commit
a fix for this problem.

Regards,
Malcolm

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Sep 18 14:06:29 2006

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.