-
Bug
-
Resolution: Fixed
-
P4
-
8u25
-
None
-
b10
-
x86
-
windows_7
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8075423 | 9 | Alex Menkov | P4 | Closed | Fixed | b59 |
JDK-8083838 | emb-9 | Alex Menkov | P4 | Resolved | Fixed | team |
JDK-8086629 | 8u65 | Alex Menkov | P4 | Closed | Fixed | b01 |
JDK-8137805 | emb-8u65 | Unassigned | P4 | Resolved | Fixed | b01 |
JDK-8078950 | emb-8u60 | Alex Menkov | P4 | Resolved | Fixed | team |
2..Create a map.xml to update 8u11 to 8u25
such as
<?xml version="1.0" encoding="ISO-8859-1" standalone="yes"?>
<java-update-map version="1.0">
<mapping>
<version>1.8.0_11</version>
<url>https://jre.us.oracle.com/Builds/1.8.0_25/latest/bundles/windows-i586/au-descriptor-1.8.0_25-b11.xml</url>
</mapping>
</java-update-map>
3. Change the <moreinfo> tag of the au-descriptor.xml file of 8u25
such as change it to
<moreinfo>http://www.oracle.com/index.html</moreinfo>
4. Create UpdateServletURL key under HKLM\Software\JavaSoft\Java Update\Policy to point to map.xml
5. Run jucheck.exe -auto
6. Wait for the bubble to appear and click bubble.
7. Click the "More information" link in the AU window. Please refer to screenshot.
Expected:
http://www.oracle.com/index.html is opened in browser
Actual:
The default link is still opened in browser
http://java.com/moreinfo8
This URL is hard coded in window. But it should be set according to the <moreinfo> tag of the au-descriptor.xml file.
Test Results:
http://sc11152645.us.oracle.com:8080/results/Evergreen/autodev/20140829/Standalone_install_install_2014_08_28_16_02_51/Administrator.Windows_7.x86/AU001-007/AU001-007.log
Affected Tests:
AutoUpdate/AU001-007
- backported by
-
JDK-8078950 [AU]The auto update window does not read the <moreinfo> tag of au-descriptor.xml file to set the "More information" link
-
- Resolved
-
-
JDK-8083838 [AU]The auto update window does not read the <moreinfo> tag of au-descriptor.xml file to set the "More information" link
-
- Resolved
-
-
JDK-8137805 [AU]The auto update window does not read the <moreinfo> tag of au-descriptor.xml file to set the "More information" link
-
- Resolved
-
-
JDK-8075423 [AU]The auto update window does not read the <moreinfo> tag of au-descriptor.xml file to set the "More information" link
-
- Closed
-
-
JDK-8086629 [AU]The auto update window does not read the <moreinfo> tag of au-descriptor.xml file to set the "More information" link
-
- Closed
-