Code changed in jenkins
User: Steven Brown
Path:
src/main/resources/hudson/plugins/timestamper/annotator/TimestampAnnotatorFactory/script.js
http://jenkins-ci.org/commit/timestamper-plugin/26f6fdb2d47f88e1fe8afd454407fc5283eaeb6b
Log:
[FIXED JENKINS-32074] When rootURL is empty, store cookies at '/'
When Jenkins is running from the top-level URL, the rootURL variable is an empty
string. In this case, store the cookies at '/' instead of rootURL.
Prior to this change, the cookies were created with an empty path, and the
browser defaults to storing them at the build URL. These cookies will now be
deleted because they would override the cookies stored at the Jenkins URL.
Bug introduced by JENKINS-29899.
Thanks! Your patch will be included in the next release, 1.7.2.