bhassene / impala

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

Remove restriction that JSP path should start with module prefix #316

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Applies as of r5448

Even with setServletPath = true, and servletPath is implicitly the same as
the module mapping prefix, it should be possible for JSPs to use a path
which does not consist of the module prefix.

In practice, this amounts to setting the servletPath to "" for the
HttpServletRequest object passed to the JSP servlet.

Original issue reported on code.google.com by philzoio...@googlemail.com on 2 Apr 2010 at 8:56

GoogleCodeExporter commented 8 years ago
Fixed as of r5475

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

GoogleCodeExporter commented 8 years ago

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

GoogleCodeExporter commented 8 years ago

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