Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
1.0.3
-
None
-
N/A
Description
The first line in notification email points to invalid report URL
The first line in my case is:
Online report : http://localhost:8080/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/5/buildId/201::
The link needs to be corrected...when i go to browser it' invalid.. it should be changed as follows
invalid:: http://localhost:8080/continuum/target/ProjectBuild.vm/view/ProjectBuild/id/5/buildId/201
valid: http://localhost:8080/continuum/servlet/continuum/target/ProjectBuild.vm?view=ProjectBuild&buildId=201&id=5
http://<host>:<port>/continuum/servlet/continuum/target/ProjectBuild.vm*?view=ProjectBuild&buildId=<build-id>&id=<proj-id>*
instead of
http://<host>:<port>/continuum/target/*ProjectBuild.vm/view/ProjectBuild/id/5/buildId/201*