You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by bo...@werken.com on 2003/02/18 17:12:18 UTC

[maven-bug] Created: (MAVEN-283) navigation generates invalid relative links

Message:

  A new issue has been created in JIRA.

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

  http://jira.werken.com/secure/ViewIssue.jspa?key=MAVEN-283


Here is an overview of the issue:
---------------------------------------------------------------------
        Key: MAVEN-283
    Summary: navigation generates invalid relative links
       Type: Bug

     Status: Assigned
   Priority: Major

 Time Spent: Unknown
   Estimate: 0 minutes

    Project: maven
  Component: None

   Assignee: Jason van Zyl
   Reporter: Rafal Krzewski

    Created: Tue, 18 Feb 2003 10:12 AM
    Updated: Tue, 18 Feb 2003 10:12 AM
Environment: J2SDK 1.4.1, Linux

Description:
  <body>
    <links>
      <item name="labeo"                   href="../index.html"/>
      <item name="labeo-base"           href="../labeo-base/index.html"/>
    </links> 
  </body>

Results in the following content being generated:

      <a href=".
        ../labeo-base/index.html
      ">
        labeo-base
      </a>
      
    
      |
      
      
      <a href=".
        ../labeo-optional/index.html
      ">
        labeo-optioanl
      </a>

Expected output would be:

      <a href="../labeo-base/index.html">
        labeo-base
      </a>

or, more realisitcally

      <a href="./../labeo-base/index.html">
        labeo-base
      </a>



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

If you think it was sent incorrectly contact one of the administrators:
   http://jira.werken.com/Administrators.jspa

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