Code snippet error on page 370
In the context configuration on the first half of page 370, the following occurs:
<bean id="filterInvocationInterceptor"
class="net.sf.sf.intercept.web.FilterSecurityInter ceptor">
It should be...
<bean id="filterInvocationInterceptor"
class="net.sf.acegisecurity.intercept.web.FilterSe curityInterceptor">
|