Skip to content

Commit

Permalink
WW-5381 Revert bean removal for backwards compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
kusalk committed Jan 3, 2024
1 parent c322aba commit 7de06b1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions core/src/main/resources/struts-beans.xml
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,10 @@
<bean type="ognl.MethodAccessor" name="struts"
class="com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor"/>

<!-- DEPRECATED since 6.4.0 - retained for backwards compatibility with custom beans that may expect it to be present -->
<bean type="ognl.MethodAccessor" name="java.lang.Object"
class="com.opensymphony.xwork2.ognl.accessor.XWorkMethodAccessor"/>

<bean type="org.apache.struts2.dispatcher.StaticContentLoader"
class="org.apache.struts2.dispatcher.DefaultStaticContentLoader" name="struts"/>
<bean type="com.opensymphony.xwork2.UnknownHandlerManager"
Expand Down

0 comments on commit 7de06b1

Please sign in to comment.