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