|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

Code changed in jenkins
User: Justin Harringa
Path:
src/main/java/hudson/plugins/openid/GoogleAppSsoSecurityRealm.java
src/main/java/hudson/plugins/openid/OpenIdSsoSecurityRealm.java
src/test/java/hudson/plugins/openid/OpenIdSsoSecurityRealmTest.java
http://jenkins-ci.org/commit/openid-plugin/ac607f380ce1945cf3d13bc389c1475b49696d8c
Log:
[FIXED JENKINS-22368] Discovery fails behind proxy
This commit addresses the problem described in [FIXED JENKINS-22368] and
may also correct JENKINS-11753. Proxy settings in openid4java's
HttpClientFactory will now be initialized when calling the constructor of
the OpenIdSsoSecurityRealm & GoogleAppSsoSecurityRealm classes in addition
to the existing call in the commenceLogin process.