-
Feature Request
-
Resolution: Done
-
Major
-
JWS30 1.3.0.GA, JWS31 1.0.0.GA
need to harden docker image in a following way
replace the response header to set attribute in the connector to:
<Connector port=""8080"" protocol=""HTTP/1.1""
connectionTimeout=""60000""
redirectPort=""8443"" maxHttpHeaderSize=""8192"" server=""server"" /> (a empty string leads to Server: Apache-Coyote/1.1)
replaced response header with updated one and set a attribute in the connector
<Connector port=""8080"" protocol=""HTTP/1.1""
connectionTimeout=""60000""
redirectPort=""8443"" maxHttpHeaderSize=""8192"" server=""server"" /> (a empty string leads to Server: Apache-Coyote/1.1)
- relates to
-
CLOUD-2152 [tracker] Sprint 12 release
- Closed