You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by "Matt Burgess (JIRA)" <ji...@apache.org> on 2017/11/14 02:10:00 UTC

[jira] [Updated] (NIFI-4603) NiFi HTTP header size should be configurable

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

Matt Burgess updated NIFI-4603:
-------------------------------
    Description: 
Currently, the max header size for NiFi HTTP requests and responses is hardcoded to 16 KB. This can cause issues when using SPNEGO and other mechanisms that pass large headers to/from NiFi.  This can be improved by externalizing the setting to nifi.properties so the user may configure it to the appropriate size.

The current setting is at https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java#L112

  was:Currently, the max header size for NiFi HTTP requests and responses is hardcoded to 16 KB. This can cause issues when using SPNEGO and other mechanisms that pass large headers to/from NiFi.  This can be improved by externalizing the setting to nifi.properties so the user may configure it to the appropriate size.


> NiFi HTTP header size should be configurable
> --------------------------------------------
>
>                 Key: NIFI-4603
>                 URL: https://issues.apache.org/jira/browse/NIFI-4603
>             Project: Apache NiFi
>          Issue Type: Improvement
>          Components: Core Framework
>            Reporter: Matt Burgess
>            Assignee: Matt Burgess
>
> Currently, the max header size for NiFi HTTP requests and responses is hardcoded to 16 KB. This can cause issues when using SPNEGO and other mechanisms that pass large headers to/from NiFi.  This can be improved by externalizing the setting to nifi.properties so the user may configure it to the appropriate size.
> The current setting is at https://github.com/apache/nifi/blob/master/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-jetty/src/main/java/org/apache/nifi/web/server/JettyServer.java#L112



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)