HTML5 appcache清单文件扩展名

San*_*Lee 8 html5 specifications offlineapps

我从HTML5 Boilerplate中读到了这一行:

HTML Manifest files now use .appcache extension instead of .manifest, 
as per http://html5.org/r/5812.

我在http://html5.org/r/5812上看到了这个

Change the suggested extension for appcache manifests from .manifest to .appcache 
to avoid clashing with Microsoft's unregistered application/manifest type

这是我的问题.什么是Microsoft未注册的应用程序/清单类型以及它何时发生冲突?

Ben*_*Ben 6

Microsoft技术是专有的,与我认为的IIS实例之间的站点/应用程序同步有关.

"冲突"涉及离线缓存清单文件通常使用.manifest文件扩展名但需要MIME类型text/cache-manifest才能工作的事实,而不相关的MS .manifest文件使用您提到的MIME类型,即application/manifest