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

incomplete http authentication with svn 1.5 and neon 0.28

From: Olaf Hering <olh_at_suse.de>
Date: Fri, 29 Feb 2008 15:47:39 +0100

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.

Is this a neon bug, or does subversion need to do something different?

---------------------------------------------------------------------
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 15:47:58 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.