[ https://issues.apache.org/struts/browse/WW-2584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Don Brown resolved WW-2584. --------------------------- Resolution: Won't Fix Fix Version/s: (was: 2.1.3) Assignee: Don Brown The order needs to be this way to allow tags to override the name or method, regardless of where the forum was submitted to. > special parameters (i.e. action:actionname) do not handle namespaces > -------------------------------------------------------------------- > > Key: WW-2584 > URL: https://issues.apache.org/struts/browse/WW-2584 > Project: Struts 2 > Issue Type: Bug > Components: Other > Affects Versions: 2.0.11.1 > Reporter: David Waite > Assignee: Don Brown > > Within DefaultActionMapper.getMapping, the URI path is first parsed for > action/namespace separation, then special parameters like action: and > method: are handled. I believe this order should be reversed, i.e.: > <blockquote> > handleSpecialParameters(request, mapping); > parseNameAndNamespace(uri, mapping, configManager); > </blockquote> -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.