bodyExceedingMaxSizeStrategy |
false |
TRUNCATE
|
The strategy to use (TRUNCATE or ERROR) when a HTTP message body is larger than the <tt>maxBodySize</tt>.
<tt>TRUNCATE</tt> means that only the first bytes are kept in memory. <tt>ERROR</tt> means that HTTP requests
exceeding this limit will cause an error and not be processed any further: If the request exceeds the limit, it will
not be processed further; if the response exceeds the limit, it will not be processed further. ("Further processing"
usually includes transmission over a network.) |
- |