Comment #5 on issue 618 by [email protected]: Make guice-servlet more
adaptable
http://code.google.com/p/google-guice/issues/detail?id=618
Unfortunately that won't work for our use case, which involves dynamic
injectors that can be added/removed during the lifetime of the application.
We also want to consider all the injected pipelines before finally falling
back to the static filter chain.
Btw, with the recent changes to trunk we now only require two trivial
changes to the servlet extension:
1) make the FilterPipeline interface public
2) make the GuiceFilter(FilterPipeline) constructor protected
with these simple changes we can customise the pipeline to properly handle
our dynamic environment.
--
You received this message because you are subscribed to the Google Groups
"google-guice-dev" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-guice-dev?hl=en.