From brianm%skife.org@gtempaccount.com on May 12, 2009 18:42:37
The Jasper JSP compiler uses request.getServletPath() to name the JSP file.
When dispatched to a JSP under the filter the servlet path is either empty
or /, which leads to an error when generating a class name for the jsp file
before it can be compiled.
This is happening in 2.0- r943
Original issue: http://code.google.com/p/google-guice/issues/detail?id=372
From brianm%skife.org@gtempaccount.com on May 12, 2009 18:42:37
The Jasper JSP compiler uses request.getServletPath() to name the JSP file.
When dispatched to a JSP under the filter the servlet path is either empty
or /, which leads to an error when generating a class name for the jsp file
before it can be compiled.
This is happening in 2.0- r943
Original issue: http://code.google.com/p/google-guice/issues/detail?id=372