Details
-
Feature
-
Status: Released (View Workflow)
-
Minor
-
Resolution: Fixed
-
2.0.0
-
None
-
None
Description
Current Situation
- The JOC Cockpit offers an "About JS7 JobScheduler" box from the Login Screen that holds the version number and build number of JOC Cockpit.
- Any response headers of Jetty include the Jetty version number.
Desired Behavior
- The JOC Cockpit "About" box in the login screen should not display version information.
- Jetty should be configured not to send its version number with response headers by use of the jetty.send.server.version setting.
Maintainer Note
It is a setting in the jetty_base/start.d/server.ini that has true as default. The installer set this value false.
## Whether to send the Server: header
jetty.httpConfig.sendServerVersion=false