Skip to content

Fix for supplied SSLSocketFactory being ignored #821

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

Merged
merged 1 commit into from
Jun 3, 2024

Conversation

stefanlourens
Copy link
Contributor

It was checking if the connection is an instance of HttpURLConnection, but since HttpsURLConnection extends HttpURLConnection it's always true and the else is never executed.

#820

It was checking if the connection is an instance of ```HttpURLConnection```, but since ```HttpsURLConnection``` extends ```HttpURLConnection``` it's always true and the else is never executed. 

AzureAD#820
@Avery-Dunn
Copy link
Collaborator

Thanks for making this! We have some specific fixes planned for our next release, so if this does not get merged in for that release then it will be part of a hotfix release immediately after.

@stefanlourens
Copy link
Contributor Author

@bgavrilMS Do I need to do something to get the build to trigger to update the status?

@bgavrilMS
Copy link
Member

@Avery-Dunn - any issues with merging this? I don't think it's unit testable.

@Avery-Dunn Avery-Dunn merged commit 440e42d into AzureAD:dev Jun 3, 2024
1 check passed
Copy link

@deepak-dhull-02 deepak-dhull-02 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good change

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants