Re: [S2] Struts Interceptor to refresh Spring Security Context

2009-11-17 Thread Lukasz Lenart
2009/11/16 Relph,Brian : > How does the interceptor object get built? By ObjectFactory or you can use integration with Spring and then it will be built by Spring. Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e

[S2] Struts Interceptor to refresh Spring Security Context

2009-11-16 Thread Relph,Brian
Hi, I am writing an interceptor that will re-populate the spring security context. For example, this will allow me to annotate my ChangePasswordAction with @Refresh, so after invocation, the SecurityContext will also contain the changed password. To do this, my interceptor needs a copy of th