You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@continuum.apache.org by "David Degardin (JIRA)" <ji...@codehaus.org> on 2008/12/17 16:28:20 UTC

[jira] Created: (CONTINUUM-2019) 500 Error after editing project group info

500 Error after editing project group info
------------------------------------------

                 Key: CONTINUUM-2019
                 URL: http://jira.codehaus.org/browse/CONTINUUM-2019
             Project: Continuum
          Issue Type: Bug
          Components: Web - UI
    Affects Versions: 1.2.2
         Environment: OS:Linux
Deployed under Tomcat 6.x
            Reporter: David Degardin
            Priority: Minor


As there is a refresh meta (<meta http-equiv="refresh" content="30"/>) on the project group page, it can leads to errors.

For example:
 - Go to a project group page
 - Edit the group and save
 - The url is now something like: saveProjectGroup.action
 - after 30s, the refresh meta starts => Error 500

This system works fine when user stays on projectGroupSummary.action page but if the url changes, there is an error as we call an action without any information.

David

-- 
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] Updated: (CONTINUUM-2019) 500 Error after editing project group info

Posted by "Brett Porter (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brett Porter updated CONTINUUM-2019:
------------------------------------

    Fix Version/s:     (was: 1.2.4)

> 500 Error after editing project group info
> ------------------------------------------
>
>                 Key: CONTINUUM-2019
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2019
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - UI
>    Affects Versions: 1.2.2
>         Environment: OS:Linux
> Deployed under Tomcat 6.x
>            Reporter: David Degardin
>            Priority: Minor
>             Fix For: 1.3.3
>
>         Attachments: CONTINUUM-2019-1.2.x.patch, CONTINUUM-2019.patch
>
>
> As there is a refresh meta (<meta http-equiv="refresh" content="30"/>) on the project group page, it can leads to errors.
> For example:
>  - Go to a project group page
>  - Edit the group and save
>  - The url is now something like: saveProjectGroup.action
>  - after 30s, the refresh meta starts => Error 500
> This system works fine when user stays on projectGroupSummary.action page but if the url changes, there is an error as we call an action without any information.
> David

-- 
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] Updated: (CONTINUUM-2019) 500 Error after editing project group info

Posted by "Wendy Smoak (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Wendy Smoak updated CONTINUUM-2019:
-----------------------------------

    Fix Version/s: 1.2.4

Looks like this was already done on trunk in r740919 as part of CONTINUUM-2047.

If someone wants to supply a patch for the 1.2.x branch, I'll apply it.

> 500 Error after editing project group info
> ------------------------------------------
>
>                 Key: CONTINUUM-2019
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2019
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - UI
>    Affects Versions: 1.2.2
>         Environment: OS:Linux
> Deployed under Tomcat 6.x
>            Reporter: David Degardin
>            Priority: Minor
>             Fix For: 1.2.4
>
>         Attachments: CONTINUUM-2019.patch
>
>
> As there is a refresh meta (<meta http-equiv="refresh" content="30"/>) on the project group page, it can leads to errors.
> For example:
>  - Go to a project group page
>  - Edit the group and save
>  - The url is now something like: saveProjectGroup.action
>  - after 30s, the refresh meta starts => Error 500
> This system works fine when user stays on projectGroupSummary.action page but if the url changes, there is an error as we call an action without any information.
> David

-- 
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] Commented: (CONTINUUM-2019) 500 Error after editing project group info

Posted by "David Degardin (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162137#action_162137 ] 

David Degardin commented on CONTINUUM-2019:
-------------------------------------------

Hello Jose,

Thanks for the patch. I've just applied it and it works fine!
I'd like to precise that it can be used for 1.2.x version too (in xwork.xml file).

David


> 500 Error after editing project group info
> ------------------------------------------
>
>                 Key: CONTINUUM-2019
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2019
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - UI
>    Affects Versions: 1.2.2
>         Environment: OS:Linux
> Deployed under Tomcat 6.x
>            Reporter: David Degardin
>            Priority: Minor
>         Attachments: CONTINUUM-2019.patch
>
>
> As there is a refresh meta (<meta http-equiv="refresh" content="30"/>) on the project group page, it can leads to errors.
> For example:
>  - Go to a project group page
>  - Edit the group and save
>  - The url is now something like: saveProjectGroup.action
>  - after 30s, the refresh meta starts => Error 500
> This system works fine when user stays on projectGroupSummary.action page but if the url changes, there is an error as we call an action without any information.
> David

-- 
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] Updated: (CONTINUUM-2019) 500 Error after editing project group info

Posted by "José Morales Martínez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

José Morales Martínez updated CONTINUUM-2019:
---------------------------------------------

    Attachment: CONTINUUM-2019.patch

