You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@drill.apache.org by "Igor Guzenko (Jira)" <ji...@apache.org> on 2020/03/04 18:48:00 UTC

[jira] [Created] (DRILL-7626) Add ability to set HTTP response headers

Igor Guzenko created DRILL-7626:
-----------------------------------

             Summary: Add ability to set HTTP response headers
                 Key: DRILL-7626
                 URL: https://issues.apache.org/jira/browse/DRILL-7626
             Project: Apache Drill
          Issue Type: Sub-task
            Reporter: Igor Guzenko
            Assignee: Igor Guzenko
             Fix For: 1.18.0


It should be possible to make response headers configurable under common options path
*drill.exec.http.jetty.response.headers*, like

{code:none}
    jetty: {
      server: {
        response: {
          # any response headers with constant values may be configured like this
          headers: {
            "Custom Header Name": "Text Value",
            "BooleanHeader": true
          }
        }
      }
    }
{code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)