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

Maven POMs are using HTTP links where HTTPS is available

XMLWordPrintable

    • b05
    • generic
    • generic

      A DESCRIPTION OF THE PROBLEM :
      Currently, two tools inside openjdk/jdk use Maven for building:
      - IdealGraphVisualizer [1] at ./src/utils/IdealGraphVisualizer/
      - LogCompilation [2] at ./src/utils/LogCompilation/

      Their POM's headers use `http` instead of `https` while current Maven reference [3] suggests the usage of the latter for the second value of `xsi:schemaLocation`. Moreover, IdealGraphVisualizer uses the old URL (./maven-v4_0_0.xsd) instead of the suggested one (./maven-4.0.0.xsd).

      There also also is a non-HTTPS reference to Maven's site at: src/utils/LogCompilation/pom.xml:40.

      [1]: https://wiki.openjdk.java.net/display/HotSpot/IdealGraphVisualizer
      [2]: https://wiki.openjdk.java.net/display/HotSpot/LogCompilation+tool
      [3]: https://maven.apache.org/pom.html


            tholenstein Tobias Holenstein
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            8 Start watching this issue

              Created:
              Updated:
              Resolved: