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

Re: Does TortoiseSVN supports cookies?

From: David Huang <khym_at_azeotrope.org>
Date: Fri, 3 Dec 2010 09:37:40 -0600

On Dec 3, 2010, at 8:53 AM, Stefan Küng wrote:
> SVN clients do NOT really use http but the WebDAV protocol. Therefore
> svn clients are not http clients.

That's overstating the situation, since WebDAV is an extension to HTTP: "HTTP Extensions for Distributed Authoring -- WEBDAV", http://www.ietf.org/rfc/rfc2518.txt

A WebDAV client shouldn't omit the HTTP/1.1 "Host:" header because it's a WebDAV client and not an HTTP client. And it shouldn't ignore the Set-Cookie header because it's a WebDAV client and not an HTTP client. Certainly, there may be other reasons to not accept cookies, but "oh, it's WebDAV, not HTTP" isn't one of them.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-12-03 16:37:51 CET

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

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