[ https://issues.apache.org/struts/browse/WW-2584?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Don Brown updated WW-2584: -------------------------- Fix Version/s: 2.1.3 > 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 > Fix For: 2.1.3 > > > 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.