/* 488 */ URL url = (URL)i.next();
/* */ try
/* */ {
/* 491 */ if (url.toString().endsWith("/"))
/* */ {
/* 494 */ URLLister lister = this.listerFactory.createURLLister(url);
/* */
/* 497 */ urlsToDeploy.addAll(lister.listMembers(url, this.filter, this.doRecursiveSearch));
/* */ }
/* */ else
/* */ {
/* 504 */ url.openConnection().connect();
/* 505 */ urlsToDeploy.add(url);