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)