[EMAIL PROTECTED] wrote: > Most of the components in ACEGI have their own interface, then provide an > implementation. > e.g. AuthenticationEntryPoint > > The ExceptionTranslationFilter does not, it is a class that implements Filter. > > I am running into some problems with proxying and auto-wiring a class > that do not occur with interfaces. I would like there to be an interface > for ExceptionTranslationException.
Why do you need to make a proxy object for ExceptionTranslationFilter? It doesn't feel quite right to me. You get auto-wiring out-of-the-box given it's configured by a Spring application context. Cheers Ben ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Home: http://acegisecurity.org Acegisecurity-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer
