JavaSecurityProvider 우선순위 확인
This commit is contained in:
@@ -6,6 +6,8 @@ import java.lang.reflect.Method;
|
||||
import java.net.InetAddress;
|
||||
import java.nio.charset.Charset;
|
||||
import java.rmi.RemoteException;
|
||||
import java.security.Security;
|
||||
import java.util.Arrays;
|
||||
|
||||
import javax.sql.DataSource;
|
||||
|
||||
@@ -400,6 +402,9 @@ public class AppInitializer implements InitializingBean, DisposableBean {
|
||||
this.rmiServicePort = pRmiServicePort;
|
||||
}
|
||||
|
||||
Arrays.stream(Security.getProviders())
|
||||
.forEach(p -> System.out.println("JavaSecurityProviders=" + p.getName()));
|
||||
|
||||
try {
|
||||
logger.warn("\n@@ eLink RMI Register Port : " + rmiPort + ", Service Port : " + rmiServicePort);
|
||||
initRmiServer(Integer.parseInt(rmiPort), Integer.parseInt(rmiServicePort));
|
||||
|
||||
Reference in New Issue
Block a user