See gh-23884
This commit is contained in:
Brian Clozel
2019-10-30 18:51:41 +01:00
parent 9f00eb68e9
commit 3b724c72b6

View File

@@ -154,9 +154,10 @@ public interface CodecConfigurer {
* <p>By default this is not set, in which case individual codec defaults
* apply. 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.