[ https://issues.apache.org/jira/browse/WW-5516?focusedWorklogId=953091&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-953091 ]
ASF GitHub Bot logged work on WW-5516: -------------------------------------- Author: ASF GitHub Bot Created on: 20/Jan/25 03:23 Start Date: 20/Jan/25 03:23 Worklog Time Spent: 10m Work Description: kusalk opened a new pull request, #1190: URL: https://github.com/apache/struts/pull/1190 WW-5516 -- This is a fix for a functionality regression introduced in #763. Instead of re-introducing the dependency on an OGNL context expression, we instead access the required attributes directly through Java instead. This fixes the regression whilst still allowing applications to block OGNL context access (expressions beginning with `#`) using `OgnlGuard` if they desire. Issue Time Tracking ------------------- Worklog Id: (was: 953091) Remaining Estimate: 0h Time Spent: 10m > Session theme problems after struts2 migration to 6.4.0 > ------------------------------------------------------- > > Key: WW-5516 > URL: https://issues.apache.org/jira/browse/WW-5516 > Project: Struts 2 > Issue Type: Bug > Affects Versions: 6.4.0, 6.6.0, 6.6.1, 6.7.0 > Reporter: cococo42 > Priority: Minor > Fix For: 6.7.1, 7.0.1 > > Time Spent: 10m > Remaining Estimate: 0h > > When migrating an application from version 2.5.33 to version 6.4.0 (due to > the S2-067 bug), session themes in Freemarker templates stopped being > applied. It became necessary to add a {{theme}} attribute in the {{s:form}} > tags that would retrieve the value from the session. -- This message was sent by Atlassian Jira (v8.20.10#820010)