Initialize singleton cookie specs lazily |
|
More...
|
over 10 years ago
|
Added public suffix list loader |
|
More...
|
over 10 years ago
|
Added a statement to NOTICE regarding distribution of the Public Suffix List copied from <https://publicsuffix.org/list/effective_tld_names.dat> licensed under MPLv2; added MPLv2 license text |
|
More...
|
over 10 years ago
|
Download public suffix list from Mozilla maintained <https://publicsuffix.org/> |
|
More...
|
over 10 years ago
|
Ignore unsupported cookie policies |
|
More...
|
over 10 years ago
|
Adding support for using delegated GSSCredential for Kerberos authentication |
|
More...
|
over 10 years ago
|
Default HostnameVerifier to check server identity against public suffix list |
|
More...
|
over 10 years ago
|
string matching is cheaper than regex matching so do it first |
|
More...
|
over 10 years ago
|
Reverted to simple wildcard matching |
|
More...
|
over 10 years ago
|
Re-designed Public Suffix matching algorhithm based on recommendations published at https://publicsuffix.org/list/ |
|
More...
|
over 10 years ago
|
Spelling |
|
More...
|
over 10 years ago
|
Trailing space |
|
More...
|
over 10 years ago
|
Javadoc8 fixes |
|
More...
|
over 10 years ago
|
Document missing case labels |
|
More...
|
over 10 years ago
|
Suppress deprecation warning |
|
More...
|
over 10 years ago
|
Deprecated old non-thread safe public suffix domain filter in favor of new thread safe implementation |
|
More...
|
over 10 years ago
|
Factored Public Suffix matching code into a separate utility class |
|
More...
|
over 10 years ago
|
Deprecated internal punycode implementation in favor of standard java.net.IDN |
|
More...
|
over 10 years ago
|
Refactored public suffix list parser; deprecated old implementation |
|
More...
|
over 10 years ago
|
Deprecated browser compat policy in favor of the default (best match) policy |
|
More...
|
over 10 years ago
|
Replaced BEST_MATCH with DEFAULT policy |
|
More...
|
over 10 years ago
|
Cookie spec provides to re-use the same thread-safe CookieSpec instance by default |
|
More...
|
over 10 years ago
|
Default cookie spec to permit 'expires' attribute for Netscape style cookies only |
|
More...
|
over 10 years ago
|
Made all cookie spec implementations thread safe |
|
More...
|
over 10 years ago
|
Code cleanup |
|
More...
|
over 10 years ago
|
BestMatchSpec to use Netscape policy instead of browser compatibility for netscape style cookies; browser compatibility policy is to be deprecated |
|
More...
|
over 10 years ago
|
Javadoc 8 fixes. |
|
More...
|
over 10 years ago
|
Javadoc 8 fixes. |
|
More...
|
over 10 years ago
|
Javadoc 8 fixes. |
|
More...
|
over 10 years ago
|
Javadoc 8 fixes. |
|
More...
|
over 10 years ago
|