标签:style http color io ar 使用 for strong sp
不同的Controller之间使用redirect的话,会把上一个controller的mapping以及参数附加在目标controller的对应的URL后面当成参数,这样子看起来很不爽:.../success/?param1=xxx¶m2=xxx
.
经过发现,对于Spring 3.1:
<mvc:annotation-driven ignoreDefaultModelOnRedirect="true" />
对于For Spring >= 4.0 use ignore-default-model-on-redirect="true"
参考 http://stackoverflow.com/questions/13247239/spring-mvc-controller-redirect-without-parameters-being-added-to-my-url
标签:style http color io ar 使用 for strong sp
原文地址:http://my.oschina.net/zhike/blog/335533