Issue Details (XML | Word | Printable)

Key: CONTINUUM-2019
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Unassigned
Reporter: David Degardin
Votes: 0
Watchers: 1
Operations

If you were logged in you would be able to see more operations.
Continuum

500 Error after editing project group info

Created: 17/Dec/08 09:27 AM   Updated: 30/Apr/09 09:18 PM   Resolved: 19/Apr/09 09:23 AM
Return to search
Component/s: Web - UI
Affects Version/s: 1.2.2
Fix Version/s: 1.3.3

Time Tracking:
Not Specified

File Attachments: 1. Text File CONTINUUM-2019-1.2.x.patch (0.7 kB)
2. Text File CONTINUUM-2019.patch (0.7 kB)

Environment:
OS:Linux
Deployed under Tomcat 6.x

Complexity: Intermediate


 Description  « Hide

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



Jose Morales Martinez added a comment - 22/Jan/09 08:15 PM

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.


David Degardin added a comment - 23/Jan/09 02:16 AM

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


Wendy Smoak added a comment - 06/Mar/09 06:38 PM

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.


Jose Morales Martinez added a comment - 08/Mar/09 08:25 PM

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


Jose Morales Martinez added a comment - 19/Apr/09 09:23 AM

Fixed in r766473 for 1.2.4