Can you explain what you mean by "gets included"? Do you mean
RequestDispatcher.include? If so it should work. If you have servlets
registered in web.xml that may not work. You should prefer registering all
your servlets in ServletModule if possible...

Dhanji.

On Wed, May 26, 2010 at 2:53 AM, senny <[email protected]> wrote:

> Hey
>
> Our Web-application, which uses Guice and the ServletModule do not
> work properly when the application gets included. The problem is that
> the GuiceFilter does not delegate the request to the specified
> Servlets. I guess the reason for this behaviour is, that the
> patternMatcher only matches against the servletPath. I thought that
> the servlet path is not the actual requested URL when including an
> application. Am I doing something wrong or is there another way to get
> Guice working with includes?
>
> Cheers,
> -- Yves
>
> --
> You received this message because you are subscribed to the Google Groups
> "google-guice" group.
> To post to this group, send email to [email protected].
> To unsubscribe from this group, send email to
> [email protected]<google-guice%[email protected]>
> .
> For more options, visit this group at
> http://groups.google.com/group/google-guice?hl=en.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"google-guice" 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?hl=en.

Reply via email to