-
Patch
-
Resolution: Fixed
-
Major
-
None
-
Platform: All, OS: All
According to job API description, job-enabling/disabling APIs should be invoked
by POST requests.
But in doEnable in AbstractProject.java, the job-enabling API is invoked by a
GET request.