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 4585bbcd1aaa228a5e53547f531f6a9273da8f88 Author: Lukasz Lenart <[email protected]> AuthorDate: Thu Jul 23 20:40:47 2026 +0200 WW-5416 fix(text-provider): restore default struts.action.extension Removing the ',' override restores the framework default 'action,,' so .action URLs no longer 404. Co-Authored-By: Claude Opus 4.8 <[email protected]> --- text-provider/src/main/resources/struts.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/text-provider/src/main/resources/struts.xml b/text-provider/src/main/resources/struts.xml index 7d1e2b4..00cdb31 100644 --- a/text-provider/src/main/resources/struts.xml +++ b/text-provider/src/main/resources/struts.xml @@ -5,7 +5,6 @@ <struts> <constant name="struts.devMode" value="true"/> <constant name="struts.convention.action.packages" value="org.apache.struts_example"/> - <constant name="struts.action.extension" value=","/> <constant name="struts.custom.i18n.resources" value="DefaultMessages"/>
