Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-4982

[Jetty] Document change in default behaviour of sendServerHeader

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • http.jetty-3.0.2
    • http.jetty-3.1.0
    • HTTP Service
    • 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

          Activity

            People

              cziegeler Carsten Ziegeler
              apailhes Adrien PAILHES
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: