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

Re: incomplete http authentication with svn 1.5 and neon 0.28

From: Joe Orton <jorton_at_redhat.com>
Date: Fri, 29 Feb 2008 15:21:10 +0000

On Fri, Feb 29, 2008 at 03:47:39PM +0100, Olaf Hering wrote:
> How much does svn control how neon does transmit authentication data to
> the server? Current 1.5 branch does not transfer auth data with neon
> 0.28, while neon 0.27 works ok.
>
> I run this command:
>
> env -i /usr/bin/strace -tt -f -s 1234 -o /dev/shm/aaa \
> /usr/bin/svn commit --username olh -m 'testcommit 1.5'
>
> At some point, strace shows a send("MKACTIVITY ...).
> With neon 0.27, it contains Authorization:, username=, realm=, nonce=,
> uri=, response=, algorithm=, cnonce=, nc= and qop=.
> But with neon 0.28, all that is missing. the last entry is
> Accept-Encoding: gzip.

What error do you get? Can you capture the stderr output with
"neon-debug-mask = 511" set in the globals section of
~/.subversion/servers and upload that somewhere?

joe

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-02-29 16:21:32 CET

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.