ssm框架做登录测试时,如何把url栏中的.action伪装变成.html?用urlrewrite
--urlrewrite.xml /index.html /index.jsp /([a-zA-Z0-9_\u4e00-\u9fa5]+).html /ssmTest/$1.action --web.xml contextConfigLocation classpath:spring*.xml org.springframework.web.context.ContextLoaderListener struts2 org.apache.struts2.dispatcher.filter.StrutsPrepareAndExecuteFilter struts2 /* REQUEST FORWARD UrlRewriteFilter org.tuckey.web.filters.urlrewrite.UrlRewriteFilter UrlRewriteFilter /* index.jsp *.html--struts.xml page/success.jsp index.jsp
问题来了:::
把localhost:8080/ssmTest/user_login.action登录跳转时变成localhost:8080/ssmTest/user_login.html |
免责声明:本内容仅代表回答会员见解不代表天盟观点,请谨慎对待。
版权声明:作者保留权利,不代表天盟立场。
|
|
|
|
在web.xml配置
struts2
*.html |
|
|
|
|