intercepted « Object « Spring Q&A





1. equals of intercepted and not intercepted objects - Cglib2AopProxy.EqualsInterceptor    forum.springsource.org

equals of intercepted and not intercepted objects - Cglib2AopProxy.EqualsInterceptor Hi, Cglib2AopProxy.EqualsInterceptor implementation does not seem logical to me. If I have have intercepted object lets say io1 and not intercepted object ...

2. self invocation in intercepted object    forum.springsource.org

self invocation in intercepted object Current Spring proxy has one problem, when a method being invoked from another method from the same class instance, it will bypass the whole interceptor stack. ...