Class CdiProxyService

java.lang.Object
org.apache.struts2.util.StrutsProxyService
org.apache.struts2.cdi.CdiProxyService
All Implemented Interfaces:
ProxyService

public class CdiProxyService extends StrutsProxyService
CDI-aware ProxyService. Extends the default StrutsProxyService (Spring + Hibernate detection) with recognition of Weld client proxies, so SecurityMemberAccess can resolve the real target class of a normal-scoped CDI bean before evaluating the OGNL allowlist.
See Also: