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

Multiple user agent strings

From: Kevin Radke <kmradke_at_gmail.com>
Date: Tue, 2 Aug 2011 12:37:20 -0500

Nothing big, but when using Fiddler2 to debug some network traffic, I
noticed TortoiseSVN
(a 1.7.0-dev build 21719) is sending multiple user-agent strings. One
includes the
TortoiseSVN additional info the other doesn't. For example, using the
repo-browser, the
6th and 7th requests are both "OPTIONS" requests, both fail with 401
auth required, but
each one has a different User-Agent string:

User-Agent: SVN/1.7.0-dev/TortoiseSVN-1.6.99.21719 neon/0.29.6
User-Agent: SVN/1.7.0-dev neon/0.29.6

Not sure why it is sending duplicate requests with different user-agent strings.

This is possibly an issue with neon, but for some reason, not all requests
are getting the updated user agent value...

The server machine is still 1.6.5, but I don't think that matters here.

The user-agent strings vary during the conversation, this is just the
first example.

Kevin R.

Network trace attached for completeness...

# Result Protocol Host URL Body Caching Content-Type Process Comments Custom
1 401 HTTP svn /kmr_test/trunk 401 text/html;
charset=iso-8859-1 tortoiseproc:6820
2 200 HTTP svn /kmr_test/trunk 188 text/xml;
charset="utf-8" tortoiseproc:6820
3 207 HTTP svn /kmr_test/trunk 686 text/xml;
charset="utf-8" tortoiseproc:6820
4 207 HTTP svn /kmr_test/!svn/vcc/default 400 text/xml;
charset="utf-8" tortoiseproc:6820
5 207 HTTP svn /kmr_test/!svn/bln/419 455 text/xml;
charset="utf-8" tortoiseproc:6820
6 401 HTTP svn /kmr_test/trunk 401 text/html;
charset=iso-8859-1 tortoiseproc:6820
7 401 HTTP svn /kmr_test/trunk 401 text/html;
charset=iso-8859-1 tortoiseproc:6820

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=757&dsMessageId=2808225

To unsubscribe from this discussion, e-mail: [dev-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-08-02 19:37:22 CEST

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

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