RestComm / gmlc

Restcomm Location Server
http://www.restcomm.com/
GNU Affero General Public License v3.0
17 stars 40 forks source link

HTTP status code is not being populated correctly #72

Closed jaimecasero closed 8 years ago

jaimecasero commented 8 years ago

The SBB logic is not taking care of setting HTTPResponse status code. This leads to use the container default which was recently changed to 501...

Both for Rest and nonRest interfaces populating status code is key to deliver good API.