bumptech / bumptech/glide

图片地址包含端口号 图片地址包含端口号 The image address contains the port number

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

Description

implementation 'com.github.bumptech.glide:glide:4.16.0'
annotationProcessor 'com.github.bumptech.glide:compiler:4.16.0'

new GlideUrl(url, builder.build());

If the image address contains a port number, the Glide library will ignore the port number by default.

For example, the image address is:“ http://xxx.com:8080/1.jpg So the network request will become http://xxx.com/1.jpg Failed to load the image.

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.