Java過濾器引發的異常:Resource interpreted as Stylesheet but transferred with MIME type text/html
錯誤:
平時是引入boostrap的css檔案和js檔案都是通過引用官方網站的,最近因為網路不方便的原因,需要把CSS和JS檔案匯入本地,然後再讓瀏覽器直接到專案去引用。後來chrome就報了這樣的錯誤
Uncaught SyntaxError: Unexpected token <
login.jsp:3 Uncaught SyntaxError: Unexpected token <
login.jsp:36 Resource interpreted as Stylesheet but transferred with MIME type text/html:
原因:
這次錯誤是因為js和css載入不成功而引起的,在chrome的資源方面,是沒辦法看到檔案被載入的。
解答:
這篇部落格剛好解決了我的問題。我也是因為之前編寫的過濾器沒放行css和js的請求,所以就出問題了。調整一下過濾器的程式碼即可。
擴充套件:
其它程式碼錯誤也會引起chrome報這個異常,stackoverflow對這個問題的有其它的分析和解決方法。
相關推薦
Java過濾器引發的異常:Resource interpreted as Stylesheet but transferred with MIME type text/html
錯誤: 平時是引入boostrap的css檔案和js檔案都是通過引用官方網站的,最近因為網路不方便的原因,需要把CSS和JS檔案匯入本地,然後再讓瀏覽器直接到專案去引用。後來chrome就報了這樣的錯誤 Uncaught SyntaxError: Unexp
樣式加載不出來,瀏覽器控制臺報錯:Resource interpreted as Stylesheet but transferred with MIME type text/html
exce exp rri chain single nds tsp pat ext 寫登錄的時候出現的問題,樣式時好時壞,瀏覽器控制臺看到的信息是: Uncaught SyntaxError: Unexpected token <Resource interpret
Resource interpreted as Stylesheet but transferred with MIME type text/html:解釋
這種錯誤,基本上各個階段,由各個階段的出錯型別,目前,我接受的比較淺,引起方式是,用註解配置servlet對映的時候引起的,我的是因為css樣式沒有引入引起的, 經過大神的指點,原因是找出了,單個人能力有限,理解有限。看原因 @WebServlet("/") //看這裡 pub
Resource interpreted as Stylesheet but transferred with MIME type text/html
Resource interpreted as Stylesheet but transferred with MIME type text/html 今天啟動我的springboot專案時沒有任何報錯,但瀏覽器訪問卻發現css檔案和js檔案都載入不出來且不會提示404錯誤,瀏覽器提示錯
使用shiro無法載入靜態資源,控制檯出現Resource interpreted as Stylesheet but transferred with MIME type text/html
今天學習使用shiro,在載入index.jsp頁面時,js和css沒有載入,頁面只顯示html,按F12控制檯顯示 Resource interpreted as Stylesheet but
Chrome 報 Resource interpreted as Script but transferred with MIME type text/plain 警告的解決辦法
安裝了VS2012之後,chrome在載入頁面的時候會報 Resource interpreted as Script but transferred with MIME type text/plain 的警告。 這是因為VS2012在安裝的時候改了windows的登錄檔,
Resource interpreted as Image but transferred with MIME type text/plain 警告解決方案
首先這 不是 一個異常是一個 警告,那麼警告就要 有 警告的解決方案,一般來說這種情況很少是後臺程式碼的問題。 我們先假定 是 標籤問題,那麼解決方案是 將 img 中的src改成"具體值"或是 直接刪掉這個屬性就可以解決。 但是很顯然是由於外網伺服器造成,那麼我們換一種思
解決“Resource interpreted as Document but transferred with MIME type application/json”問題
ati str pos 單位 try transfer html subst clas 在上傳圖片時,使用ajax提交,返回的數據格式為json。在測試時發現IE瀏覽器中,上傳圖片後,沒有顯示圖片,而是彈出一個提示:是否保存UploadImg.json文件;而在其他瀏覽器中
spring-data-jpa雙向表關聯查詢時引發異常:java.lang.StackOverflowError: null
專案異常如下: 2018-01-26 17:12:38.162 WARN 3128 --- [nio-8080-exec-6] .w.s.m.s.DefaultHandlerExceptionResolver : Failed to write HTTP
java空指標異常:java.lang.NullPointException
一.什麼是java空指標異常 我們都知道java是沒有指標的,這裡說的"java指標"指的就是java的引用,我們不在這裡討論叫指標究竟合不合適,而只是針對這個異常本身進行分析。空指標就是空引用,java空指標異常就是引用本身為空,卻呼叫了方法,這個時候就會出現空指標異
【java學習筆記】踩坑記錄,異常:javax.el.PropertyNotFoundException: Property [XXX] not found on type [XXX.XXX.XXX.XXX]
練習JavaWeb專案時,報錯javax.el.PropertyNotFoundException,原因是EL表示式裡面的屬性和pojo裡面的屬性名字沒有對上,範了個低階錯誤。 jsp中: <li>歡迎您,${loginUser.username}!</li> pojo
Java中出現異常:Syntax error on token(s), misplaced construct(s)
出現Syntax error on token(s), misplaced construct(s)異常時,說明原始碼中出現了語法錯誤,要仔細檢查原始碼。 例如, <%@page contentType="text/html;charset=utf-8" %>
Hibernate經典異常:org.hibernate.NonUniqueObjectException: a different object with the same identifier
最近在用Hibernate做資料修改和刪除的時候,遇到一個Hibernate的經典異常之一: 看了將近兩天的各種部落格、論壇,花費了大量的精力嘗試了 session.evict()、session.clear()、session.merge()等部落格、論壇上的數種方法以及自己的各
2類型轉換異常:Exception in thread "main" java.lang.ClassCastException:java.lang.Object cannot be cast to java.lang.Integer
cnblogs color pan rgs main string [] 類型 style public class TestException { public static void main(String[] args) { Object obj
報異常:AnnotationAwareAspectJAutoProxyCreator is only available on Java 1.5 and higher
ssi cycle cati stp hierarchy worker nal a star sca 項目啟動時候報異常 1,異常信息 信息: Initializing Spring root WebApplicationContext2017-09-07 17:20:44
使用dynamic引發的異常:無法對 null 引用執行運行時綁定
system 聯系 ant 重新 負責 records sys 運行時 amp 今天上午運營反映有商戶的賬單沒有生成。 查看日誌,在批量生成賬單服務執行過程中,因為如下異常而中斷了: 跑批異常 Microsoft.CSharp.RuntimeBinder.Runti
異常:java.lang.IllegalArgumentException: Control character in cookie value or attribute.
在服務器 jquery roc pro class leg val style mon 後臺提示: 嚴重: Error processing requestjava.lang.IllegalArgumentException: Control character in co
Junit測試出現異常:Exception in thread "main" java.lang.NoSuchMethodError: org.junit.platform.commons.util.
mage lan release ret 解決方案 common 你會 問題 nbsp 在進行單元測試時,測試出現異常 pom.xml依賴如下 <dependency> <groupId>org.junit.jupiter<
【轉】編寫高質量代碼改善C#程序的157個建議——建議60:重新引發異常時使用Inner Exception
開發 網絡連接 方便 額外 write com ket 捕獲 分布式系 建議60:重新引發異常時使用Inner Exception 當捕獲了某個異常,將其包裝或重新引發異常的時候,如果其中包含了Inner Exception,則有助於程序員分析內部信息,方便代碼調試。
Java企業微信開發_13_異常:com.qq.weixin.mp.aes.AesException: 解密後得到的buffer非法
bst 圖片 crypt javax nature current aps protoc spa 一、異常信息 方法:POST@ echostr是否存在 :false java.lang.IllegalArgumentException: 20 > -36