animo93 / JRest

A Java Rest Client developed on the lines of HttpUrlConnection
MIT License
0 stars 6 forks source link

Bug Fix - HttpUrlConnection sends illegal "Accept" header field #18

Closed animo93 closed 3 years ago

animo93 commented 3 years ago

Currently there is a open bug in HttpUrlConnection , where it sends an illegal "Accept" header field , in all it's connection. https://bugs.openjdk.java.net/browse/JDK-8163921

So , need to provide a fix for the same