kusalk commented on code in PR #663:
URL: https://github.com/apache/struts/pull/663#discussion_r1121470998


##########
core/src/main/java/org/apache/struts2/dispatcher/filter/StrutsPrepareFilter.java:
##########
@@ -44,6 +46,12 @@ public class StrutsPrepareFilter implements StrutsStatics, 
Filter {
 
     protected PrepareOperations prepare;
     protected List<Pattern> excludedPatterns = null;
+    protected boolean alwaysCreateActionContext = false;
+
+    @Inject(value = StrutsConstants.STRUTS_ALWAYS_CREATE_ACTION_CONTEXT, 
required = false)

Review Comment:
   Actually - we can't inject here can we? 😬



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to