Apply patch for bugs 2030388 and 3134533: FileProtocolIteratorFactory creates File...
authortjordahl <tjordahl@sourceforge.net>
Thu, 11 Aug 2011 21:51:50 +0000 (21:51 +0000)
committerKai Moritz <kai@juplo.de>
Tue, 12 May 2015 19:27:19 +0000 (21:27 +0200)
commita63b5346cc43457b0efccb238f15367f36244291
treec990f7ed2083d10dfa5da653f24f16a2d96287a9
parentf42e6e6e1662efe9a2fb23a325854c8327829c17
Apply patch for bugs 2030388 and 3134533: FileProtocolIteratorFactory creates File from a URL wrong and doesn't handle spaces.

Add new AnnotationDB setting: ignoreBadURLs.  Setting this to true will prevent AnnotationDB::scanArchives() from throwing an IOException when handed a bad URL, it will continue to process the remaining URLs passed to it and skip the bad ones.
src/main/java/org/scannotation/AnnotationDB.java
src/main/java/org/scannotation/archiveiterator/FileProtocolIteratorFactory.java