79658277

Date: 2025-06-09 01:55:20
Score: 2.5
Natty:
Report link

Since Spring Boot 3.0,

server.max-http-header-size: 32KB

is replaced by

server.max-http-request-header-size: 32KB

https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0.0-RC1-Release-Notes

Reasons:
  • Probably link only (1):
  • Low length (1):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: luooyii