00:44:29.567 [main] DEBUG [ServletServerBuilder:createServletHandler:206] - adding servlet 'com.elastisys.scale.commons.net.http.HelloWorldServlet@c7ec499' at context path '/hello' with path spec '/*' and init-params {}
00:44:29.567 [main] DEBUG [ServletServerBuilder:addCrossOriginFilter:113] - enabling CORS support
00:44:29.568 [main] DEBUG [ServletServerBuilder:createServletHandler:206] - adding servlet 'com.elastisys.scale.commons.net.http.SilentServlet@32647dde' at context path '/silent' with path spec '/*' and init-params {}
00:44:29.568 [main] DEBUG [ServletServerBuilder:addCrossOriginFilter:113] - enabling CORS support
00:44:29.568 [main] INFO  [Server:doStart:371] - jetty-9.4.12.v20180830; built: 2018-08-30T13:59:14.071Z; git: 27208684755d94a92186989f695db2d7b21ebc51; jvm 11.0.2+9-Ubuntu-3ubuntu118.04.3
00:44:29.604 [main] INFO  [DefaultSessionIdManager:doStart:365] - DefaultSessionIdManager workerName=node0
00:44:29.605 [main] INFO  [DefaultSessionIdManager:doStart:370] - No SessionScavenger set, using defaults
00:44:29.605 [main] INFO  [HouseKeeper:startScavenging:149] - node0 Scavenging every 600000ms
00:44:29.613 [main] INFO  [ContextHandler:doStart:850] - Started o.e.j.s.ServletContextHandler@2a0cc666{/hello,null,AVAILABLE}
00:44:29.614 [main] INFO  [ContextHandler:doStart:850] - Started o.e.j.s.ServletContextHandler@2b35976a{/silent,null,AVAILABLE}
00:44:29.622 [main] INFO  [SslContextFactory:load:310] - x509=X509@67c64b9c(1,h=[],w=[]) for SslContextFactory@311d8595[provider=null,keyStore=file:///home/simon/git/elastisys/scale.commons/target/checkout/net/src/test/resources/security/server/server_keystore.p12,trustStore=file:///home/simon/git/elastisys/scale.commons/target/checkout/net/src/test/resources/security/server/server_keystore.p12]
00:44:29.634 [main] INFO  [AbstractConnector:doStart:292] - Started ServerConnector@688c914e{SSL,[ssl, http/1.1]}{0.0.0.0:42221}
00:44:29.634 [main] INFO  [Server:doStart:408] - Started @8373ms
00:44:29.636 [main] DEBUG [Http:execute:82] - sending request (POST https://localhost:42221/silent HTTP/1.1)
00:44:29.672 [qtp1658789646-124] DEBUG [SilentServlet:doGet:26] - received GET request: /silent/
  Body: ''
00:44:29.676 [main] DEBUG [Http:execute:82] - sending request (GET https://localhost:42221/hello HTTP/1.1)
00:44:29.708 [qtp1658789646-125] DEBUG [HelloWorldServlet:handleRequest:37] - received GET request: /hello/
  Body: ''
00:44:29.711 [main] DEBUG [Http:execute:82] - sending request (GET https://localhost:42221/illegal/path HTTP/1.1)
00:44:29.736 [main] DEBUG [Http:execute:82] - sending request (GET https://localhost:42221/silent HTTP/1.1)
00:44:29.761 [qtp1658789646-124] DEBUG [SilentServlet:doGet:26] - received GET request: /silent/
  Body: ''
00:44:29.765 [main] DEBUG [Http:execute:82] - sending request (POST https://localhost:42221/hello HTTP/1.1)
00:44:29.788 [qtp1658789646-119] DEBUG [HelloWorldServlet:handleRequest:37] - received GET request: /hello/
  Body: ''
00:44:29.792 [main] DEBUG [Http:execute:82] - sending request (GET https://localhost:42221/hello HTTP/1.1)
00:44:29.817 [main] DEBUG [Http:execute:82] - sending request (GET https://localhost:42221/hello HTTP/1.1)
