[
https://issues.apache.org/jira/browse/KNOX-3035?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18042209#comment-18042209
]
ASF subversion and git services commented on KNOX-3035:
-------------------------------------------------------
Commit 7ecd609b9fc8ebd9aa84e5de560fe5ff0130357b in knox's branch
refs/heads/dependabot/maven/org.bouncycastle-bcpkix-jdk18on-1.79 from Sandor
Molnar
[ https://gitbox.apache.org/repos/asf?p=knox.git;h=7ecd609b9 ]
KNOX-3035 - Limit response group header contents by size. (#1101)
Size-based group header partitioning takes precedence over length-based
partitioning, iff, size-based partitioning is configured to a non-negative
number.
> Group header value should be based on data size and not number
> --------------------------------------------------------------
>
> Key: KNOX-3035
> URL: https://issues.apache.org/jira/browse/KNOX-3035
> Project: Apache Knox
> Issue Type: Bug
> Components: Server
> Reporter: Sandeep More
> Assignee: Sandor Molnar
> Priority: Major
> Fix For: 3.0.0
>
> Time Spent: 2h 10m
> Remaining Estimate: 0h
>
> KNOX-2974 and KNOX-3023 support adding group headers to requests flowing to
> downstream endpoints. Currently the groups headers is based on number of
> groups (1000 default). A lot of webservers and loadbalancers support header
> sizes between 4KB - 8KB which be an issue when header sizes are large.
> This JIRA is to update this logic to limit groups in one header to configured
> size in KBs.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)