Hi Frank According to https://issues.apache.org/jira/browse/FELIX-4519 this is part of Http Service Jetty bundle 2.3.0 only. So no luck with 2.2.2.
Regards Felix Am 25.09.2014 um 12:57 schrieb Frank Langel <[email protected]<mailto:[email protected]>>: Hi, I tried to set the parameters sendServerHeader / sendServerVersion in Karaf 2.3.5 using the following ways to no avail However, non of these work. Any suggestions on how to set sendServerVersion to false would be appreciated Thanks a lot Frank A) I added the following parameter to jetty.xml <Set name="sendServerHeader"">false</Set> <Set name="sendServerVersion">false</Set> B) I added org.apache.felix.http.cfg to /etc diretory $ cat org.apache.felix.http.cfg #Provide jetty specfic configuration org.apache.felix.http.jetty.sendServerHeader=false sendServerHeader=false sendServerVersion=false However, ConfigAdmin doesn¹t show these changes. It seems to be overwritten and 2.2.2 does not support this property in JettyConfig http://grepcode.com/file/repo1.maven.org/maven2/org.apache.felix/org.apache. felix.http.jetty/2.2.0/org/apache/felix/http/jetty/internal/JettyConfig.java / C) Added to java process java -server -Xms128M -Xmx512M -Dcom.sun.management.jmxremote -Dorg.apache.felix.http.jetty.sendServerHeader=false

