Package org.broadleafcommerce.common.security.channel
package org.broadleafcommerce.common.security.channel
-
ClassesClassDescriptionThis class is designed to work in both a load-balanced and non load-balanced environment by replacing the existing default Spring channel processors which do not work in a load balanced environment.Very similar to the
InsecureChannelProcessor
except that instead of relying on only the HttpServletRequest this also allows inspection of the X-Forwarded-Proto header to determine if the request is secure.Very similar to theSecureChannelProcessor
except that instead of relying on only the HttpServletRequest this also allows inspection of the X-Forwarded-Proto header to determine if the request is secure.