On 05/08/2013 13:44, Stuart Marks wrote:
Hi all,
Please review the following RMI javadoc change that clarifies the
exporting behavior and that provides an example of how to modify it.
Bug: http://bugs.sun.com/bugdatabase/view_bug.do?bug_id=8020854
Webrev: http://cr.openjdk.java.net/~smarks/reviews/8020854/webrev.0/
Specdiff: http://cr.openjdk.java.net/~smarks/reviews/8020854/specdiff.0/
Thanks!
s'marks
This mostly looks good to me. The only thing is that I would suggest is
"on all network interfaces" rather than "from any internet host" in
RMISocketFactory. The wording in UnicastRemoteObject uses "network
interfaces" so I think it's fine.
-Alan