309310311312313314315316317318319
urlPath = urlPath.replaceAll("%20", " "); f = new File( (new URL(ensureCorrectUrlFormat(urlPath))).getFile() ); } } it = new FileIterator(f, filter); } InputStream stream; while ((stream = it.next()) != null) {
310311312313314315316317318319320
307308309310311312313314315316317
308309310311312313314315316317318