Skip to content

PrivacyPolicyActivity: log unhandled non-http(s) URLs as warning#183

Closed
zerox80 wants to merge 1 commit into
opencloud-eu:mainfrom
zerox80:fix-privacy-policy-non-http-urls
Closed

PrivacyPolicyActivity: log unhandled non-http(s) URLs as warning#183
zerox80 wants to merge 1 commit into
opencloud-eu:mainfrom
zerox80:fix-privacy-policy-non-http-urls

Conversation

@zerox80
Copy link
Copy Markdown
Contributor

@zerox80 zerox80 commented Jun 3, 2026

When the WebView's shouldOverrideUrlLoading encounters a non-http(s) URL (e.g. mailto:, tel:) and no external app can handle it, the resulting ActivityNotFoundException is logged at debug level. Promote it to warn with a more descriptive message so user-visible fallback failures are visible in logs.

Split out from the original TUS upload body error fix to keep concerns focused.

When the WebView encounters a non-http(s) URL (e.g. mailto:, tel:) and no external app can handle it, the resulting ActivityNotFoundException is logged at debug level. Promote it to warn with a more descriptive message so user-visible fallback failures are visible in logs.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant