This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 473
Unsupported URI scheme #7888
Comments
I think we already have a check, maybe the condition is not getting met Line 43 in facd604
|
I guess there can be literally |
👍 |
data-sync-user
changed the title
Unsupported URI scheme
FNX3-22869 ⁃ Unsupported URI scheme
Aug 5, 2020
@pocmo I'm bit confused as we are validating that the scheme should private fun shouldDownload(resource: IconRequest.Resource): Boolean {
return resource.url.toUri().isHttpOrHttps && !failureCache.hasFailedRecently(resource.url)
} |
csadilek
added a commit
to csadilek/android-components
that referenced
this issue
Dec 17, 2020
csadilek
added a commit
to csadilek/android-components
that referenced
this issue
Dec 17, 2020
csadilek
added a commit
to csadilek/android-components
that referenced
this issue
Dec 17, 2020
csadilek
added a commit
to csadilek/android-components
that referenced
this issue
Feb 2, 2021
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Looks like we should check the icon URLs first.
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: