Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.15.2
-
Fix Version/s: 2.18.0
-
Component/s: camel-jetty
-
Labels:None
-
Estimated Complexity:Unknown
Description
To completely prevent information leakage from Jetty, you have to
- change its default error page (already possible, but broken, see
CAMEL-8179)
- disable the default Server HTTP response header with JettyHttpEndpoint#setSendServerVersion(false).
This option is also missing as a String-based endpoint parameter in JettyHttpComponent#createEndpoint().