[ 
https://issues.apache.org/jira/browse/DRILL-7626?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Igor Guzenko updated DRILL-7626:
--------------------------------
    Description: 
It should be possible to make response headers configurable under common 
options path
*drill.exec.http.jetty.server.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}

  was:
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}


> 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
>            Priority: Major
>             Fix For: 1.18.0
>
>
> It should be possible to make response headers configurable under common 
> options path
> *drill.exec.http.jetty.server.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)

Reply via email to