feucht

Results 1 issues of feucht

### Actual behavior CoreHttpProvider.java ```java final Map headers = CoreHttpProvider.getResponseHeadersAsMapStringString(response); //{content-type=application/json;odata.metadata=minimal;odata.streaming=true;IEEE754Compatible=false;charset=utf-8} final String contentType = headers.get(Constants.CONTENT_TYPE_HEADER_NAME); //value of constant is "Content-Type" //looking for key "Content-Type", although is actually "content-type" if...

bug
duplicate
Needs: Attention :wave:
fixed