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

pull/650/head
Justin Richer 11 years ago
parent 35e14f0c81
commit bea3a6610c

@ -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" />

Loading…
Cancel
Save