Updates:
        Owner: dhanji
        Labels: Extension.Servlet

Comment #1 on issue 549 by limpbizkit: Use getRequestDispatcher forward cause page not found
http://code.google.com/p/google-guice/issues/detail?id=549

Looks like a bug in com.google.inject.servlet.ServletDefinition#doService near line 206: pathInfo = getRequestURI().substring(getContextPath().length()).replaceAll("[/]{2,}", "/")
              .substring(servletPathLength);

In my application, a request for /run/[email protected]/examples.ListIterationBenchmark bottoms out in a JSP, with this request dispatcher: request.getRequestDispatcher("/BenchmarkPage.jsp").forward(request, response); This fails horribly with an error trying to dispatch to a guice-servlet mangled URL:
    /runchmarkPage.jsp

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