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

stddoclet: javadoc produces invalid index-all.html file (wrong !DOCTYPE)

XMLWordPrintable

    • mantis
    • x86
    • windows_2000



      Name: boT120536 Date: 02/22/2001


      java version "1.3.1-beta"
      Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1-beta-b15)
      Java HotSpot(TM) Client VM (build 1.3.1beta-b15, mixed mode)

      Java Source Code (Empty.java):
      public class Empty { }

      Steps to Reproduce:
      javadoc Empty

      The generated index-all.html file contains the DOCTYPE:
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0
      Frameset//EN""http://www.w3.org/TR/REC-html40/frameset.dtd">

      But the index-all.html file is not a Frameset document, so should have the
      following DOCTYPE instead:
      <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01
      Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
      (Review ID: 117408)
      ======================================================================

            dkramersunw Douglas Kramer (Inactive)
            bonealsunw Bret O'neal (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: