Community
Participate
Working Groups
org.eclipse.equinox.internal.p2.repository.FileReader provides an InputStream via this method: org.eclipse.equinox.internal.p2.repository.FileReader.read(...).new InputStream() {...}.checkException() checkException() should look at the cause and handle UserCancelledException, wrapping it in an OperationCancelledException. Patch attached.
Created attachment 169158 [details] patch to wrap UserCancelledException in an OperationCancelledException
I've applied the patch, ran the test suite and looked at the callers and I don't see any problems with the changes.
I've reviewed the patch and committed it.
Wow, thanks for the super-fast fix!