Class RetryWithHttpsEntryPoint

java.lang.Object
org.springframework.security.web.access.channel.AbstractRetryEntryPoint
org.springframework.security.web.access.channel.RetryWithHttpsEntryPoint
All Implemented Interfaces:
ChannelEntryPoint

@Deprecated(since="6.5") public class RetryWithHttpsEntryPoint extends AbstractRetryEntryPoint
Deprecated.
please use HttpsRedirectFilter and its associated PortMapper
Commences a secure channel by retrying the original request using HTTPS.

This entry point should suffice in most circumstances. However, it is not intended to properly handle HTTP POSTs or other usage where a standard redirect would cause an issue.

  • Constructor Details

    • RetryWithHttpsEntryPoint

      public RetryWithHttpsEntryPoint()
      Deprecated.
  • Method Details