dtarnawsky / nexus-browser

2 stars 3 forks source link

(bug): URL is converted to lowercase, resulting in being unable to open certain pages #11

Closed kentora closed 9 months ago

kentora commented 9 months ago

In HistoryService#toFullUrl, the url is converted to lowercase, however the RFC spec for URLs specify that only some parts (host and scheme) should be treated as case-insensitive and therefore converted to lowercase. This causes certain pages to not be able to open.

Relevant part of RFC 3986, section 6.2.2.1