For some reason the authoritieObject I was expecting at my vote() method is an instance of FilterInvocation, and I needed a MethodInvocation. Can't figure out why this is happening.
My web.xml ...
Hi I have a name match method interceptor for a class TestClass for the method TestMethodOne. In the interceptor based on a decision, i would like to call TestMethodTwo of the ...
Access to MethodInvocation in a aAround("some.class") I am using Spring 2.5.1, and have started using annotation based AOP. I hacve a cache implemented by using an around advise, and the method ...
Aug 17th, 2009, 08:48 AM #1 la_apollo View Profile View Forum Posts Private Message Junior Member Join Date Aug 2009 Posts 5 Problems with MethodInvocation Security Hello All, I got a ...