aungmyo / impala

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

Allow request.getContextPath() to be overridden as well as request.getServletPath() #318

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Applies as of r5457

When hosting multi-module web applications, a slightly less intrusive way
of handling JSPs in particular involves allowing the request context path
to be overridden using the wrapper HttpServletRequest, instead of using the
request servlet path.

This can be accomplished by adding new attributes "contextPath" and
"setContextPath" to the "to-handler" element of the web namespace.

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

GoogleCodeExporter commented 9 years ago
Fixed as of r5461

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