Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix issue scijava#406 without a location call handler supportsOpen(st…
…ring) This commit fixes an issue caused by calling the Location version of the method supportsOpen() in all cases when many IOPlugin do not yet implement that Location version of that method and therefore always return false. Instead now IOService getOpener(string) directly calls the string version of supportsOpen. This ensures older IOPlugin that can support the file provided are discovered and used.
- Loading branch information