Do not set exception attribute if response body is set
ResponseEntityExceptionHandler should not set the exception attribute
when there is a response body, and the response is fully handled.
Closes gh-31541
@ -658,14 +658,14 @@ public abstract class ResponseEntityExceptionHandler implements MessageSourceAwa
@@ -658,14 +658,14 @@ public abstract class ResponseEntityExceptionHandler implements MessageSourceAwa