[jira] Created: (CONTINUUM-2388) Editing a build definition should use POST instead of GET

View: New views
2 Messages — Rating Filter:   Alert me  

[jira] Created: (CONTINUUM-2388) Editing a build definition should use POST instead of GET

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message

Editing a build definition should use POST instead of GET
---------------------------------------------------------

                 Key: CONTINUUM-2388
                 URL: http://jira.codehaus.org/browse/CONTINUUM-2388
             Project: Continuum
          Issue Type: Bug
          Components: Web - UI
    Affects Versions: 1.3.4
            Reporter: Wendy Smoak


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.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

       

[jira] Closed: (CONTINUUM-2388) Editing a build definition should use POST instead of GET

by JIRA jira@codehaus.org :: Rate this Message:

Reply (Restricted by the Administrator) | Reply to Author | View Threaded | Show Only this Message


     [ http://jira.codehaus.org/browse/CONTINUUM-2388?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak closed CONTINUUM-2388.
----------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.5
         Assignee: Wendy Smoak

Fixed in r825222 on trunk, r825223 on 1.3.x branch

> Editing a build definition should use POST instead of GET
> ---------------------------------------------------------
>
>                 Key: CONTINUUM-2388
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2388
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - UI
>    Affects Versions: 1.3.4
>            Reporter: Wendy Smoak
>            Assignee: Wendy Smoak
>             Fix For: 1.3.5
>
>
> 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.

--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira