jenkinsci / categorized-view-plugin

This is a plugin to create a new view named Categorized Jobs View, where jobs are grouped dynamically by regular expressions
https://plugins.jenkins.io/categorized-view/
GNU General Public License v3.0
11 stars 23 forks source link

jenkins.categorized-view-collapse-state_* cookies are causing "Bad Message 431" #18

Closed amezin closed 4 years ago

amezin commented 4 years ago

I've already had multiple CategorizedViews (with lots of jobs)

When I added another one, Jenkins started to respond with "Bad Message 431 reason: Request Header Fields Too Large"

"Cookies" header size is more than 8kb, which seems to be bigger than the default limit in official Docker image (haven't yet found a way to configure the limit). And most of the size is taken by jenkins.categorized-view-collapse-state_* cookies

Looks like they aren't used on the server side. Maybe local storage should be used instead?