我正在運行使用tomcat的休息api服務器。 我試圖撥打電話:自定義錯誤頁面404
本地主機:8080/scriptalert%28XSS%29%2Fscript /用戶
和我得到這樣的響應:
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /�script�alert(�XSS�)�/script�/users was not found on this server.</p>
</body></html>
我想定製此消息,該URL不會在消息中。 我不確定誰在產生響應,是Apache嗎? tomcat的?球衣?
我已經嘗試添加錯誤映射到web.xml,但它沒有奏效。