io7m / jcalcium

Skeletal animation
ISC License
0 stars 0 forks source link

JSON importer bad URI to path conversion #4

Closed io7m closed 7 years ago

io7m commented 7 years ago

In https://github.com/io7m/jcalcium/blob/develop/io7m-jcalcium-format-json-jackson/src/main/java/com/io7m/jcalcium/format/json/jackson/v1/CaV1JSONFormat.java#L137, the use of Paths.get(uri) tends to raise an exception when given filesystem paths without file:/// schemes (the common case).