You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@drill.apache.org by "Dmytro Kondriukov (Jira)" <ji...@apache.org> on 2020/03/23 15:46:00 UTC

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

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

Dmytro Kondriukov closed DRILL-7626.
------------------------------------

> 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
>              Labels: ready-to-commit
>             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)