Status: New
Owner: ----

New issue 727 by martin.s...@gmail.com: serve().with() javax.servlet.Servlet not possible
http://code.google.com/p/google-guice/issues/detail?id=727

Description of the issue:
The serve().with() Binding of the ServletModule works only with HttpServlets. It's not possible to bind a javax.servlet.Servlet.

I would have needed this to bind the Faces Servlet:
serve("/faces/*").with(javax.faces.webapp.FacesServlet.class);

--
You received this message because you are subscribed to the Google Groups 
"google-guice-dev" group.
To post to this group, send email to google-guice-dev@googlegroups.com.
To unsubscribe from this group, send email to 
google-guice-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-guice-dev?hl=en.

Reply via email to