We are using Apache Camel Jetty Websocket 2.17.1 with jetty 8.
We went through PCI scan and in this we found it is returning 404 pages with resources like
<html>
<head>
<meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1"/>
<title>Error 404 Not Found</title>
</head>
<body>
<h2>HTTP ERROR: 404</h2>
<p>Problem accessing /TOKENIZE.. Reason:
<pre> Not Found</pre>
</p>
<hr />
<i>
<small>Powered by Jetty://</small>
</i>
</body>
</html>
I changed this for Jetty Apache Camel component with errorHandler. But not able to change or trace the error page content returned on response with HTTP /GET.
PCI guys tried sending /GET for websocket port and app is returning above 404 content.
FYI. I also set Error Handler in ServletContextHandler.But Still my error handler is not pickedup.