Branch 1.5.x: mod_dav_svn restricts third-party Subversion clients too much.
From: Alexander Kitaev <Alexander.Kitaev_at_svnkit.com>
Date: Fri, 14 Mar 2008 19:17:50 +0100
Hello,
There is the following code in subversion/mod_dav_svn/repos.c:1643
if (val && (ap_strstr_c(val, "SVN/") == val))
/* Client capabilities are self-reported. There is no
SVNKit honestly sends "SVNKit ..." User-Agent header and as a result
if (val && (ap_strstr_c(val, "SVN") == val))
So far we have to use SVN/Kit for User-Agent HTTP header value.
-- Alexander Kitaev, TMate Software, http://svnkit.com/ - Java [Sub]Versioning Library! --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: dev-help_at_subversion.tigris.orgReceived on 2008-03-14 19:18:52 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.