Files
Lukasz Lenart f2c1f50da2 WW-5604 Recognize CDI/Weld client proxies in SecurityMemberAccess (#1796)
* WW-5604 Add CdiProxyService to detect Weld client proxies

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* WW-5604 Register CdiProxyService as the active ProxyService

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* WW-5604 Address review: positive allowlist test, guard Weld member check, fix javadoc

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* WW-5604 Add WELD_AVAILABLE guard and weld-api version property

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* WW-5604 Cover null, non-proxy, non-method and Weld-absent paths

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* WW-5604 Remove unreachable guard and cover unwrap fallbacks

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-21 10:58:28 +02:00
..

Struts 2 CDI plugin

This plugin add support for using the Contexts and Dependency Injection (CDI) API with your Struts actions. You will find more details in documentation.

Installation

Just drop this plugin JAR into WEB-INF/lib folder or add it as a Maven dependency.