While validating XML signature, ResolverLocalFilesystem.engineResolveURI() opens a new Input Stream which is never closed leading to leakage in file descriptor. When large number of files are validated, new file descriptor allocation might fail causing the application to fail.
|