0
我不想炫耀自己的404頁面。在web.xml中,我定義不要在jsp上顯示自定義錯誤頁面
<error-page>
<error-code>404</error-code>
<location>/WEB-INF/jsp/error/error404.html</location>
</error-page>
在我的過濾器我拋出這個錯誤在下方式:
response.sendError(404);
System.out.println("telst log: 404");
在日誌中我看到我的日誌,但頁面所行正確顯示。 Brouser print
Oops! This link appears to be broken.
但是當我查看頁面的源代碼時,有我的頁面的html代碼!!!
enybody可以幫忙嗎? 謝謝。
brouser:crome,IE。服務器 - JBoss 5.1
非常感謝)我已經殺死了一段時間。 – Oleksandr 2011-04-21 10:14:28