HttpServletRequestWrapperImpl
merely finds the real HttpServletRequestWrapper
on the RuntimeContext and delegates the calls. A HttpServletRequestWrapper is needed for containers that strictly follow the specification and do checks for it (i.e. Tomcat).
|
|
|
|
|
|
|
|
|
|