Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.2
-
Fix Version/s: 1.3
-
Labels:None
-
Number of attachments :
Description
This bug has been around for quite a while.
For the default CVS Repository in VeiewCVS, the URL for a module goes something like this:
http://hostname/viewcvs/modulename/
However, when ViewCVS is configured for a number of CVS Repositories, the other CVS Repositories go something like this:
http://hostname/viewcvs/modulename/?cvsroot=RepositoryName
Now, for the link to the source repository, this is fine.
However, for the URLs in the CVS Activity/Change logs, the query parameter ends up in the wrong place - and you end up with a URL like
http://hostname/viewcvs/modulename/?cvsroot=RepositoryNamepath/path/filename
instead of:
http://hostname/viewcvs/modulename/path/path/filename?cvsroot=RepositoryName
Issue Links
- is depended upon by
-
MAVEN-401
Release maven-b10
-
Done.