|
||||||||
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 jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Code changed in jenkins
User: Oleg Nenashev
Path:
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/security/authorizeproject/OwnershipAuthorizeProjectStrategy.java
src/main/java/com/synopsys/arc/jenkins/plugins/ownership/util/userFilters/AccessRightsFilter.java
http://jenkins-ci.org/commit/ownership-plugin/ff1ef42857904efe7ed886c0f39ed48a0f50a5b3
Log:
[FIXED JENKINS-24475] - Properly handle UsernameNotFoundException on impersonation
This change allows to avoid non-existent users introduced since 1.564.1.
The change also handles a possible issue in OwnershipAuthorizeProjectStrategy.
Signed-off-by: Oleg Nenashev <o.v.nenas...@gmail.com>