runtime icon indicating copy to clipboard operation
runtime copied to clipboard

Header is too large 8193>8192

Open brunovg opened this issue 1 year ago • 1 comments

The setting max-http-header-size is deprecated on Spring Boot 3. The new setting is max-http-request-header-size.

brunovg avatar Jul 26 '24 16:07 brunovg

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

brunovg avatar Jul 26 '24 16:07 brunovg