I'm using HttpURLConnection.getResponseMessage()
to get http status text. When the server responses with custom status text like HTTP/1.1 500 ItemNotFoundException
, translated to objective c method returns standard message for status code 500 - Internal Server Error
. Original java method returns ItemNotFoundException
.
Will it be fixed in future releases?