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

Fix the /tests URL in IE8 #1707

Merged
merged 1 commit into from
Aug 20, 2014

Conversation

mixonic
Copy link
Member

@mixonic mixonic commented Aug 20, 2014

IE8 does not sent a text/html header, so tests don't load unless we allow / requests to fetch the test file.

This is, unfortunately, complicated by a strange proxy requirement that */* requests be passed through to the proxy as if they were JSON. That limits this fix to being pretty narrow, and I believe the wildcard route catcher will not work correctly in IE8.

I understand that history isn't supported in IE8 anyway, but still having the request treated like other browsers are treated seems more ideal.

IE8 does not sent a text/html header, so tests don't load unless we
allow */* requests to fetch the test file.
@bcardarella
Copy link
Contributor

👍

stefanpenner added a commit that referenced this pull request Aug 20, 2014
@stefanpenner stefanpenner merged commit 1a3b4ce into ember-cli:master Aug 20, 2014
@mixonic mixonic deleted the ie8-mf-do-you-speak-it branch October 15, 2014 19:56
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.

3 participants