Hi, I'm not 100% sure because I allways get a little bit confused by the details of injection.
Maybe the improved documentation can help you ( http://tapestry.apache.org/tapestry5/tapestry-ioc/injection.html) As far as I understand I think this is a use case for the Alias service. You can find the documentation here: http://tapestry.apache.org/tapestry5/guide/alias.html Hope this helps. Olli 2008/12/7 rs1050 <[EMAIL PROTECTED]> > > I am trying to use my custom implementation of > org.springframework.security.ui.webapp.AuthenticationProcessingFilter with > tapestry-spring-security. > > By looking at the source of tapestry-spring-security i see this in > SecurityModule: > > public static void contributeHttpServletRequestHandler( > OrderedConfiguration<HttpServletRequestFilter> configuration, > @InjectService("AuthenticationProcessingFilter") > HttpServletRequestFilter authenticationProcessingFilter, > ...) > > How can I tell tapestry-spring-security to use my own implementation of > AuthenticationProcessingFilter without modifying tapestry-spring-security > code? > > Thank you. > R. > > -- > View this message in context: > http://www.nabble.com/tapestry-spring-security%3A-using-custom-AuthenticationProcessingFilter-tp20877071p20877071.html > Sent from the Tapestry - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- og