pzoio / impala

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

Remove reliance of getServletPath when figuring out the top level module name #222

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as of r4232

Currently getServletPath() returns a value which depends on the mapping set
in web.xml. We should not rely on this behaviour when attempting to figure
out what is the first portion of the URL coming after the web application
name, which is what this usage was originally intended for.

Original issue reported on code.google.com by philzoio...@googlemail.com on 15 Jun 2009 at 2:02

GoogleCodeExporter commented 9 years ago
Fixed with r4233

Original comment by philzoio...@googlemail.com on 19 Jun 2009 at 4:45

GoogleCodeExporter commented 9 years ago
Changed milestone to 1.0 RC1

Original comment by philzoio...@googlemail.com on 21 Sep 2009 at 9:30