Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
http.jetty-3.0.2
-
None
Description
According to http://felix.apache.org/documentation/subprojects/apache-felix-http-service.html#configuration-properties, org.apache.felix.http.jetty.sendServerHeader default value is "false".
In fact, if you look the code, it's "true".
See org.apache.felix.http.jetty.internal.JettyConfig#isSendServerHeader on the trunk:
public boolean isSendServerHeader() { return getBooleanProperty(FELIX_JETTY_SEND_SERVER_HEADER, true); }
Can we just set "false" as documented?
Attachments
Issue Links
- is a clone of
-
FELIX-4981 [Jetty] Change default behaviour of sendServerHeader from true to false
- Closed