ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

Use Consistent Reply Handling in Web Service #750

Open dvstans opened 3 years ago

dvstans commented 3 years ago

Currently there is a mixture of reply handling - pass through unchanged, replace errors with empty responses, etc. This should all be changed to only pass-through with no interference from the web server - this will allow the client to respond to errors on it's own.