Status: New
Owner: ----
Labels: Type-Patch Extension.Servlet

New issue 618 by [email protected]: Make guice-servlet more adaptable
http://code.google.com/p/google-guice/issues/detail?id=618

We're using guice-servlet in a multi-injector scenario where we want to chain the different filter/servlet pipelines under a single instance of a subclass of GuiceFilter. To get this working without co-locating our custom filter under the same package as GuiceFilter we need to make a couple of visibility changes (including removing final from an injected field).

The attached patch contains the necessary changes, comments welcome :)

Attachments:
        GUICE_SERVLET_CODE_VISIBILITY.patch  1.6 KB

--
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.

Reply via email to