I need to set a ServletRequest attribute within a Struts2 interceptor (not action class).
Does the ActionContext expose a Map<String, Object> to control request attributes, like it does for session attributes?
I see ActionContext implements a map. Is the ActionContext itself a wrapper for the request attributes?