Store ShiroHttpServletRequest to RequestGlobals before processing
kaosko opened this issue · 0 comments
kaosko commented
Apparently there are cases where services may get the original request using the shadow if they refer to it early enough during. Store the wrapper into request globals to prevent services using different versions of the HttpServletRequest.