Continuum

500 Error after editing project group info

Details

  • Type: Bug Bug
  • Status: Closed Closed
  • Priority: Minor Minor
  • Resolution: Fixed
  • Affects Version/s: 1.2.2
  • Fix Version/s: 1.3.3 (Beta)
  • Component/s: Web - UI
  • Labels:
    None
  • Environment:
    OS:Linux
    Deployed under Tomcat 6.x
  • Complexity:
    Intermediate
  • Number of attachments :
    2

Description

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

  1. CONTINUUM-2019.patch
    22/Jan/09 8:14 PM
    0.7 kB
    Jose Morales Martinez
  2. CONTINUUM-2019-1.2.x.patch
    08/Mar/09 8:25 PM
    0.7 kB
    Jose Morales Martinez

Activity

Hide
Jose Morales Martinez added a comment -

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.

Show
Jose Morales Martinez added a comment - 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.
Hide
David Degardin added a comment -

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

Show
David Degardin added a comment - 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
Hide
Wendy Smoak added a comment -

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.

Show
Wendy Smoak added a comment - 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.
Hide
Jose Morales Martinez added a comment -

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

Show
Jose Morales Martinez added a comment - Sorry for the delay. The patch was created, but I forgot to attach it to the ticket.
Hide
Jose Morales Martinez added a comment -

Fixed in r766473 for 1.2.4

Show
Jose Morales Martinez added a comment - Fixed in r766473 for 1.2.4

People

Vote (0)
Watch (1)

Dates

  • Created:
    Updated:
    Resolved: