You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ji...@codehaus.org on 2003/10/31 23:32:06 UTC

[jira] Created: (MAVEN-995) statcvs's viewcvs links don't work if repository url contains query string

Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:

  http://jira.codehaus.org/secure/ViewIssue.jspa?key=MAVEN-995


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-995
    Summary: statcvs's viewcvs links don't work if repository url contains query string
       Type: Bug

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
  Remaining: Unknown

    Project: maven
 Components: 
             plugin-statcvs

   Assignee: 
   Reporter: Daniel Rabe

    Created: Fri, 31 Oct 2003 4:32 PM
    Updated: Fri, 31 Oct 2003 4:32 PM
Environment: Windows XP

Description:
Viewcvs is set up for our repository in such a way that we need to specify the module at the end of the url, like this:

http://mymachine.mycompany.com/viewcvs/viewcvs.cgi/?cvsroot=MyModule

When you click on a link in the commit log section of the statcvs report, you end with an incorrect url of the form:

http://mymachine.mycompany.com/viewcvs/viewcvs.cgi/?cvsroot=MyModule/myfile.txt?r1=1.4&r2=1.5

The url should have the ?cvsroot=MyModule moved to the end of the url, something like this:

http://mymachine.mycompany.com/viewcvs/viewcvs.cgi/myfile.txt?r1=1.4&r2=1.5&cvsroot=MyModule

Note that the changelog plugin does this correctly.



---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://jira.codehaus.org/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org
For additional commands, e-mail: dev-help@maven.apache.org