forked from pool/java-1_8_0-openjdk
11 lines
580 B
Diff
11 lines
580 B
Diff
--- icedtea-3.8.0/openjdk/jdk/src/share/classes/sun/rmi/transport/tcp/TCPTransport.java 2018-09-18 10:32:28.226304949 +0200
|
|
+++ icedtea-3.8.0/openjdk/jdk/src/share/classes/sun/rmi/transport/tcp/TCPTransport.java 2018-09-18 10:32:47.694408174 +0200
|
|
@@ -727,7 +727,6 @@
|
|
int magic = in.readInt();
|
|
|
|
if (magic == POST) {
|
|
- System.err.println("DISABLED: " + disableIncomingHttp);
|
|
if (disableIncomingHttp) {
|
|
throw new RemoteException("RMI over HTTP is disabled");
|
|
}
|