Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

(9_0_X) fix(android): assume application/javascript is not binary #11569

Merged
merged 3 commits into from Mar 30, 2020

Conversation

sgtcoolguy
Copy link
Contributor

JIRA: https://jira.appcelerator.org/browse/TIMOB-27823

Optional Description:
Android 29+ reports js content mime type as application/javascript. Used to report text/javascript. As a result our blob code that sniffed if it's contents were binary were assuming js files were binary.

Backport of #11568

@build build added this to the 9.0.1 milestone Mar 25, 2020
@build build requested a review from a team March 25, 2020 17:57
@build build added the android label Mar 25, 2020
@build
Copy link
Contributor

build commented Mar 25, 2020

Messages
📖

💾 Here's the generated SDK zipfile.

📖 ✊ The commits in this PR match our conventions! Feel free to Rebase and Merge this PR when ready.
📖

✅ All tests are passing
Nice one! All 6535 tests are passing.
(There are 703 skipped tests not included in that total)

Generated by 🚫 dangerJS against 88632de

Copy link
Contributor

@garymathews garymathews left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CR: PASS

@sgtcoolguy sgtcoolguy merged commit f33b85d into tidev:9_0_X Mar 30, 2020
@sgtcoolguy sgtcoolguy deleted the TIMOB-27823-9_0_X branch March 30, 2020 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants