mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
66ea9eaf24
DefaultActionProxy.resolveMethod() incorrectly set methodSpecified=false for config-resolved methods (including wildcard-substituted ones), causing HttpMethodInterceptor to skip method-level @HttpPost/@HttpGet annotation checks. Move methodSpecified=false inside the inner if block so it only applies when truly defaulting to "execute". 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <noreply@anthropic.com>
Struts 2 Core
This is a core of the Apache Struts framework and all other modules depend on it. It requires Java 8 at minimum and a Servlet container supporting Java Servlet API 3.1 at least.
Installation
Just drop this plugin into WEB-INF/lib folder or add it as Maven dependency