Class LaxBrowserCompatSpec

  • All Implemented Interfaces:
    org.apache.http.cookie.CookieSpec

    public class LaxBrowserCompatSpec
    extends org.apache.http.impl.cookie.RFC6265LaxSpec
    Class to override browser compatibility to make it not check cookie paths. See CONNECTORS-97. The class must be in the package described because it requires a protected constructor from the class it extends.
    • Method Summary

      • Methods inherited from class org.apache.http.impl.cookie.RFC6265LaxSpec

        toString
      • Methods inherited from class org.apache.http.impl.cookie.RFC6265CookieSpec

        formatCookies, getVersion, getVersionHeader, match, parse, validate
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • LaxBrowserCompatSpec

        public LaxBrowserCompatSpec()