Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8180328

Bad links in footer of all javadoc-generated pages

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 9
    • 9
    • 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.

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

                Created:
                Updated:
                Resolved: