tell spring to not stuff model into the redirects, partially addresses #492

pull/516/head
Justin Richer 2013-08-30 16:31:10 -04:00
parent 84f097edf4
commit bdbff8d45c
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@
<!-- Enables the Spring MVC @Controller programming model -->
<tx:annotation-driven transaction-manager="transactionManager" />
<mvc:annotation-driven />
<mvc:annotation-driven ignoreDefaultModelOnRedirect="true" />
<mvc:interceptors>
<!-- Inject the UserInfo into the current context -->
<bean id="userInfoInterceptor" class="org.mitre.openid.connect.web.UserInfoInterceptor" />