Skip to content

Order of interceptor calls is dependent on the way the interceptors are included [SWS-713] #806

@gregturn

Description

@gregturn

Jochen Terstiege opened SWS-713 and commented

The InterceptorsBeanDefinitionParser scans for interceptors in the following order: first "bean", then "ref", and so on. I.e. the order in which the interceptors are called is dependent on the way the interceptors are included.

One would expect that the interceptors are called in the order in which they were specified, so that changing a "bean" to a "ref" does not modify the calling order.


Affects: 2.0.2

Referenced from: commits 9f9e06d

1 votes, 1 watchers

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions