图片地址包含端口号 图片地址包含端口号 The image address contains the port number
Open
- 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
Assessment
This issue has not been assessed yet.