Skip to content

[WIP] Fix compatibility issue for Android#1469

Merged
andreasrosdal merged 2 commits intomasterfrom
copilot/fix-android-compatibility-issue
Feb 16, 2026
Merged

[WIP] Fix compatibility issue for Android#1469
andreasrosdal merged 2 commits intomasterfrom
copilot/fix-android-compatibility-issue

Conversation

Copy link
Contributor

Copilot AI commented Feb 16, 2026

  • Understand the issue: Android's Xalan TransformerFactory doesn't support ACCESS_EXTERNAL_DTD/STYLESHEET attributes
  • Modify XMLResource.java to catch IllegalArgumentException when setting unsupported attributes
  • Ensure security features are still applied when supported (FEATURE_SECURE_PROCESSING remains enabled)
  • Test the fix with existing tests (all tests pass except 2 unrelated network errors)
  • Run code review and security checks

✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

…merFactory attributes

Co-authored-by: andreasrosdal <259156774+andreasrosdal@users.noreply.github.com>
@andreasrosdal andreasrosdal marked this pull request as ready for review February 16, 2026 09:03
@andreasrosdal andreasrosdal merged commit 923fbfb into master Feb 16, 2026
1 of 2 checks passed
@andreasrosdal andreasrosdal deleted the copilot/fix-android-compatibility-issue branch February 16, 2026 09:03
Copilot stopped work on behalf of andreasrosdal due to an error February 16, 2026 09:04
Copilot AI requested a review from andreasrosdal February 16, 2026 09:04
@sonarqubecloud
Copy link

Quality Gate Failed Quality Gate failed

Failed conditions
C Maintainability Rating on New Code (required ≥ A)

See analysis details on SonarQube Cloud

Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE

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.

2 participants

Comments