spring-framework/spring-webflux
mysend12 3547491590 Handle DataBufferLimitException as HTTP 413 responses
Prior to this commit, `DataBufferLimitException` would be thrown by
codecs when the request body was too large for the configured buffer
limit. This exception would not be handled by the web infrastructure and
would result in an HTTP 500 server error.

This commit introduces a new `PayloadTooLargeException` type that will
result in an HTTP 413 "Payload too large" response status.

Closes gh-32558
2024-05-13 14:07:21 +02:00
..
src Handle DataBufferLimitException as HTTP 413 responses 2024-05-13 14:07:21 +02:00
spring-webflux.gradle Introduce support for webjars-locator-lite 2024-04-02 10:16:51 +02:00