Skip to content

Consecutive exception hides original error #1017

Closed
@bart-degreed

Description

@bart-degreed

For example, see here. The initial DataStoreUpdateException disappears because a new exception is thrown when disposing PlaceholderResourceCollector before the first exception can be caught. This results in a 500 error response plus a log entry at error level. Instead the follow-up exception should be swallowed so that the original DataStoreUpdateException can propagate.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions