Hello Event body,
I'm trying to use "MethodSecurityInterceptor" in order to manage methods invocation.
But, this doesn't work.
and i get in return this exeption:
"Caused by:...
Type: Posts; User: manel; Keyword(s):
Hello Event body,
I'm trying to use "MethodSecurityInterceptor" in order to manage methods invocation.
But, this doesn't work.
and i get in return this exeption:
"Caused by:...
Thank you for your response, i will check again!
i already read the aop chapter,
the problem in my case is that as you know the dispatcher call the controller.
there is no need to write the code shown in my snippet to call the controller.
and...
Hello,
I build a Spring mvc application.
I want to intercept the call to some controllers on this application.
the problem facing me is that i can't intercept these controllers in the...
HI,
I have actually the same problem.
I see your post and i'm wondering if have already find a solution.
I want to ask you a question, as well,
do use an IDE such us eclipse or you are using...