Skip to content

HttpStatusCodeException cannot be serialized [SPR-9273] #13911

@spring-projects-issues

Description

@spring-projects-issues

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:

Referenced from: commits 2ff4372

Metadata

Metadata

Assignees

No one assigned

    Labels

    in: webIssues in web modules (web, webmvc, webflux, websocket)type: regressionA bug that is also a regression

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions