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