Details
-
Type:
Patch
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: core
-
Labels:None
-
Environment:Platform: All, OS: All
-
Similar Issues:
Description
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.