This is an automated email from the ASF dual-hosted git repository. lukaszlenart pushed a commit to branch fix/WW-5416-action-extension-404 in repository https://gitbox.apache.org/repos/asf/struts-examples.git
commit ce240a4d86fa4b49e18b0d181e9e5cfa5f91d83b Author: Lukasz Lenart <[email protected]> AuthorDate: Thu Jul 23 20:45:42 2026 +0200 WW-5416 fix(sitemesh3): restore default struts.action.extension Removing the empty-string override restores the framework default 'action,,' so .action URLs no longer 404. Co-Authored-By: Claude Opus 4.8 <[email protected]> --- sitemesh3/src/main/resources/struts.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/sitemesh3/src/main/resources/struts.xml b/sitemesh3/src/main/resources/struts.xml index 875a3db..97af649 100644 --- a/sitemesh3/src/main/resources/struts.xml +++ b/sitemesh3/src/main/resources/struts.xml @@ -5,7 +5,6 @@ <struts> <constant name="struts.devMode" value="true"/> <constant name="struts.ui.theme" value="simple"/> - <constant name="struts.action.extension" value=""/> <constant name="struts.custom.i18n.resources" value="DefaultMessages"/> <package name="default" extends="struts-default" namespace="/">
