Details
-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Minor
-
Resolution: Fixed
-
Component/s: core
-
Labels:
-
Similar Issues:
-
Released As:jenkins-2.198
Description
Jenkins should not allow "attempt with POST" resubmissions of GET requests to form submission endpoints. They usually expects a form ( getSubmittedForm / structured form submission) with unexpected results when submission without a form is attempted (typically an exception stack trace, but who knows…)
As long as this does not block "form"al resubmission suggestions for GET URLs, like below, this is LGTM
````
This URL requires POST
The URL you're trying to access requires that requests be sent using POST (like a form submission).
The button below allows you to retry accessing this URL using POST. URL being accessed:
https://jenkins.domain/quietDown
If you were sent here from an untrusted source, please proceed with caution.
````
With a 2.198 weekly running, this seems to still work.