Skip to content

Commit

Permalink
Merge pull request #582 from karakun/http_connection_interval
Browse files Browse the repository at this point in the history
OWS-627: deployment.connection.request.interval
  • Loading branch information
sclassen authored May 24, 2024
2 parents f8cc1db + 3d6a9b0 commit 0feef33
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@
import static net.sourceforge.jnlp.config.ConfigurationConstants.KEY_ENABLE_MANIFEST_ATTRIBUTES_CHECK;
import static net.sourceforge.jnlp.config.ConfigurationConstants.KEY_HTTPCONNECTION_CONNECT_TIMEOUT;
import static net.sourceforge.jnlp.config.ConfigurationConstants.KEY_HTTPCONNECTION_READ_TIMEOUT;
import static net.sourceforge.jnlp.config.ConfigurationConstants.KEY_HTTPCONNECTION_REQUEST_INTERVAL;
import static net.sourceforge.jnlp.config.ConfigurationConstants.KEY_HTTPS_DONT_ENFORCE;
import static net.sourceforge.jnlp.config.ConfigurationConstants.KEY_JVM_ARGS_WHITELIST;
import static net.sourceforge.jnlp.config.ConfigurationConstants.KEY_PROXY_AUTO_CONFIG_URL;
Expand Down Expand Up @@ -94,6 +95,7 @@ class InitialConfigurationCheck {
KEY_CREATE_DESKTOP_SHORTCUT,
KEY_HTTPCONNECTION_CONNECT_TIMEOUT,
KEY_HTTPCONNECTION_READ_TIMEOUT,
KEY_HTTPCONNECTION_REQUEST_INTERVAL,
SHORTCUT_UPDATE_STRATEGY,
KEY_USER_SECURITY_POLICY,
KEY_USER_SECURITY_POLICY_CHECK,
Expand Down

0 comments on commit 0feef33

Please sign in to comment.