|
||||||||
|
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/groups/opt_out.

Code changed in jenkins
User: Jesse Glick
Path:
changelog.html
core/src/main/java/hudson/model/ManagementLink.java
core/src/main/java/jenkins/management/ReloadLink.java
core/src/main/java/jenkins/model/Jenkins.java
core/src/main/java/jenkins/model/ModelObjectWithContextMenu.java
core/src/main/resources/jenkins/model/Jenkins/manage.jelly
core/src/main/resources/jenkins/model/Jenkins/manage.properties
core/src/main/resources/lib/layout/breadcrumbs.js
core/src/main/resources/lib/layout/confirmationLink.jelly
core/src/main/resources/lib/layout/task.jelly
http://jenkins-ci.org/commit/jenkins/9eb69772a505890a9767375b7c2a78e278895ef9
Log:
[FIXED JENKINS-15340] Ask for confirmation before reloading config from disk, as it may be expensive.
First of all, /reload should require POST (also prevents XSS DoS attacks).
Adding <l:confirmationLink> to encapsulate a link that requires confirmation upon clicking.
Allowing a ManagementLink to request confirmation (also implying POST); could be used also for e.g. /quietDown.
Enhancing <l:task> to support confirmation as well, and honoring this in context menu items.