Skip to content

Multiple implementations of ResponseInterceptor fail to trigger #1006

Open
@marcdv

Description

@marcdv

Describe the bug
I have 2 implementations of ResponseInterceptor, both fail to trigger in 4.1.0. If I remove one of them, then it works.

@Component
public class AuditorGatewayResponseInterceptor implements ResponseInterceptor {

//// removed
}
@Component
public class AnotherResponseInterceptor implements ResponseInterceptor {

//removed
}

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions