Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
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 :
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
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.