Azure / Azure/azure-data-lake-store-java

Accept transfer-encoding: chunked instead of content-length when getting MSI token

Open
#63 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
22
Forks
41
PR merge metrics
No merged PRs in 30d

Description

When getting the MSI token in the AzureADAuthenticator class, the response gets chunked if the token size crosses more than 2048. This returns a header transfer-encoding: chunked instead of content-length. The code is written so that it only relies on content-length if available. This should be changed and transfer-encoding: chunked should also be accepted.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.