JDK-4677959 : (spec) SocketSecurityException is unused and should be deprecated
  • Type: Enhancement
  • Component: core-libs
  • Sub-Component: java.rmi
  • Affected Version: 1.4.0
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_8
  • CPU: sparc
  • Submitted: 2002-05-01
  • Updated: 2017-05-16
  • Resolved: 2003-08-13
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.
Other
5.0 tigerFixed
Description
The exception class java.rmi.server.SocketSecurityException is an historical
artifact and is no longer used by the RMI implementation (and will not
be used in the future).  The implementation does not catch SecurityExceptions 
and translate them into other RMI specific exception types. 
Instead, the implementation allows the original SecurityException 
to be thrown, which is a more favorable approach.

Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: tiger FIXED IN: tiger INTEGRATED IN: tiger tiger-b15
14-06-2004

EVALUATION This should be fixed for Tiger. ###@###.### 2002-05-01
01-05-2002