问题
our application has developed in struts 1 , all action class has .action as extension,
My action URL is Action URL: http://localhost:8089/Struts2/Login.action
when i submit the action for this url , I want change the URL to "http://localhost:8089/Struts2/Login" or can i give any user defined name instead of .action
来源:https://stackoverflow.com/questions/58553020/remove-action-extension-in-struts1-and-to-give-user-defined-extension