ContactAssistApp / server

CovidSafe backend API service
https://covidsafe.cs.washington.edu/
MIT License
22 stars 13 forks source link

2020-04-15 Hotfix #29

Closed corygehr closed 4 years ago

corygehr commented 4 years ago

RequestValidationResult wasn't decorated with Protobuf Contract attributes, so any validation problem using Accept: application/x-protobuf (which is the default) will always throw HTTP 500.

corygehr commented 4 years ago

@ataymano please approve this hotfix when you're able. Upon completion it should automatically roll-out to production.