From 2bc993b52482bb1aaf11c21fd3c68233b567f0ae Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 26 Apr 2009 16:48:23 +0400 Subject: simplepie: do not lowercase authentication information (closes #238) --- lib/simplepie/simplepie.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/simplepie/simplepie.inc') diff --git a/lib/simplepie/simplepie.inc b/lib/simplepie/simplepie.inc index 8c995bcfe..abf8b34ed 100644 --- a/lib/simplepie/simplepie.inc +++ b/lib/simplepie/simplepie.inc @@ -9010,7 +9010,7 @@ class SimplePie_Misc $url['scheme'] = strtolower($url['scheme']); if ($url['authority'] !== '') { - $url['authority'] = strtolower($url['authority']); +// $url['authority'] = strtolower($url['authority']); (tt-rss: remove as per #238) $url['path'] = SimplePie_Misc::remove_dot_segments($url['path']); } return SimplePie_Misc::compress_parse_url($url['scheme'], $url['authority'], $url['path'], $url['query'], $url['fragment']); -- cgit v1.2.3