JDK-7181300 : SecurityManagerHelper.printDialog need to save checkbox status
  • Type: Bug
  • Component: deploy
  • Sub-Component: deployment_toolkit
  • Affected Version: 8
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2012-07-03
  • Updated: 2014-10-08
  • Resolved: 2013-03-11
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
7u25Fixed 8 b81Fixed
Related Reports
Relates :  
Description
Fix for 7179600 changed print dialog permission dialog behavior to save answer per session but 
now checkbox is useless. We need to add code to save decision permanently if checkbox is selected.
Perhaps to the LAP file.

Comments
regression_test_src:http://sqe-hg.us.oracle.com/hg/index.cgi/testbase/javase/functional/8/deployment2/file/55cf37386d83/new_framework/tests/common/UserDecisionOption/src/UserDecisionOption_AppletTag_Test.java testUDO_medium_unsigned_AccessResource_jApplet entry.
03-12-2013

Verified with jre8 b117
27-11-2013

Moved the CPU13_03 critical approval from backport bug to main bug.
01-05-2013

Test instruction: 1. clean all applet cache ( open JCP -> general tab -> temporary internet files -> settings... -> Delete files... -> check all checkboxes -> Ok ) 2. printApplet.zip -> download and unzip 3. open AppletTest.html 4. press print button 5. check always allow this applet to access the printer. 6. press ok 7. in fixed version will be opened print dialog. in jre version with bug there will be no print dialog, but will be exception in java console.
28-02-2013