Skip to content

Commit

Permalink
Fix: Replace max-http-header-size with max-http-request-header-size
Browse files Browse the repository at this point in the history
Signed-off-by: Seddik Yengui <[email protected]>
  • Loading branch information
Seddik Yengui committed Sep 27, 2024
1 parent d5f7f68 commit bc373a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ server:
error:
include-message: always
# increase max url length
max-http-header-size: 64000
max-http-request-header-size: 64000
# enable monitoring of tomcat threads and thread pool
tomcat:
mbeanregistry:
Expand Down

0 comments on commit bc373a2

Please sign in to comment.