Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Android: Converts URLs to lowercase when adding them #1912

Open
s-cassidy opened this issue Nov 9, 2024 · 1 comment
Open

Android: Converts URLs to lowercase when adding them #1912

s-cassidy opened this issue Nov 9, 2024 · 1 comment

Comments

@s-cassidy
Copy link

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)

@sictiru sictiru changed the title Android version converts URLs to lowercase when adding them Android: Converts URLs to lowercase when adding them Nov 12, 2024
@samuelclay
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants