Class HttpServletRequestMessageChannelSecurity

    • Field Detail

      • defaultPortInsecure

        private boolean defaultPortInsecure
        Flag controlling whether traffic on the default TLS port is "secure".
    • Constructor Detail

      • HttpServletRequestMessageChannelSecurity

        public HttpServletRequestMessageChannelSecurity()
        Constructor.
    • Method Detail

      • setDefaultPortInsecure

        public void setDefaultPortInsecure​(boolean flag)
        Set whether traffic on the default TLS port is "secure" for the purposes of this action.

        Defaults to "true"

        Ordinarily TLS is considered a "secure" channel, but traffic to a default port meant for browser access tends to rely on server certificates that are unsuited to secure messaging use cases. This flag allows software layers to recognize traffic on this port as "insecure" and needing additional security measures.

        Parameters:
        flag - flag to set