aungmyo / impala

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

Support scenarios when forwards and includes are also sent through the ModuleProxyFilter #333

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as of r5567

Currently, it is assumed that forwards and includes are not passed through
the filter, which means that an extra JSP servlet needs to be set up
specifically in the web.xl to allow web module support.

Should investigate whether JSP forwards and includes can be routed through
the ModuleProxyFilter, and allow for a mechanism by which the
MappedHttpServletRequest can be aware of this.

Original issue reported on code.google.com by philzoio...@googlemail.com on 22 May 2010 at 8:11

GoogleCodeExporter commented 9 years ago
Fixed with r5601

Original comment by philzoio...@googlemail.com on 25 May 2010 at 5:48