Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8202996

Remove debug print statements from RMI fix

XMLWordPrintable

    • b01
    • generic
    • generic

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


              robm Robert Mckenna
              coffeys Sean Coffey
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

                Created:
                Updated:
                Resolved: