Bad links in footer of all javadoc-generated pages

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P2
    • 9
    • Affects Version/s: 9
    • Component/s: infrastructure
    • b170
    • Fix failed

        There are 2 problems in the Doc.gmk file with respect to setting up the footer option for javadoc.

        1. Line 55.

        JAVADOC_BASE_URL := http://www.oracle.com/pls/topic/lookup?ctx=javase9&id=homepage

        The & should be escaped as an entity and should be & by the time the string gets passed into javadoc.

        2. Line 134

        <a href="$(JAVADOC_BASE_URL)/index.html" target="_blank">Java SE \

        /index.html is being added to the string being passed into javadoc. That is wrong and causes a 404 when you click onthe link in the generated pages.

              Assignee:
              Magnus Ihse Bursie
              Reporter:
              Jonathan Gibbons
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: