Major bug fix
-
Make plugin manager work on Internet Explorer 11 again (regression in 2.231).
JENKINS-62163
Enhancement
-
Security hardening: Always round-trip password form control values in an encrypted form, even if not backed by an encrypted
Secret
field.
In case of problems, this can be disabled by setting the system property hudson.util.Secret.AUTO_ENCRYPT_PASSWORD_CONTROL
to false
on startup.
JENKINS-61808
-
Security hardening: Always use a placeholder value for password form control values in item related configuration forms when the user is missing Item/Configure permission, even if not backed by an encrypted
Secret
field.
In case of problems, this can be disabled by setting the system property hudson.util.Secret.BLANK_NONSECRET_PASSWORD_FIELDS_WITHOUT_ITEM_CONFIGURE
to false
.
JENKINS-61808
-
Developer: Make the SystemProperties API available to plugins so that their properties could be managed by a standard engine.
pull 4707, Javadoc, Jenkins Features Controlled with System Properties