Comment #13 on issue 455 by cdberry: RequestDispatcher.forward() cannot dispatch to HTML or JSP files
http://code.google.com/p/google-guice/issues/detail?id=455
I built from trunk, and it almost fixes the problem. The remaining difficulty is that servlets invoked with additional path info are mishandled. It I have a servlet at "/rss" and I invoke it as "/rss/news" (with /news being pathinfo), then try to forward to "news.jsp", it dies trying to find "rsss.jsp". Apparently the base part of the servlet path is being overlaid on the beginning of the forwarding string.
Should I open a new bug for that, or reopen this one, or what? -- 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.
