On Mon, Jun 28, 2010 at 09:27, <julianf...@apache.org> wrote: > Author: julianfoad > Date: Mon Jun 28 13:27:46 2010 > New Revision: 958571 > > URL: http://svn.apache.org/viewvc?rev=958571&view=rev > Log: > Fix a file:// URL decoding bug. > > * subversion/libsvn_subr/dirent_uri.c > (svn_uri_get_dirent_from_file_url): Don't treat any host name beginning > with "localhost" as the local host, only if it is that string exactly.
The point here is that the "file:///localhost:1234/" style of construction is forbidden in file URLs. >... Cheers, -g