HttpServletRequest decorator that makes all Spring beans in a
given WebApplicationContext accessible as request attributes,
through lazy checking once an attribute gets accessed.
author: Juergen Hoeller since: 2.5
Create a new ContextExposingHttpServletRequest for the given request.
Parameters: originalRequest - the original HttpServletRequest Parameters: context - the WebApplicationContext that this request runs in