Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Test for Windows 8.1 pinned tile attempts to resolve case sensitive browser configuration file, resulting in incorrect test results #57

Closed
wants to merge 1 commit into from

Conversation

mbmccormick
Copy link

The test to check if a website has Windows 8.1 pinned tile support attempts to resolve browserConfig.xml, which is throwing a HTTP 404 on some servers that do in fact have a browserconfig.xml file. It seems this URL is case sensitive for some websites, causing the http://www.modern.ie/en-us/report website to report that a website does not have Windows 8.1 pinned tile support when in fact it does.

The documentation on MSDN also references the browserconfig.xml casing here: http://msdn.microsoft.com/en-us/library/ie/dn320426(v=vs.85).aspx

…ml instead of browserConfig.xml, which is case sensitive.
@mbmccormick
Copy link
Author

For reference, my website http://mbmccormick.com does have a Windows 8.1 pinned tile, as defined at http://mbmccormick.com/browserconfig.xml, however the http://www.modern.ie/en-us/report website reports that it does not, because http://mbmccormick.com/browserConfig.xml results in a HTTP 404.

@dmethvin
Copy link
Contributor

This should be fixed in vNext when that lands, see 478ef80 and #47. @molant can those be synced soon?

@dmethvin dmethvin closed this May 29, 2014
@molant
Copy link
Contributor

molant commented May 30, 2014

This has been deployed and it is working with @mbmccormick's website:
http://modern.ie/en-us/report#http%3A%2F%2Fmbmccormick.com

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants