voxpupuli / json-schema

Ruby JSON Schema Validator
MIT License
1.52k stars 242 forks source link

Fix accessing files via Java ClassLoader in JRuby #401

Open Majlen opened 6 years ago

Majlen commented 6 years ago

It should fix #47 and probably #326 . It fixes access to files embedded in Java applications. It might be wise to make the changes in some other way, the fix is not very nice (it basically just checks some specific conditions in current code).