diff --git a/service/config/sample.yml b/service/config/sample.yml index ec0b1fcc5..3e244a1c7 100644 --- a/service/config/sample.yml +++ b/service/config/sample.yml @@ -421,10 +421,6 @@ registrationService: { "example": "example" } - secondaryCredentialConfigurationJson: | - { - "example": "example" - } identityTokenAudience: https://registration.example.com registrationCaCertificate: | # Registration service TLS certificate trust root -----BEGIN CERTIFICATE----- diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java index dddc2ddbd..44f969218 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/WhisperServerService.java @@ -46,7 +46,6 @@ import java.util.concurrent.ThreadPoolExecutor; import javax.servlet.DispatcherType; import javax.servlet.FilterRegistration; import javax.servlet.ServletRegistration; -import org.apache.commons.lang3.StringUtils; import org.eclipse.jetty.servlets.CrossOriginFilter; import org.eclipse.jetty.websocket.server.config.JettyWebSocketServletContainerInitializer; import org.glassfish.jersey.server.ServerProperties; @@ -518,15 +517,10 @@ public class WhisperServerService extends Application