[PATCH] Fix the commit failure over the write-through-proxy if apache is configured as '<Location /svn/>'
From: Kamesh Jayachandran <kamesh_at_collab.net>
Date: Mon, 15 Feb 2010 19:04:45 +0530
Hi All,
With the below apache configuration(See the trailing slash at the end of
<Location /svn/>
We get the following error on the client while.
../subversion/svn/commit-cmd.c:142: (apr_err=175002)
On the server it is a assertion error on the following code block from
assert((uri_segment[0] == '\0')
For the above configuration we get the uri_segment with the value
Attached patch fixes it.
This change came via fix for issue 3275. I believe this assertion is
Thoughts?
Thanks
|
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.