public class FIDSToFilterChainMapConverter
extends java.lang.Object
Used internally to provide backward compatibility for configuration of FilterChainProxy using a
FilterInvocationDefinitionSource. This is deprecated in favour of namespace-based configuration.
This class will convert a FilterInvocationDefinitionSource into a suitable Map, provided it is one of the
recognised implementations (ant path or regular expression). The order of the mappings will be
preserved in the Map.
- Version:
- $Id$
- Author:
- Luke Taylor