aungmyo / impala

Automatically exported from code.google.com/p/impala
0 stars 0 forks source link

ResourceServlet should use module path info #317

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as of r5448

ResourceServlet relies on HttpServletRequest.getPathInfo() to be set.
However, this will not be the case by default if the resource is served via
a filter mapped using the /* mapping in web.xml, as is by default the case
for in-module resources.

To cater for this instance, should allow path info to be constructed via
the request URI and matching module prefix combination.

Original issue reported on code.google.com by philzoio...@googlemail.com on 12 Apr 2010 at 7:20

GoogleCodeExporter commented 9 years ago
Fixed as of r5450

Original comment by philzoio...@googlemail.com on 18 Apr 2010 at 6:16

GoogleCodeExporter commented 9 years ago

Original comment by philzoio...@googlemail.com on 23 Apr 2010 at 4:06