mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
fix another compilation issue after changes to sessionMap
This commit is contained in:
@@ -64,7 +64,7 @@ public class TagUtils {
|
||||
|
||||
Map<String, Object> extraContext = du.createContextMap(new RequestMap(req),
|
||||
params,
|
||||
new SessionMap<>(req),
|
||||
new SessionMap(req),
|
||||
new ApplicationMap(pageContext.getServletContext()),
|
||||
req,
|
||||
res);
|
||||
|
||||
Reference in New Issue
Block a user