-
Bug
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
Two problems in 1.280:
- checkName did not include rootUrl in the returned image URLs, resulting in
broken images if webapp is not installed in / - LDAPSecurityRealm's groupName check gets NullPointerException when upgrading
to 1.280 because there is no groupSearchBase setting yet
Code changed in hudson
User: : mindless
Path:
trunk/hudson/main/core/src/main/java/hudson/security/GlobalMatrixAuthorizationStrategy.java
trunk/hudson/main/core/src/main/java/hudson/security/LDAPSecurityRealm.java
trunk/www/changelog.html
http://fisheye4.cenqua.com/changelog/hudson/?cs=15006
Log:
[FIXED JENKINS-2959] Fix broken images by adding rootUrl in image links returned by
checkName; avoid NullPointerException in LDAP groupname lookup when groupSearchBase
is not set.