this.cookieStore.addCookie(cookie2);
this.cookieSpecRegistry = new CookieSpecRegistry();
this.cookieSpecRegistry.register(
CookiePolicy.BEST_MATCH,
new BestMatchSpecFactory());
this.cookieSpecRegistry.register(
CookiePolicy.BROWSER_COMPATIBILITY,
new BrowserCompatSpecFactory());
this.cookieSpecRegistry.register(
CookiePolicy.NETSCAPE,