maxEncodingChainLength
The maximum number of chained content encodings that will be decoded automatically.
Requests whose Content-Encoding header lists more than this number of codecs will be rejected with a ContentEncodingChainTooLongException. This protects against "decompression bomb" attacks where a small request chains many encodings to expand into a huge payload.
Set to a non-positive value to disable the chain length check. Defaults to DEFAULT_MAX_ENCODING_CHAIN_LENGTH.