-
Bug
-
Resolution: Fixed
-
P2
-
9
-
b127
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8168213 | 8u152 | Daniil Titov | P2 | Resolved | Fixed | b01 |
JDK-8163612 | 8u121 | Daniil Titov | P2 | Resolved | Fixed | b01 |
JDK-8167706 | emb-8u121 | Daniil Titov | P2 | Resolved | Fixed | b01 |
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;};
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;};
- backported by
-
JDK-8163612 Revise java.com image and link paths dtjava.js and deployJava.js
- Resolved
-
JDK-8167706 Revise java.com image and link paths dtjava.js and deployJava.js
- Resolved
-
JDK-8168213 Revise java.com image and link paths dtjava.js and deployJava.js
- Resolved