String startURL = T.s("ebayServer.signInPage");
CookieJar cj = new CookieJar();
if (isAdult) startURL = Externalized.getString("ebayServer.adultPageLogin");
URLConnection uc_signin = cj.connect(startURL);
if(JConfig.queryConfiguration("debug.auth", "false").equals("true")) {
JConfig.log().logDebug("GET " + startURL);
JConfig.log().logDebug(cj.dump());
}
try {