Hi,
I'm trying to migrate an application using EJB 2.1 to Spring. In the old
version, I have a EJB Dispatcher that audits the applicacion. I'm developing an Spring
AOP Interceptor for do something similar, but I don't know how to obtain the user
principal in a simply manner.
Using acegi or web filter that put the user in the current thread would be a
solution. ¿s there a simpler manner to do this?
Thanks


Reply With Quote

