Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
V2 2.0.11
-
None
-
None
Description
Http status code 420 is not listed in org/apache/olingo/odata2/api/commons/HttpStatusCodes.java
420 http status code is a deprecated response and also it used to be the return code for Twitter Search and Trends API when the client is being rate limited. This 420 status code is not added in the olingo HttpStatusCodes and hence the applications get 500 Internal server error.
(https://en.wikipedia.org/wiki/List_of_HTTP_status_codes)