[dokuwiki] Re: data plugin mangles URLs

  • From: Kim Goldenberg <kgoldenberg@xxxxxxxxxxxxxxx>
  • To: dokuwiki@xxxxxxxxxxxxx
  • Date: Mon, 06 Oct 2008 11:10:29 -0400

fantasai wrote:
The call to strtolower in helper.php for the data plugin:
http://dev.splitbrain.org/darcsweb/darcsweb.cgi?r=dwplugins/data;a=headblob;f=/helper.php#l66
seems to be a problem. I don't know why you would call that on a URL.
A lot of them are case-sensitive and not lower-case.

According to RFC 2396, URIs (of which URLs are a part of) are case insensitive. Therefore, URLs are not "mangled: and no change is needed.

Kim
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist

Other related posts: