Hi I'm developing in Jira.
in https://developer.atlassian.com/server/jira/platform/webwork/
they say using alias, an action with alias MyNewJiraAction would be invoked by the URL http://<my-jira-server>/secure/MyNewJiraAction.jspa.
I wonder how to deal with that url mapping.
Prefix("/secure") and postfix(".jspa") are just ignored?
Is it a convention in webwork so the code dealing with it is inside webwork library?
Or Do there some filters support it in web.xml? Or Tomcat support this?