Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2018221 | 1.2.0 | Ann Wollrath | P3 | Resolved | Fixed | 1.2beta3 |
The doc comment for RMIFailureHandler is incorrect. It should state that
the installed RMIFailureHandler is called only if the RMISocketFactory's
createServerSocket call fails after the ServerSocket.accept fails. This
is the correct behavior for the failure handler, so the doc comment and
spec should be fixed.
This should be fixed for 1.1.6 and 1.2.
ann.wollrath@east, 1/9/98:
I fixed the doc comment in java.rmi.server.RMIFailureHandler for 1.1.6.
the installed RMIFailureHandler is called only if the RMISocketFactory's
createServerSocket call fails after the ServerSocket.accept fails. This
is the correct behavior for the failure handler, so the doc comment and
spec should be fixed.
This should be fixed for 1.1.6 and 1.2.
ann.wollrath@east, 1/9/98:
I fixed the doc comment in java.rmi.server.RMIFailureHandler for 1.1.6.
- backported by
-
JDK-2018221 RMIFailureHandler doc comment is incorrect (so is spec)
-
- Resolved
-