Renamed web.wrapper to web.servletapi. Added some package.html files.

This commit is contained in:
Luke Taylor
2009-10-05 16:59:37 +00:00
parent 673cf300fb
commit 1042305cfe
17 changed files with 37 additions and 16 deletions

View File

@@ -52,7 +52,7 @@
<property name="authenticationManager" ref="authenticationManager"/>
</bean>
<bean id="scharf" class="org.springframework.security.web.wrapper.SecurityContextHolderAwareRequestFilter" />
<bean id="scharf" class="org.springframework.security.web.servletapi.SecurityContextHolderAwareRequestFilter" />
<bean id="preAuthenticatedProcessingFilterEntryPoint"
class="org.springframework.security.web.authentication.Http403ForbiddenEntryPoint"/>