,Hello, While sending big commit with SVN 1.4.3 + Neon 0.26.3 through Apache server - SVN fails after 100 WebDav requests when server asks client to authenticate again (it happens in case of SSPI/NTLM).
Server sends standard authentication headers, but client doesn't even try to answer. It just fails. See this debug log: http://svn.haxx.se/users/archive-2007-04/att-0178/log_0.26.3.txt I was said the problem is in Neon library. In particular it is using keep-alive connections during one SSPI session and when connection expires after approximately 100 requests it asks client to authenticate again. At this stage client fails as it doesn't send credentials anew. With basic authentication second request for authentication doesn't happen. It was suggested that Neon should use existing credentials for new connections in SSPI/NTLM mode if limit for keep-alive requests is out. See http://svn.haxx.se/users/archive-2007-04/0180.shtml -- --anatoly t. _______________________________________________ neon mailing list [email protected] http://mailman.webdav.org/mailman/listinfo/neon
