I am refactoring that out of FilterDispatcher so it becomes another extension point.
musachy On Wed, Apr 30, 2008 at 4:31 PM, Brian Pontarelli <[EMAIL PROTECTED]> wrote: > Musachy Barroso wrote: > > > I think FilterDispatcher should be changed to allow other > > implementations to lookup static resources and be more flexible in > > general. As it stands right now, static resources cannot be served > > from plugins unless you put them in org.apache.struts2.static in a jar > > loaded by the filter's class loader (this is a problem for bundles > > loaded with the OSGi plugin) > > > > thoughts? > > > > > > Yeah, JCatapult actually has its own static resource handler because of > this. Should be made pluggable and generic. > > -bp > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- "Hey you! Would you help me to carry the stone?" Pink Floyd --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
