Uploaded image for project: 'Maven Site Plugin'
  1. Maven Site Plugin
  2. MSITE-568

Relative link in inherited menu not re-based correctly

    XMLWordPrintableJSON

Details

    Description

      If a parent project defines a project.url as <url>http://example.com/</url> and an inherited menu in site.xml like

      <menu name="Inherited" inherit="top">
        <item name="Parent Relative Home" href="index.html" />
        <item name="Parent Absolute Home" href="http://example.com/" />
      </menu>
      

      then in the child project, the absolute URL gets correctly relativized to point to the parent home, but the relative link points to the current (child) index. It should also point to the original parent home.

      Attachments

        Activity

          People

            ltheussl Lukas Theussl
            ltheussl Lukas Theussl
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: