You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 1, 2022. It is now read-only.
We probably should just ignore URIs that throw an URISyntaxException
java.net.URISyntaxException: illegal Intent URI format at index 193: upi://pay?pa=SOMEDETAILREMOVEDHERE/CPI#Intent;
at android.content.Intent.parseUri(Intent.java:5269)
at mozilla.components.feature.app.links.AppLinksUseCases$GetAppLinkRedirect.invoke(AppLinksUseCases.kt:7)
at mozilla.components.feature.app.links.AppLinksInterceptor.onLoadRequest(AppLinksInterceptor.kt:9)
at org.mozilla.fenix.AppRequestInterceptor.onLoadRequest(AppRequestInterceptor.kt:3)
at mozilla.components.browser.engine.gecko.GeckoEngineSession$createNavigationDelegate$1.onLoadRequest(GeckoEngineSession.kt:13)
at org.mozilla.geckoview.GeckoSession$3.handleMessage(GeckoSession.java:41)
at org.mozilla.geckoview.GeckoSession$3.handleMessage(GeckoSession.java:1)
at org.mozilla.geckoview.GeckoSessionHandler.handleMessage(GeckoSessionHandler.java:2)
at org.mozilla.gecko.EventDispatcher$3.run(EventDispatcher.java:1)
at android.os.Handler.handleCallback(Handler.java:836)
at android.os.Handler.dispatchMessage(Handler.java:103)
at android.os.Looper.loop(Looper.java:203)
at android.app.ActivityThread.main(ActivityThread.java:6339)
at java.lang.reflect.Method.invoke(Method.java)
at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:1084)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:945)
6767: Close#6674: Don't crash in AppLinksUsesCases with illegal Intent URI format r=csadilek a=rocketsroger
6794: GeckoView update (nightly) (20200428-140644) r=psymoon a=MickeyMoz
6795: Issue #6331: Update the generated top sites schemas r=Amejia481 a=gabrielluong
This is a follow up to #6715, where the top sites schema did not regenerate after fixing the review comments.
Co-authored-by: Roger Yang <[email protected]>
Co-authored-by: MickeyMoz <[email protected]>
Co-authored-by: Gabriel Luong <[email protected]>
We probably should just ignore URIs that throw an
URISyntaxException
┆Issue is synchronized with this Jira Task
The text was updated successfully, but these errors were encountered: