Daniel Beck edited a comment on Bug JENKINS-24317

Alright, I was able to repro this. It looks like the fix for JENKINS-23872 did this. Weirdly enough I cannot even log in, so my failure mode is a bit different.

java.lang.NullPointerException
	at java.lang.String$CaseInsensitiveComparator.compare(String.java:1177)
	at java.lang.String$CaseInsensitiveComparator.compare(String.java:1170)
	at java.lang.String.compareToIgnoreCase(String.java:1220)
	at hudson.util.CaseInsensitiveComparator.compare(CaseInsensitiveComparator.java:40)
	at hudson.util.CaseInsensitiveComparator.compare(CaseInsensitiveComparator.java:34)
	at jenkins.model.IdStrategy$CaseInsensitive.compare(IdStrategy.java:160)
	at jenkins.model.IdStrategy.equals(IdStrategy.java:78)
	at hudson.model.User.getOrCreate(User.java:393)
	at hudson.model.User.getAll(User.java:475)
	at hudson.model.User$FullNameIdResolver.resolveCanonicalId(User.java:903)
	at hudson.model.User.get(User.java:358)
	at hudson.model.User.get(User.java:331)
	at hudson.security.HudsonPrivateSecurityRealm.loadUserByUsername(HudsonPrivateSecurityRealm.java:165)
	at hudson.security.HudsonPrivateSecurityRealm.authenticate(HudsonPrivateSecurityRealm.java:176)
	at hudson.security.HudsonPrivateSecurityRealm.authenticate(HudsonPrivateSecurityRealm.java:94)
	at hudson.security.AbstractPasswordBasedSecurityRealm.doAuthenticate(AbstractPasswordBasedSecurityRealm.java:114)

Should only affect users with uppercase letters in their name. Please comment if that is not the case.

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.

Reply via email to