Leaked debug messages?

Petr Kuzel petrkuzel at eurofins.com
Fri May 11 11:45:48 UTC 2018


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");

and


         LocateRegistry.createRegistry(FALLBACK_PORT);



+        System.err.println("1-DISABLED: " + System.getProperty("java.rmi.server.disableIncomingHttp"));

+


  Hope it helps
  Cc.


More information about the jdk8u-dev mailing list