Skip to content

end-of-input exception in the JacksonDecoder #247

Description

@bcrowcs

If an null/empty stream is returned in a body where a JacksonDecoder is used, you can receive an error when the ObjectMapper attempts to read the inputStream value on line 55.
A quick check to inputSteam.available > 0 seems to stop this problem for me.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions