536537538539540541542543544545546
HTTPConnectionPool pool = new HTTPConnectionPool(url); try { new SesameClient(pool).protocol().get(); } finally { pool.shutdown(); } return installNewManager(new RemoteRepositoryManager(url), url); } catch (UnauthorizedException e) {