Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.3.4 (Beta)
-
Fix Version/s: 1.3.5 (Beta)
-
Component/s: Web - UI
-
Labels:None
-
Complexity:Intermediate
-
Number of attachments :
Description
When editing a build definition, the form method is GET which can result in a very long url.
The length of the url caused problems with the httpd proxy we use in front of Continuum.
In addition, the action has side effects and should be a POST.
I can't think of a reason to need the information to show in the URL, I doubt anyone would bookmark the result of an edit.
Issue Links
- is related to
-
CONTINUUM-153
GET has side effects - Deleting a project.
-
Fixed in r825222 on trunk, r825223 on 1.3.x branch