PDA

View Full Version : How to configure ChannelDecisionManagerImplredirect..



jamesclinton
Jan 14th, 2009, 11:13 AM
I'm using the channelProcessingFilter and want to control the default redirect if the incorrect channel is used.

Which bean is this configured on?

Andrei Tsibets
Jan 15th, 2009, 01:37 AM
http://static.springframework.org/spring-security/site/reference/html/channel-security.html#channel-security-config

ChannelProcessingFilter delegates work to ChannelDecisionManager. ChannelDecisionManagerImpl implementation iterates through each configured ChannelProcessorS. There are two implementations: InsecureChannelProcessor and SecureChannelProcessor. Use these two or write your own.