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

RE: SSPI reauthentication during commit fails it

From: Bert Huijben <bert-svn_at_qqn.nl>
Date: 2007-04-06 13:04:05 CEST

        Hi,

> -----Original Message-----
> From: techtonik [mailto:techtonik@gmail.com]
> Sent: vrijdag 6 april 2007 9:32
> Cc: users@subversion.tigris.org
> Subject: Re: SSPI reauthentication during commit fails it
>
> Tested with Neon 0.26.3 - the save problem - after 100 successful
> requests server proposes to authenticate again and commit fails.
>
> Debug log is attached.

The SSPI authentication works with keep-alive connections; after an initial successful authorization the connection stays authorized for multiple requests over the same connection. Apache by default limits the number of requests to 100 per connection. (The number you see)

The default configuration of apache is
MaxKeepAliveRequests 100
(See http://httpd.apache.org/docs/2.2/mod/core.html#maxkeepaliverequests)

So a workaround might be to set this number higher; but I think neon should transparently try to use a new connection without asking subversion to authenticate again.

        Bert

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Apr 6 13:04:33 2007

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

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