Skip to content

Commit

Permalink
Merge pull request #823 from assimbly/822-jetty-header-is-too-large-8…
Browse files Browse the repository at this point in the history
…1938192

Increase max-http-header-size to 80Kb, instead of 8Kb (default value)
  • Loading branch information
skin27 authored Mar 5, 2024
2 parents 712b145 + 4514daf commit 416ae3d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/resources/config/application.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ server:
cookie:
http-only: true
max-age: 28800
max-http-header-size: 81920
jetty:
httpConfig:
generateOrigin: true
Expand Down

0 comments on commit 416ae3d

Please sign in to comment.