[
https://issues.apache.org/jira/browse/WW-5406?focusedWorklogId=913820&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-913820
]
ASF GitHub Bot logged work on WW-5406:
--------------------------------------
Author: ASF GitHub Bot
Created on: 10/Apr/24 05:53
Start Date: 10/Apr/24 05:53
Worklog Time Spent: 10m
Work Description: lukaszlenart commented on code in PR #910:
URL: https://github.com/apache/struts/pull/910#discussion_r1558883281
##########
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:
We can have one general ticket to remove all the deprecated options, just to
be sure we won't miss this one at some point (so `since` would be needed)
Issue Time Tracking
-------------------
Worklog Id: (was: 913820)
Time Spent: 1h 20m (was: 1h 10m)
> 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: 1h 20m
> 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)