serval-dna/java/org/servalproject
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
..
codec Reschedule alarm when tick_ms config changed 2015-03-23 13:35:22 +10:30
json Rhizome Java API: get decrypted payload 2014-07-10 06:30:50 +09:30
servaldna Improve REST HTTP response status codes 2015-11-02 12:26:40 +10:30
test Add Keyring Java API (incomplete) with tests 2015-08-31 19:16:30 +09:30