我正在直接从本地文件系统加载Web文档以进行测试。
其中一些我以无扩展名的文件名存储。
一个示例是file:/work/wayic/architec/architectonic
,
可以在reluk.ca上看到。
Firefox 60将这些文件视为“ text / xml” 足够接近以正确呈现它们。 (实际上它们是XHTML。)我记得,Chrome 65也曾经渲染过它们。 但是Chrome 69仅显示文档的源文本。
如果我可以从Chrome了解它分配给这些文件的内容类型,那将有所帮助。 请参阅我对related post的评论。
在寻找解决方案时,Modify Content-Type extension没有帮助。 在支持标签下,查看我的问题报告。 也不来自我通过以下关键字搜索的“眨眼错误”报告(未解决的问题):
content type extensionless
content type "no extension"
content type "without extension"
content type extension file scheme
content type extension file protocol
content type extension file system
MIME type extensionless
MIME type "no extension"
MIME type "without extension"
MIME type extension file scheme
MIME type extension file protocol
MIME type extension file system
我最终可能会求助于特定的本地服务器(Jetty / Nashorn或Python http.server) 为了从Chrome获得正确的渲染。还是有人知道更简单的方法?