Closed vietj closed 7 months ago
The BodyHandler does not correctly handler max form limits and does not log correctly the decoder exception, assuming incorrectly that the decoder exception always contains a cause.
BodyHandler
Change: only unwrap the cause to log when there is actually one.
The
BodyHandler
does not correctly handler max form limits and does not log correctly the decoder exception, assuming incorrectly that the decoder exception always contains a cause.Change: only unwrap the cause to log when there is actually one.