Moving hardcoded ports to ephemeral range suitable for more environments
This commit is contained in:
parent
8bca0bbe7e
commit
3636bd6894
|
@ -76,8 +76,8 @@ public class SecuredRedirectHandlerTest
|
|||
|
||||
server = new Server();
|
||||
|
||||
int port = 12080;
|
||||
int securePort = 12443;
|
||||
int port = 32080;
|
||||
int securePort = 32443;
|
||||
|
||||
// Setup HTTP Configuration
|
||||
HttpConfiguration httpConf = new HttpConfiguration();
|
||||
|
|
Loading…
Reference in New Issue