diff --git a/spring-web/src/main/java/org/springframework/http/codec/CodecConfigurer.java b/spring-web/src/main/java/org/springframework/http/codec/CodecConfigurer.java index 40a18a08d8fbff9becefedf6c6506178662ef794..3d4c625b5d5626faae88c9ca1a2265b4f852267c 100644 --- a/spring-web/src/main/java/org/springframework/http/codec/CodecConfigurer.java +++ b/spring-web/src/main/java/org/springframework/http/codec/CodecConfigurer.java @@ -155,9 +155,10 @@ public interface CodecConfigurer { * apply. In 5.1 most codecs are not limited except {@code FormHttpMessageReader} * which is limited to 256K. In 5.2 all codecs are limited to 256K by default. * @param byteCount the max number of bytes to buffer, or -1 for unlimited - * @sine 5.1.11 + * @since 5.1.11 */ void maxInMemorySize(int byteCount); + /** * Whether to log form data at DEBUG level, and headers at TRACE level. * Both may contain sensitive information.