samuelclay / NewsBlur

NewsBlur is a personal news reader that brings people together to talk about the world. A new sound of an old instrument.
http://www.newsblur.com
MIT License
6.91k stars 1k forks source link

Android: Converts URLs to lowercase when adding them #1912

Open s-cassidy opened 1 week ago

s-cassidy commented 1 week ago

Since the paths in URLs can be case sensitive, this can be a problem. I have feeds that I've been able to add perfectly fine in the web version but cannot add in the Android version because it converts the URL to lowercase before trying to add it. This is clearly not desirable behaviour (however you feel about uppercase characters in URLs)

samuelclay commented 1 week ago

Ohh, yeah, we should not be changing the case of a URL, since urls are case sensitive.