Resource interpreted as Stylesheet but transferred with MIME type text/plain

时间:2014-01-17 08:44:04   收藏:0   阅读:350

今天碰到了Resource interpreted as Stylesheet but transferred with MIME type text/plain 这个错误。

原因:在web中配置了filter,过滤/*所有文件。代码中忘记了执行chain.doFilter(request, response)放行。

原文:http://www.cnblogs.com/zhenmingliu/p/3522731.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!