JBoss EAP 7.x によって返される Server ヘッダーと X-Powered-By 応答ヘッダーを抑制または変更する方法
Issue
-
JBoss EAP 7.x によって返される
ServerヘッダーとX-Powered-By応答ヘッダーを抑制または変更するにはどうすればよいですか? EAP 7 によって返される、次の HTTP ヘッダーServerおよびX-Powered-Byから、ソフトウェアに関する詳細情報がわかります。HTTP/1.1 200 OK X-Powered-By: Undertow/1 Server: JBoss-EAP/7and the following will be returned when you access JSP page:
HTTP/1.1 200 OK X-Powered-By: Undertow/1 X-Powered-By: JSP/2.3 Server: JBoss-EAP/7 -
ServerヘッダーとX-Powered-Byヘッダーを削除または変更するにはどうすればよいですか? - EAP 6 では、システムプロパティー
org.apache.coyote.http11.Http11Protocol.SERVERを指定して、Server応答ヘッダーを変更しました。これと同様の EAP 7 の設定は何ですか?
Environment
- Red Hat JBoss Enterprise Application Platform (EAP)
- 7.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.