Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug Fix to Support Http Patch/Put methods #14

Open
animo93 opened this issue Aug 1, 2021 · 0 comments
Open

Bug Fix to Support Http Patch/Put methods #14

animo93 opened this issue Aug 1, 2021 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers
Projects

Comments

@animo93
Copy link
Owner

animo93 commented Aug 1, 2021

Currently HttpUrlConnection doesn't support Http Patch/Put methods .
There is a Won't Fix bug in OpenJDK for this:
https://bugs.openjdk.java.net/browse/JDK-7016595

So , need to provide a fix along the below stackoverflow solution
https://stackoverflow.com/a/46323891/3647724

@animo93 animo93 added bug Something isn't working good first issue Good for newcomers labels Aug 1, 2021
@animo93 animo93 added this to To do in JRest Aug 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
JRest
To do
Development

No branches or pull requests

1 participant