stable

Clone or download

Read-only

request #14054: Jenkins CSRF token is considered as invalid since Jenkins LTS 2.176.2

Now, when the session that has been opened when retrieving the CSRF token should be kept when using the CSRF token. You can test by triggerring a job on a recent enough version of Jenkins from a tracker workflow transition. Change-Id: Id658b095eaa21b37e69958d4acd53f53e5ec3864

Modified Files

Name
M plugins/git/hooks/post-receive.php +3 −1 Go to diff View file
M plugins/hudson_git/include/hudson_gitPlugin.php +3 −1 Go to diff View file
M plugins/hudson_svn/include/hudson_svnPlugin.php +4 −2 Go to diff View file
M plugins/tracker/include/Workflow/PostAction/CIBuild/Transition_PostAction_CIBuildFactory.class.php +5 −5 Go to diff View file
M src/common/Http/HttpClientFactory.php +25 −23 Go to diff View file