Due to request.body.max.size Wisdom may receive a truncated request.
If the request body size exceed this threshold, extra content is discarded and the request is still handled by Wisdom as everything went fine.
I think if the request exceed the body size limit, Wisdom should immediatly return a Bad Request "Body size exceeding configuration limit" or throw some kind of exception.
I ran into an issue regarding requests body size.
Due to request.body.max.size Wisdom may receive a truncated request. If the request body size exceed this threshold, extra content is discarded and the request is still handled by Wisdom as everything went fine.
I think if the request exceed the body size limit, Wisdom should immediatly return a Bad Request "Body size exceeding configuration limit" or throw some kind of exception.