Reported via http://mail.openjdk.java.net/pipermail/jdk8u-dev/2018-May/007464.html
Hi,
I wonder if http://hg.openjdk.java.net/jdk8u/jdk8u-dev/jdk/rev/d70c21e5b413
have not sneaked in few debug messages, namely:
if (magic == POST) {
+ System.err.println("DISABLED: " + disableIncomingHttp);
+ if (disableIncomingHttp) {
+ throw new RemoteException("RMI over HTTP is disabled");
+ }
tcpLog.log(Log.BRIEF, "decoding HTTP-wrapped call");