You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: