1
0
mirror of synced 2026-08-05 17:57:15 +00:00

Fixes to samples and improved test workout script

This commit is contained in:
Luke Taylor
2009-10-10 23:50:33 +00:00
parent 0615b94f55
commit cf5e713812
5 changed files with 187 additions and 30 deletions
@@ -88,8 +88,6 @@
<bean id="roleVoter" class="org.springframework.security.access.vote.RoleVoter"/>
<bean id="securityContextHolderAwareRequestFilter" class="org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter">
<property name="wrapperClass" value="org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestWrapper"/>
</bean>
<bean id="securityContextHolderAwareRequestFilter" class="org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter"/>
</beans>