Hi!

Is there a way to use the struts-plugin (defined in struts-config.xml) and acegi FilterToBeanProxy (defined in web.xml filters)?

The problem is that the filters don't have access to the ApplicationContext loaded by the strutsPlugin.

Is it possible to use ContextLoaderListener and then delegate the ApplicationContext to the strutsPlugin?

Thanks !