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

Revise java.com image and link paths dtjava.js and deployJava.js

XMLWordPrintable

        java.com web site, where dtjava.js and deployJava.js files are hosted, will be moving to default site to https;//java.com in mid-June.

        Instances in the files point to http://java.com
        - should be relative links
        - for DT files, exception is being made to allow either https or http per the request


        Example instances
        http://www.java.com/js/deployJava.txt

         function getWebStartLaunchIconURL() {
                var imageUrl = '//java.com/js/webstart.png';

        // GetJava page
             function constructGetJavaURL(query) {
            var getJavaURL = 'http://java.com/dt-redirect';

        ==========================
        http://www.java.com/js/dtjava.txt

         function getJreUrl(loc) {
                if (!notNull(loc)) {
                    loc = guessLocale();
                }
                return 'http://java.com/dt-redirect?' +

        ...
          var javafxURL = "http://java.com/javafx";
        [this probably fine since they are doc links and will route to https:]

        ...
         if (notNull(app.placeholder)) {
                        var onClickFunc = function() {w.open("http://www.java.com/en/download/faq/chrome.xml"); return false;};

              dtitov Daniil Titov (Inactive)
              mkawahir Mary Kawahira (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              6 Start watching this issue

                Created:
                Updated:
                Resolved: