[Zope-CMF] Re: [CMF-checkins] link object / CMF 1.3b2
Yuppie
schubbe@web.de
Mon, 01 Jul 2002 19:29:59 +0200
Florent Guillaume wrote:
> Really, the best thing to do is to not touch the URL in practically all
> cases. I think.
Florent convinced me to touch relative URLs. I convinced Florent not to
touch them. Any other votes?
The Problem is: <www.foo.com> is a relative URL, if you just look at the
syntax. And <www.foo.com> could be a filename. So urlparse stores the
string in the path component.
In CMF, relative URLs should be Favorites, not Links. So I don't care to
break a relative Link like <foo.html>, if I can fix on the other hand
<www.foo.com> to <http://www.foo.com>. This was the behavior until now.
Anyway, thank you Florent for making link.edit saver. I think it
wouldn't break my valid URLs anymore.
Yuppie