Re: [Acegisecurity-developer] ExceptionTranslationFilter not an interface

2006-08-24 Thread Ben Alex
[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=lnkkid=120709bid=263057dat=121642
___
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer


[Acegisecurity-developer] ExceptionTranslationFilter not an interface

2006-08-18 Thread robert
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.

-Robert Blumen


-
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=lnkkid=120709bid=263057dat=121642
___
Home: http://acegisecurity.org
Acegisecurity-developer mailing list
Acegisecurity-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/acegisecurity-developer