bumptech / bumptech/glide

Glide cannot load url with capitalized protocol

Open
#4,858 1 comment 0 reactions 0 assignees View on GitHub
bug
Dominant language
Java
Stars
35k
Forks
6.2k
Avg merge
1d 11h
Merged PRs (30d)
8

Description

Glide do not load an url whether one letter or the whole protocol string is capitalized, i.e.: Https://foo.com/image123.jpg

using version 4.13.2

```
Glide.with(context)
.load(url)
.diskCacheStrategy(DiskCacheStrategy.ALL)
.into(imgView)
```

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.