[ http://issues.apache.org/struts/browse/WW-1523?page=comments#action_38870 ] Ted Husted commented on WW-1523: --------------------------------
Did we already fix this? I know there's a switch about using slashes in names. > DefaultActionMapper ignores "/" between the namespace and action name when > there are "/" in action name > -------------------------------------------------------------------------------------------------------- > > Key: WW-1523 > URL: http://issues.apache.org/struts/browse/WW-1523 > Project: Struts 2 > Issue Type: Bug > Affects Versions: 2.0.1 > Reporter: xiaoheng > > when namespace is "/test" and action name is "*/abc" > Then "http://localhost/myapp/test/hh/abc" can access my action. > However, "http://localhost/myapp/test.hh/abc" can access my action too. It's > not expected. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/struts/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira
