Skip to content

Fix for supplied SSLSocketFactory being ignored#821

Merged
Avery-Dunn merged 1 commit intoAzureAD:devfrom
stefanlourens:patch-1
Jun 3, 2024
Merged

Fix for supplied SSLSocketFactory being ignored#821
Avery-Dunn merged 1 commit intoAzureAD:devfrom
stefanlourens:patch-1

Conversation

@stefanlourens
Copy link
Copy Markdown
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
Copy Markdown
Contributor

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
Copy Markdown
Contributor Author

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

@bgavrilMS
Copy link
Copy Markdown
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
Copy link
Copy Markdown

@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