[
https://issues.apache.org/jira/browse/WW-5536?focusedWorklogId=996130&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-996130
]
ASF GitHub Bot logged work on WW-5536:
--------------------------------------
Author: ASF GitHub Bot
Created on: 14/Dec/25 19:32
Start Date: 14/Dec/25 19:32
Worklog Time Spent: 10m
Work Description: lukaszlenart commented on code in PR #1405:
URL: https://github.com/apache/struts/pull/1405#discussion_r2617425031
##########
core/src/test/java/org/apache/struts2/ognl/OgnlUtilTest.java:
##########
@@ -1647,7 +1647,9 @@ public void testOgnlDefaultCacheFactoryCoverage() {
assertEquals("Eviction limit for cache mismatches limit for factory
?", 15, ognlCache.getEvictionLimit());
}
- public void testCustomOgnlMapBlocked() throws Exception {
+ // TODO: Re-enable after investigating OGNL 3.4.8 compatibility issue
+ // Temporarily disabled - needs investigation for OGNL 3.4.8 behavior
changes
+ public void disabledTestCustomOgnlMapBlocked() throws Exception {
Review Comment:
@kusalk do you remember reason behind this test? Right now it returns `null`
Issue Time Tracking
-------------------
Worklog Id: (was: 996130)
Time Spent: 1h 10m (was: 1h)
> Bump ognl:ognl from 3.3.5 to 3.4.8
> ----------------------------------
>
> Key: WW-5536
> URL: https://issues.apache.org/jira/browse/WW-5536
> Project: Struts 2
> Issue Type: Dependency
> Components: Core
> Affects Versions: 6.7.0, 7.0.0
> Reporter: Lukasz Lenart
> Assignee: Lukasz Lenart
> Priority: Major
> Fix For: 7.2.0
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)