[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Bugreport: mod_dav_svn 1.0.9 breaks links with colon in filename

From: Max Kellermann <max_at_duempel.org>
Date: 2004-11-09 15:54:26 CET

Hi,

the directory listing of mod_dav_svn is broken for files with a colon
in the name. It generates relative links, e.g.:

  <li>foo:bar/</li>

Browsers (Firefox 1.0 in my case) do not see this as relative link,
but as absolute link with explicit protocol specification (protocol
"foo").

A possible solution would be to prefix all relative URLs with "./",
which would be href="./foo:bar/" in this case. The dot forces the
browser to recognize this as relative URL.

Regards,
Max Kellermann

P.S.: I am not subscribed to this list; please Cc answers to me.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Nov 9 19:23:40 2004

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.