Actions
Bug #11160
closedWe should not send Jetty version in header response
Pull Request:
Severity:
UX impact:
User visibility:
Effort required:
Priority:
0
Name check:
Fix check:
Regression:
Description
We have a response header telling Jetty version:
Server "Jetty(7.6.21.v20160908)"
This is the default behavior for jetty and is a little dumb: at best, it leaks information usable to forge an attack.
We should disable that, either by removing the header in apache, or by changing to "false" the value of attribute "sendServerVersion" in file "/opt/rudder/jetty7/etc/jetty.xml"
Updated by François ARMAND over 7 years ago
- Copied from Bug #11159: JSESSION cookie should be "secure" added
Updated by François ARMAND over 7 years ago
- Copied from deleted (Bug #11159: JSESSION cookie should be "secure")
Updated by François ARMAND over 7 years ago
- Related to Bug #11159: JSESSION cookie should be "secure" added
Updated by François ARMAND almost 3 years ago
- Related to Bug #19163: Do not display the jetty version number added
Actions