Class LaxRedirectStrategy

  • All Implemented Interfaces:
    RedirectStrategy

    @Contract(threading=IMMUTABLE)
    public class LaxRedirectStrategy
    extends DefaultRedirectStrategy
    Lax RedirectStrategy implementation that automatically redirects all HEAD, GET, POST, and DELETE requests. This strategy relaxes restrictions on automatic redirection of POST methods imposed by the HTTP specification.
    Since:
    4.2
    • Constructor Detail

      • LaxRedirectStrategy

        public LaxRedirectStrategy()