> 500 Error after editing project group info
> ------------------------------------------
>
>                 Key: CONTINUUM-2019
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2019
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - UI
>    Affects Versions: 1.2.2
>         Environment: OS:Linux
> Deployed under Tomcat 6.x
>            Reporter: David Degardin
>            Priority: Minor
>         Attachments: CONTINUUM-2019.patch
>
>
> As there is a refresh meta (<meta http-equiv="refresh" content="30"/>) on the project group page, it can leads to errors.
> For example:
>  - Go to a project group page
>  - Edit the group and save
>  - The url is now something like: saveProjectGroup.action
>  - after 30s, the refresh meta starts => Error 500
> This system works fine when user stays on projectGroupSummary.action page but if the url changes, there is an error as we call an action without any information.
> David

-- 
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] Updated: (CONTINUUM-2019) 500 Error after editing project group info

Posted by "Jose Morales Martinez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jose Morales Martinez updated CONTINUUM-2019:
---------------------------------------------

    Attachment: CONTINUUM-2019-1.2.x.patch

Sorry for the delay. The patch was created, but I forgot to attach it to the ticket.

> 500 Error after editing project group info
> ------------------------------------------
>
>                 Key: CONTINUUM-2019
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2019
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - UI
>    Affects Versions: 1.2.2
>         Environment: OS:Linux
> Deployed under Tomcat 6.x
>            Reporter: David Degardin
>            Priority: Minor
>             Fix For: 1.2.4
>
>         Attachments: CONTINUUM-2019-1.2.x.patch, CONTINUUM-2019.patch
>
>
> As there is a refresh meta (<meta http-equiv="refresh" content="30"/>) on the project group page, it can leads to errors.
> For example:
>  - Go to a project group page
>  - Edit the group and save
>  - The url is now something like: saveProjectGroup.action
>  - after 30s, the refresh meta starts => Error 500
> This system works fine when user stays on projectGroupSummary.action page but if the url changes, there is an error as we call an action without any information.
> David

-- 
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-2019) 500 Error after editing project group info

Posted by "Jose Morales Martinez (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/CONTINUUM-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jose Morales Martinez closed CONTINUUM-2019.
--------------------------------------------

       Resolution: Fixed
    Fix Version/s: 1.3.3

Fixed in r766473 for 1.2.4

> 500 Error after editing project group info
> ------------------------------------------
>
>                 Key: CONTINUUM-2019
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2019
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - UI
>    Affects Versions: 1.2.2
>         Environment: OS:Linux
> Deployed under Tomcat 6.x
>            Reporter: David Degardin
>            Priority: Minor
>             Fix For: 1.2.4, 1.3.3
>
>         Attachments: CONTINUUM-2019-1.2.x.patch, CONTINUUM-2019.patch
>
>
> As there is a refresh meta (<meta http-equiv="refresh" content="30"/>) on the project group page, it can leads to errors.
> For example:
>  - Go to a project group page
>  - Edit the group and save
>  - The url is now something like: saveProjectGroup.action
>  - after 30s, the refresh meta starts => Error 500
> This system works fine when user stays on projectGroupSummary.action page but if the url changes, there is an error as we call an action without any information.
> David

-- 
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] Commented: (CONTINUUM-2019) 500 Error after editing project group info

Posted by "José Morales Martínez (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/CONTINUUM-2019?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162108#action_162108 ] 

José Morales Martínez commented on CONTINUUM-2019:
--------------------------------------------------

Please apply the patch sent about continuum-webapp module.

The file struct.xml has been modified by replacing type = "chain" with a redirect.

The problem happened because the chain kept the original url, thereby maintaining the URL saveProjectGroup and not projectGroupSummary. When it refresh produced and error.

Jose.


> 500 Error after editing project group info
> ------------------------------------------
>
>                 Key: CONTINUUM-2019
>                 URL: http://jira.codehaus.org/browse/CONTINUUM-2019
>             Project: Continuum
>          Issue Type: Bug
>          Components: Web - UI
>    Affects Versions: 1.2.2
>         Environment: OS:Linux
> Deployed under Tomcat 6.x
>            Reporter: David Degardin
>            Priority: Minor
>         Attachments: CONTINUUM-2019.patch
>
>
> As there is a refresh meta (<meta http-equiv="refresh" content="30"/>) on the project group page, it can leads to errors.
> For example:
>  - Go to a project group page
>  - Edit the group and save
>  - The url is now something like: saveProjectGroup.action
>  - after 30s, the refresh meta starts => Error 500
> This system works fine when user stays on projectGroupSummary.action page but if the url changes, there is an error as we call an action without any information.
> David

-- 
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