[
https://issues.apache.org/jira/browse/WW-5406?focusedWorklogId=913821&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-913821
]
ASF GitHub Bot logged work on WW-5406:
--------------------------------------
Author: ASF GitHub Bot
Created on: 10/Apr/24 05:59
Start Date: 10/Apr/24 05:59
Worklog Time Spent: 10m
Work Description: kusalk commented on code in PR #910:
URL: https://github.com/apache/struts/pull/910#discussion_r1558888068
##########
core/src/main/java/org/apache/struts2/dispatcher/filter/StrutsPrepareFilter.java:
##########
@@ -43,6 +43,8 @@ public class StrutsPrepareFilter implements StrutsStatics,
Filter {
protected static final String REQUEST_EXCLUDED_FROM_ACTION_MAPPING =
StrutsPrepareFilter.class.getName() + ".REQUEST_EXCLUDED_FROM_ACTION_MAPPING";
protected PrepareOperations prepare;
+
+ @Deprecated
Review Comment:
Fixed and created this general issue - WW-5411
Issue Time Tracking
-------------------
Worklog Id: (was: 913821)
Time Spent: 1.5h (was: 1h 20m)
> Action excluded patterns are not updated following a configuration reload
> -------------------------------------------------------------------------
>
> Key: WW-5406
> URL: https://issues.apache.org/jira/browse/WW-5406
> Project: Struts 2
> Issue Type: Bug
> Components: Core
> Reporter: Kusal Kithul-Godage
> Priority: Minor
> Fix For: 6.5.0
>
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> If {{struts.action.excludePattern}} or
> {{struts.action.excludePattern.separator}} are updated during runtime, the
> changes are not reflected in the application behaviour due to these constants
> only being read exactly once. This is not consistent with all other
> configuration which is re-injected following a configuration reload.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)