SlingServletRequestAdapter
class is a ComponentRequestWrapper
which does not delegate to a wrapped ComponentRequest
but to a wrapped HttpServletRequest
. This is required if any user of the RequestDispatcher.include
method uses a HttpServletRequestWrapper
instead of a ComponentRequestWrapper
.
|
|
|
|
|
|