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/06/12 23:41:45 UTC

[jira] Created: (MAVEN-483) ViewCVS URL Bug (invalid URL due to misplaced query params)

Message:

  A new issue has been created in JIRA.

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

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


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-483
    Summary: ViewCVS URL Bug (invalid URL due to misplaced query params)
       Type: Bug

     Status: Unassigned
   Priority: Major

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: maven
 Components: 
             plugin-pom
   Versions:
             1.0-beta-7
             1.0-beta-8
             1.0-beta-9
             1.0-beta-10

   Assignee: 
   Reporter: Nick Minutello

    Created: Thu, 12 Jun 2003 4:41 PM
    Updated: Thu, 12 Jun 2003 4:41 PM

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




---------------------------------------------------------------------
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/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