You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@struts.apache.org by "Lukasz Lenart (Jira)" <ji...@apache.org> on 2022/09/14 19:20:00 UTC

[jira] [Closed] (WW-3372) Convention Plugin is incompatible with wildcard mappings

     [ https://issues.apache.org/jira/browse/WW-3372?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lukasz Lenart closed WW-3372.
-----------------------------
    Resolution: Won't Fix

> Convention Plugin is incompatible with wildcard mappings
> --------------------------------------------------------
>
>                 Key: WW-3372
>                 URL: https://issues.apache.org/jira/browse/WW-3372
>             Project: Struts 2
>          Issue Type: Bug
>          Components: Plugin - Convention
>    Affects Versions: 2.1.8
>            Reporter: Matthew Payne
>            Priority: Major
>             Fix For: 6.1.0
>
>
> When the convention plugin is enabled, wildcard mappings no longer work
> The following should apply to serveral levels deep.
> 	<package name="publicPages" extends="pmlDefault" namespace="/pages/PML_Public">
> 		<action name="**" class="com.pennmutual.website.actions.BasePMLAppAction">
> 			<result name="success" type="freemarker">{1}.html</result>
> 		</action>
> 	</package>



--
This message was sent by Atlassian Jira
(v8.20.10#820010)