What's the correct one to use
1) org.springframework.security.util.FilterChainProxy
or
2) org.springframework.security.web.FilterChainProxy
As per the java doc it say's 1) but according to reference documentation it say's 2)
http://static.springsource.org/sprin...ocs/index.html
http://static.springsource.org/sprin...y-filter-chain
