Add message into errorAttributes. After changes in 158933c, "message" attribute is missing when generating response from ResponseStatusException. Found after updating spring boot to 2.3, using webflux. Steps to reproduce: 1. Create basic handlerFunction 2. flatmap entity to Mono.error(new ResponseStatusException(HttpStatus.BAD_REQUEST, "someexplanation")); 3. Send request to server. Expected: "message" attribute is "someexplanation", observed: "message" attribute is "".
Comment From: pivotal-issuemaster
@arramanenka Please sign the Contributor License Agreement!
Click here to manually synchronize the status of this Pull Request.
See the FAQ for frequently asked questions.
Comment From: pivotal-issuemaster
@arramanenka Thank you for signing the Contributor License Agreement!