Comment #3 on issue 599 by [email protected]: invalid pathinfo
computation in ServletDefinition
http://code.google.com/p/google-guice/issues/detail?id=599
Using Guice 3.0, guice-servlet 3.0 I am experiencing the same problem with
Jetty (maven-jetty-plugin 6.1.26)
I achieved a very "hacky" fix by adding additional paths in my servlet
module, e.g.
server ("/home", "/home;*") .with (homeServlet.class);
However the problem does not stop there. I am using a very simple Servlet /
JSP architecture - forwarding to JSPs fails if cookies are turned off and
the jsessionid is appended. For example, forwarding to
/WEB-INF/jsp/homePage.jsp throws an exception:
"WARN:org.apache.jasper.servlet.JspServlet:PWC6117:
File "/path/to/webapp/home;NF/jsp/homePage.jsp" not foundnull"
Something really bizarre has happened to the path to the JSP...
This is a bit of a killer at the moment.
Looks similar to http://code.google.com/p/google-guice/issues/detail?id=372
--
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.