isovector / take2

the real accio analytics platform
7 stars 2 forks source link

Invalid JSON in POST requests causes uncaught exception #66

Closed edmundnoble closed 9 years ago

edmundnoble commented 9 years ago

SnapshotController doesn't verify that submitted snapshot data is valid. If it's not, an uncaught exception will be thrown. Could be fixed by folding over the optional value captured by bindFromRequest instead of using it correctly.