runtime
runtime copied to clipboard
Header is too large 8193>8192
The setting max-http-header-size is deprecated on Spring Boot 3.
The new setting is max-http-request-header-size.
The following commit was done on the gateway: https://github.com/assimbly/gateway/commit/148e42f543c11b426149578822c4065e818052c4
, but the value of max-http-request-header-size is not used internally, and the default value (8192) is used instead.
The following PR was created on Runtime to correct this problem: https://github.com/assimbly/runtime/pull/260