/[Apache-SVN]
ViewVC logotype

Revision 1516806


Jump to revision: Previous Next
Author: brane
Date: Fri Aug 23 10:23:36 2013 UTC (10 years, 8 months ago)
Changed paths: 2
Log Message:
Fix a bug in svn_uri_is_canonical; it would begin path verification at
the beginning of the host name, and if the host name was "." would think
it found an invalid path segment.

* subversion/libsvn_subr/dirent_uri.c (svn_uri_is_canonical):
   Set the segment pointer to the beginning of the schema data before
   verifying same, otherwise it would point at the beginning of the
   host name.

* subversion/tests/libsvn_subr/dirent_uri-test.c (uri_canonical):
   Add a couple cases that tripped up the buggy svn_uri_is_canonical.


Changed paths

Path Details
Directorysubversion/trunk/subversion/libsvn_subr/dirent_uri.c modified , text changed
Directorysubversion/trunk/subversion/tests/libsvn_subr/dirent_uri-test.c modified , text changed

infrastructure at apache.org
ViewVC Help
Powered by ViewVC 1.1.26