Issue Summary
As per title
Steps to Reproduce
Call
new ServletActionContextCompatManager.getRequest()
Expected Results
Same result as
ServletActionContext.getRequest()
Actual Results
When the ServletActionContext does not exist, we fallback to ServletContextThreadLocal.
Workaround
N/A