We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8090724 commit 6210f36Copy full SHA for 6210f36
dd-java-agent/agent-bootstrap/src/main/java/datadog/trace/bootstrap/Agent.java
@@ -51,6 +51,7 @@
51
import java.net.URISyntaxException;
52
import java.net.URL;
53
import java.security.CodeSource;
54
+import java.security.Security;
55
import java.util.EnumSet;
56
import java.util.concurrent.TimeUnit;
57
import java.util.concurrent.atomic.AtomicBoolean;
@@ -544,6 +545,7 @@ public AgentThread agentThread() {
544
545
@Override
546
public void execute() {
547
if (okHttpDelayMillis > 0) {
548
+ Security.getProviders();
549
resumeRemoteComponents();
550
}
551
0 commit comments