Branch: refs/heads/master
Home: https://github.com/jenkinsci/jenkins
Commit: d1b2ba7e4988d26fbb815b8912efb16273c407d4
https://github.com/jenkinsci/jenkins/commit/d1b2ba7e4988d26fbb815b8912efb16273c407d4
Author: Vincent Latombe <[email protected]>
Date: 2012-05-22 (Tue, 22 May 2012)
Changed paths:
M changelog.html
M core/src/main/java/hudson/security/AuthorizationStrategy.java
Log Message:
-----------
[FIXED JENKINS-13429]
Backward compatibility is preventing the View.READ permission to apply
correctly. It actually overrides the View.READ instead of complementing
it.
This change only applies default READ right if the View.READ is not
available, and the user has View.CONFIGURE + the view is not empty.