Hi, Currently JAX-RS filters are bound to exchange endpoint in ClientProviderFactory and ServerProviderFactory and filter chain is always the same for all processing messages. In some use cases (security) it would be useful to activate filters dynamically on message level, that different requests could have own filter chains.
I am going to extend JAXRSInInterceptor, JAXRSOutInterceptor, ClientRequestFilterInterceptor and ClientResponseFilterInterceptor with option to add and execute filters dynamically, additionally to ClientProviderFactory and ServerProviderFactory. Any objections, thoughts regarding that? Regards, Andrei. As a recipient of an email from Talend, your contact personal data will be on our systems. Please see our contacts privacy notice at Talend, Inc. <https://www.talend.com/contacts-privacy-policy/>
