今天碰到了Resource interpreted as Stylesheet but transferred with MIME type text/plain 这个错误。
原因:在web中配置了filter,过滤/*所有文件。代码中忘记了执行chain.doFilter(request, response)放行。
Resource interpreted as Stylesheet but transferred with MIME type text/plain
2023-10-26 08:24:58
今天碰到了Resource interpreted as Stylesheet but transferred with MIME type text/plain 这个错误。
原因:在web中配置了filter,过滤/*所有文件。代码中忘记了执行chain.doFilter(request, response)放行。
Resource interpreted as Stylesheet but transferred with MIME type text/plain