Status: New
Owner: ----

New issue 622 by [email protected]: RequestDispatcher fails to handle properties
http://code.google.com/p/google-guice/issues/detail?id=622

Attached minimal example to reproduce issue.

Steps to reproduce
1) unzip dispatch-forward.zip -ddispatchtest
2) cd dispatchtest/gis-app
3) mvn -pl webapp jetty:run
4) http://localhost:8080/webapp/ (Note: variable does not resolve)
5) Click Links->Direct           (Note: variable resolves)

Culprit code:
request.getRequestDispatcher("/template/test.form.vm").forward(request, response);

Navigating to the /template/test.form.vm works fine. However if we navigate through the proxy servlet, then the page fails to resolve an attribute contained in ServletConfig.

Attachments:
        dispatch-forward.zip  8.1 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