1. Install jre 8u11
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