We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe3a483 commit 246dbb7Copy full SHA for 246dbb7
src/main/java/org/jruby/ext/openssl/x509store/Store.java
@@ -374,6 +374,8 @@ public int setDefaultPaths(Ruby runtime) throws Exception {
374
// set_default_paths ignores FileNotFound
375
}
376
catch (IOException e) {
377
+ // this is for older jrubies as they do not have a
378
+ // org.jruby.util.ResourceException.NotFound
379
if (!e.getClass().getSimpleName().equals("NotFound")) {
380
throw e;
381
0 commit comments