pzoio / impala

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

Clarify behaviour of request.getPathInfo in MappedHttpServletRequest #314

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Applies as of r5440

When using module-internal mapped requests, Impala needs to be more
intelligent when handling the getPathInfo call.

If setServletPath="true" or servletPath="true", then should use what's left
of the requestURI after taking off the context path and the servlet path.
Otherwise, should use super.getPathInfo()

See the thread:
http://groups.google.com/group/impala_group/browse_thread/thread/a8e2c4aab94d602
f

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

GoogleCodeExporter commented 8 years ago
Fixed with r5441

Original comment by philzoio...@googlemail.com on 1 Apr 2010 at 9:52

GoogleCodeExporter commented 8 years ago

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