serval-dna/java/org/servalproject/servaldna/meshms
Andrew Bettison 419364b5a9 Improve REST HTTP response status codes
List all the HTTP status codes in the REST API tech doc.

Only use 403 Forbidden for requests originating from a disallowed
origin (ie, not localhost).

- Return 400 for missing, unknown, duplicate and out-of-order form
  parts in POST requests.
- Return 415 Unsupported Media Type for unsupported form part
  Content-Disposition and Content-Type (including unsupported
  charset).
- Return 414 Request-URI Too Long for any buffer exhaustion while
  parsing request.
- Return 419 Authentication Timeout for missing crypto secret.
2015-11-02 12:26:40 +10:30
..
MeshMSCommon.java Improve REST HTTP response status codes 2015-11-02 12:26:40 +10:30
MeshMSConversation.java Use Long (int64) for meshms offsets 2014-06-25 12:52:25 +09:30
MeshMSConversationList.java Use Long (int64) for meshms offsets 2014-06-25 12:52:25 +09:30
MeshMSException.java Add support for running and stopping servald from a JVM thread 2015-05-25 11:46:37 +09:30
MeshMSMessage.java Fix RESTful MeshMS newsince ACK logic 2014-11-12 23:09:00 +10:30
MeshMSMessageList.java Fix RESTful MeshMS newsince ACK logic 2014-11-12 23:09:00 +10:30
MeshMSProtocolFaultException.java MeshMS Java API: list messages 2014-06-19 10:37:33 +09:30
MeshMSStatus.java MeshMS Java API: send message 2014-06-23 13:20:57 +09:30
MeshMSUnknownIdentityException.java MeshMS Java API: list messages 2014-06-19 10:37:33 +09:30