informatics-isi-edu / hatrac

Simple object storage for collaborations
Apache License 2.0
3 stars 1 forks source link

Malformed subresource representations #25

Closed karlcz closed 8 years ago

karlcz commented 8 years ago

The acl and versions sub-resources returned from GET seem to have malformed content which is not valid JSON. It looks like something is wrong with the composition of arrays of sub-resource elements and serialization.

karlcz commented 8 years ago

Fixed and test-cases altered to check for this class of problem in the future.