-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
druid-pac4j:add custom SSL handling to com.nimbusds.oauth2.sdk.http.HTTPRequest objects #9695
Conversation
…TTPRequest objects
@jihoonson not sure if you already prep the new RC for 0.18.0 , if not , can you please approve this so that we can get it in? |
@himanshug sorry, I've already created RC 2 artifacts and am testing them. Thinking to start a new vote around noon today. Can this PR go into the next release? |
that would be ok, unless we end up doing a RC3 for some reason. |
Thanks. Hopefully not 😅. |
Good news. RC2 vote failed. Let's add this PR to RC3. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
…TTPRequest objects (apache#9695)
@jihoonson @clintropolis thanks |
…TTPRequest objects (apache#9695)
Fixes issue reported in #8992 (comment)
Description
One such problem, reported in #8992 (comment) , was fixed by #9637 . However, pac4j appears to have different code paths with different mechanisms to make HTTP connection and this PR updates those.
This PR has: