ADLS Gen2 Upload issue within IBM Java 8 in AIX machine
Hi Team,
We have deployed a web application in AIX machine with IBM Java 8.
In this web application, we are invoking ADLS Gen2 Rest API to upload and download the files. We are getting the following error, when we try to upload the files to ADLS Gen2 (for PATCH request):
Error occurred while appending the data to xyz - {"error":{"code":"UnsupportedHttpVerb","message":"The resource doesn't support specified Http Verb.\nRequestId:6cc3e0df-801f-0015-1334-518707000000\nTime:2020-07- 03T12:24:45.1978577Z"}}
Note:
- We are able to upload the files in all the below mentioned Java versions(without CORS configuration)
Windows-Oracle Java 8 ,Java 11
RHEL 7.2 - OpenJDK 11.0.6
2) We have updated CORS configuration for the blob in Azure portal as following,but still getting UnsupportedHttpVerb error: Allowed origins Allowed methods Allowed headers Exposed headers Max age * GET,PUT,POST,PATCH,DELETE * * 0
Thanks,
Ramya