Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
3.1.1
-
None
Description
The cause of exception is due to this loops over newFilesNotFromConf and tries to access newResources.get in that.
Size of newResources is determined by utils.localizeTempFiles() here which may return a smaller list depending upon the skipFilesFromConf and this would result in newResources.size() < newFilesNotFromConf.length causing IndexOutOfBounds.