Details
-
Improvement
-
Status: Resolved (View Workflow)
-
Minor
-
Resolution: Fixed
-
None
Description
User details update should be separated into a separate thread at: https://github.com/jenkinsci/active-directory-plugin/blob/1ea9f9785a6f9e6193e62f6fe67a569a5a50092b/src/main/java/hudson/plugins/active_directory/ActiveDirectoryUnixAuthenticationProvider.java#L369
We should be returning the user details and not waiting to update... the update can take place in the background.
Code changed in jenkins
User: Felix Belzunce Arcos
Path:
src/main/java/hudson/plugins/active_directory/ActiveDirectorySecurityRealm.java
src/main/java/hudson/plugins/active_directory/ActiveDirectoryUnixAuthenticationProvider.java
http://jenkins-ci.org/commit/active-directory-plugin/fac8df0c7686a0210500c492c6bfd8d093718c7b
Log:
[FIXED JENKINS-38784] Update ActiveDirectoryUserDetail on a different thread (#50)
JENKINS-38784Update ActiveDirectoryUserDetail on a different thread so don't need to wait