提交 50fcf995 编写于 作者: A alitvinov

Merge

......@@ -905,3 +905,5 @@ d237c59d14e1c1fb1f750e9cdabcea6e711f4d34 jdk8u181-b03
6eeca4fb7748e8bdca4afbd6785b04376b1d44cc jdk8u181-b04
f34c24087b0e6f52391f491d6c3a608616d1db2c jdk8u181-b05
076f5fd6258846fce7010a598de2c7583628bb1e jdk8u181-b06
446351642449411566d7fd0a26e32c8825f4f03e jdk8u181-b07
f26f68978e0e7ed0e6e61f9d64fa2d06f1c1a24c jdk8u181-b08
......@@ -727,7 +727,6 @@ public class TCPTransport extends Transport {
int magic = in.readInt();
if (magic == POST) {
System.err.println("DISABLED: " + disableIncomingHttp);
if (disableIncomingHttp) {
throw new RemoteException("RMI over HTTP is disabled");
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册