This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch WW-5675-share-parsed-ognl-security-config in repository https://gitbox.apache.org/repos/asf/struts.git
commit cb162c6316c08870b4992800b8e5b35a0494e8da Author: Lukasz Lenart <[email protected]> AuthorDate: Fri Aug 14 14:44:31 2026 +0200 WW-5675 fix(ognl): register SecurityMemberAccessConfig for the Dispatcher container Co-Authored-By: Claude Opus 5 <[email protected]> --- core/src/main/resources/struts-beans.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/src/main/resources/struts-beans.xml b/core/src/main/resources/struts-beans.xml index 2de4ebc40..84f0919dc 100644 --- a/core/src/main/resources/struts-beans.xml +++ b/core/src/main/resources/struts-beans.xml @@ -174,6 +174,7 @@ class="org.apache.struts2.ognl.StrutsOgnlGuard"/> <bean class="org.apache.struts2.ognl.ProviderAllowlist"/> <bean class="org.apache.struts2.ognl.ThreadAllowlist"/> + <bean class="org.apache.struts2.ognl.SecurityMemberAccessConfig"/> <bean type="org.apache.struts2.util.TextParser" name="struts" class="org.apache.struts2.util.OgnlTextParser" scope="singleton"/>
