Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
5.0.3
-
None
-
None
-
linux, tomcat4 ("connected" to apache1.3 via modjk), java 1.5
Description
PageRenderDispatcher.dispatch assumes that request.getPath() will always return at least "/". However, it is possible with tomcat for getPath() to return an empty string.
http://www.foo.com/context will return an empty string in tomcat (not in jetty).