JDK-7104915 : UAC dialog pops up upon first invoke of IE after installing fx
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 7,8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic,windows_7
  • CPU: generic,x86
  • Submitted: 2011-10-25
  • Updated: 2013-12-03
  • Resolved: 2011-12-19
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u4Fixed 8 b18Fixed
Related Reports
Duplicate :  
Description
Reproduction steps:

On a win7 machine:
1) uninstall all JRE and FX runtime
2) install JRE 7u4
3) install FX runtime 2.0.2
4) start IE browser

If there's a UAC dialog for ssvagent, problem is reproduced.

Comments
Any manual applet test can cover it. regression_test_src:http://sqe-hg.us.oracle.com/hg/index.cgi/testbase/javase/functional/8/deployment2/file/55cf37386d83/new_framework/tests/plugin/manual/userDecisionPersistence/testcases/userDecisionPersistenceScenarios/testUnsignTwoSession.html
03-12-2013

Verified with jre8 b118. Fx is in the jre now. Steps 1) install jre8 b118 2) start IE browser. No UAC dialog.
03-12-2013

EVALUATION When installing fx, we need to find the latest deploy version and register those binaries. We also need to use the latest deploy version for calling SSVSetup.
26-10-2011