kusalk commented on code in PR #663:
URL: https://github.com/apache/struts/pull/663#discussion_r1121542340
##########
core/src/main/java/org/apache/struts2/dispatcher/filter/StrutsExecuteFilter.java:
##########
@@ -46,14 +51,43 @@ public void init(FilterConfig filterConfig) throws
ServletException {
protected synchronized void lazyInit() {
if (execute == null) {
- InitOperations init = new InitOperations();
+ InitOperations init = createInitOperations();
Review Comment:
These changes are a port of your [prior
changes](https://github.com/atlassian/struts/commit/6651089e823d2d2934f0597ab690ea9322f584e3)
which sadly didn't make it to the two filter setup. They are very useful. 😁
--
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]