-
Notifications
You must be signed in to change notification settings - Fork 38.8k
Closed
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: regressionA bug that is also a regressionA bug that is also a regression
Milestone
Description
Ronald Dauster opened SPR-9273 and commented
Being a Throwable, org.springframework.web.client.HttpStatusCodeException should be serializable.
However, it references a java.nio.charset.Charset, which is not java.io.Serializable, causing an NotSerializableException.
Affects: 3.1.1
Issue Links:
- HttpStatusCodeException not serializable [SPR-9370] #13976 HttpStatusCodeException not serializable ("is duplicated by")
- HttpStatusCodeException should contain response body [SPR-7591] #12247 HttpStatusCodeException should contain response body
Referenced from: commits 2ff4372
Metadata
Metadata
Assignees
Labels
in: webIssues in web modules (web, webmvc, webflux, websocket)Issues in web modules (web, webmvc, webflux, websocket)type: regressionA bug that is also a regressionA bug that is also a regression