Ensures channel security is active by review of HttpServletRequest.isSecure() responses.
The class responds to one case-sensitive keyword,
SecureChannelProcessor.getSecureKeyword . If this keyword is detected,
HttpServletRequest.isSecure() is used to determine the channel security offered. If channel security
is not present, the configured ChannelEntryPoint is called. By default the entry point is
RetryWithHttpsEntryPoint .
The default secureKeyword is REQUIRES_SECURE_CHANNEL .
author: Ben Alex version: $Id: SecureChannelProcessor.java 1496 2006-05-23 13:38:33Z benalex $ |