Alamofire / AlamofireImage

AlamofireImage is an image component library for Alamofire
MIT License
3.99k stars 523 forks source link

Fix for invalid file url to file path conversion #421

Closed klaas closed 4 years ago

klaas commented 4 years ago

Goals :soccer:

The default configuration of the url cache directory in ImageDownloader is broken. This pull request fixes it.

Implementation Details :construction:

URL.absoluteString returns file:///my/path for file URLs. We have to use URL.path instead.