lukaszlenart commented on code in PR #1405:
URL: https://github.com/apache/struts/pull/1405#discussion_r2637271528
##########
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:
Great, re-enabled the test and add a logic to test _disallow custom map_ flag
--
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]