Package org.apache.http.impl.cookie
Class LaxBrowserCompatSpec
- java.lang.Object
-
- org.apache.http.impl.cookie.RFC6265CookieSpec
-
- org.apache.http.impl.cookie.RFC6265LaxSpec
-
- org.apache.http.impl.cookie.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.
-
-
Constructor Summary
Constructors Constructor Description LaxBrowserCompatSpec()
-