Class groovyx.net.http.ApacheHttpDeleteSpec

51

tests

0

failures

0

ignored

2.566s

duration

100%

successful

Tests

Test Duration Result
HTTP DELETE with BASIC authentication (authorized) 0.043s passed
HTTP DELETE with BASIC authentication (unauthorized) 0.045s passed
HTTP DELETE with DIGEST authentication (authorized) 0.047s passed
HTTP DELETE with DIGEST authentication (unauthorized) 0.044s passed
HTTPS DELETE with BASIC authentication (authorized) 0.079s passed
HTTPS DELETE with BASIC authentication (unauthorized) 0.067s passed
HTTPS DELETE with DIGEST authentication (authorized) 0.057s passed
HTTPS DELETE with DIGEST authentication (unauthorized) 0.065s passed
delete(): HTTP application/json 0.114s passed
delete(): HTTP application/xml 0.067s passed
delete(): HTTP text/csv 0.102s passed
delete(): HTTP text/html 0.086s passed
delete(): HTTP text/plain 0.065s passed
delete(): HTTPS application/json 0.093s passed
delete(): HTTPS application/xml 0.106s passed
delete(): HTTPS text/csv 0.088s passed
delete(): HTTPS text/html 0.091s passed
delete(): HTTPS text/plain 0.079s passed
delete(Class,Closure): cookies -> [:] 0.045s passed
delete(Class,Closure): cookies -> [flavor:chocolate-chip, count:dozen] 0.044s passed
delete(Class,Closure): cookies -> [flavor:chocolate-chip] 0.037s passed
delete(Class,Closure): cookies -> null 0.070s passed
delete(Class,Consumer): cookies -> [:] 0.053s passed
delete(Class,Consumer): cookies -> [flavor:oatmeal, count:dozen] 0.032s passed
delete(Class,Consumer): cookies -> [flavor:peanut-butter] 0.048s passed
delete(Class,Consumer): cookies -> null 0.049s passed
delete(Closure): query -> [:] 0.036s passed
delete(Closure): query -> [alpha:[one, two], bravo:three] 0.054s passed
delete(Closure): query -> [alpha:[one, two]] 0.063s passed
delete(Closure): query -> [alpha:[one]] 0.027s passed
delete(Closure): query -> [alpha:one] 0.033s passed
delete(Closure): query -> null 0.038s passed
delete(Consumer): headers -> [:] 0.036s passed
delete(Consumer): headers -> [hat:fedora] 0.060s passed
delete(Consumer): headers -> null 0.050s passed
gzip compression supported 0.040s passed
interceptor 0.025s passed
success/failure handler with BiFunction (200) 0.024s passed
success/failure handler with BiFunction (300) 0.023s passed
success/failure handler with BiFunction (400) 0.027s passed
success/failure handler with BiFunction (500) 0.024s passed
success/failure handler with Closure (200) 0.030s passed
success/failure handler with Closure (300) 0.050s passed
success/failure handler with Closure (400) 0.035s passed
success/failure handler with Closure (500) 0.016s passed
when handler with BiFunction (205) 0.019s passed
when handler with BiFunction (210) 0.033s passed
when handler with BiFunction (211) 0.027s passed
when handler with Closure (205) 0.033s passed
when handler with Closure (210) 0.019s passed
when handler with Closure (211) 0.028s passed

Standard output

19:16:05.152 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@56a30760
19:16:05.153 [XNIO-59 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-59 I/O-1', selector sun.nio.ch.EPollSelectorImpl@28f9d7ea
19:16:05.154 [XNIO-59 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-59 I/O-2', selector sun.nio.ch.EPollSelectorImpl@883c870
19:16:05.167 [XNIO-59 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-59 I/O-3', selector sun.nio.ch.EPollSelectorImpl@7c07990c
19:16:05.169 [XNIO-59 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-59 I/O-4', selector sun.nio.ch.EPollSelectorImpl@2524f810
19:16:05.170 [XNIO-59 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-59 I/O-5', selector sun.nio.ch.EPollSelectorImpl@7f90cf5b
19:16:05.174 [XNIO-59 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-59 I/O-6', selector sun.nio.ch.EPollSelectorImpl@47e635d
19:16:05.175 [XNIO-59 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-59 I/O-7', selector sun.nio.ch.EPollSelectorImpl@fdf8d45
19:16:05.175 [XNIO-59 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-59 I/O-8', selector sun.nio.ch.EPollSelectorImpl@193b568e
19:16:05.175 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:05.175 [XNIO-59 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-59 Accept', selector sun.nio.ch.EPollSelectorImpl@739047d
19:16:05.176 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:05.183 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.183 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.183 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:32805
19:16:05.183 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:32805
19:16:05.183 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:32805
19:16:05.183 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:39800<->127.0.0.1:32805
19:16:05.183 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.184 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.184 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 >> DELETE /alpha HTTP/1.1
19:16:05.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 >> Host: localhost:32805
19:16:05.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 >> Connection: Keep-Alive
19:16:05.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 >> Accept-Encoding: gzip,deflate
19:16:05.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 >> "Host: localhost:32805[\r][\n]"
19:16:05.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 >> "[\r][\n]"
19:16:05.195 [XNIO-59 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32805]}, cookies=[:]): <empty> }
19:16:05.196 [XNIO-59 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:05.196 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.196 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 << "Content-Encoding: gzip[\r][\n]"
19:16:05.196 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 << "Connection: keep-alive[\r][\n]"
19:16:05.196 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 << "Content-Type: text/plain[\r][\n]"
19:16:05.196 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 << "Content-Length: 27[\r][\n]"
19:16:05.196 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.196 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 << "[\r][\n]"
19:16:05.196 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:05.197 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 << HTTP/1.1 200 OK
19:16:05.197 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 << Content-Encoding: gzip
19:16:05.197 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 << Connection: keep-alive
19:16:05.197 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 << Content-Type: text/plain
19:16:05.197 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 << Content-Length: 27
19:16:05.197 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.197 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.197 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:39800<->127.0.0.1:32805
19:16:05.197 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.199 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.199 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.199 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:32805
19:16:05.200 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.200 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.200 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.200 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 >> DELETE /alpha HTTP/1.1
19:16:05.200 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 >> Host: localhost:32805
19:16:05.200 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 >> Connection: Keep-Alive
19:16:05.200 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.200 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 >> Accept-Encoding: gzip,deflate
19:16:05.200 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.200 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 >> "Host: localhost:32805[\r][\n]"
19:16:05.200 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.200 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.200 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.200 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 >> "[\r][\n]"
19:16:05.205 [XNIO-59 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32805]}, cookies=[:]): <empty> }
19:16:05.205 [XNIO-59 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:05.206 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.206 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 << "Content-Encoding: gzip[\r][\n]"
19:16:05.206 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 << "Connection: keep-alive[\r][\n]"
19:16:05.206 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 << "Content-Type: text/plain[\r][\n]"
19:16:05.206 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 << "Content-Length: 27[\r][\n]"
19:16:05.206 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.206 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 << "[\r][\n]"
19:16:05.206 [Test worker] DEBUG org.apache.http.wire - http-outgoing-58 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:05.206 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 << HTTP/1.1 200 OK
19:16:05.206 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 << Content-Encoding: gzip
19:16:05.206 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 << Connection: keep-alive
19:16:05.206 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 << Content-Type: text/plain
19:16:05.206 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 << Content-Length: 27
19:16:05.206 [Test worker] DEBUG org.apache.http.headers - http-outgoing-58 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.206 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.208 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:39800<->127.0.0.1:32805
19:16:05.208 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.208 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@56a30760
19:16:05.212 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@751a719f
19:16:05.214 [XNIO-60 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-60 I/O-1', selector sun.nio.ch.EPollSelectorImpl@2f4d8310
19:16:05.218 [XNIO-60 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-60 I/O-2', selector sun.nio.ch.EPollSelectorImpl@65780eaa
19:16:05.219 [XNIO-60 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-60 I/O-3', selector sun.nio.ch.EPollSelectorImpl@5863e2a3
19:16:05.221 [XNIO-60 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-60 I/O-4', selector sun.nio.ch.EPollSelectorImpl@183e1a50
19:16:05.221 [XNIO-60 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-60 I/O-5', selector sun.nio.ch.EPollSelectorImpl@67fc68fb
19:16:05.222 [XNIO-60 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-60 I/O-6', selector sun.nio.ch.EPollSelectorImpl@5511437b
19:16:05.222 [XNIO-60 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-60 I/O-7', selector sun.nio.ch.EPollSelectorImpl@2641900a
19:16:05.222 [XNIO-60 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-60 I/O-8', selector sun.nio.ch.EPollSelectorImpl@277d1499
19:16:05.230 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:05.230 [XNIO-60 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-60 Accept', selector sun.nio.ch.EPollSelectorImpl@4104d922
19:16:05.231 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:05.233 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.233 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.233 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:45581
19:16:05.233 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:45581
19:16:05.234 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:45581
19:16:05.234 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:45581 with timeout 0
19:16:05.234 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:05.234 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
19:16:05.234 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:05.269 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:05.269 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:05.269 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:05.269 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  peer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:05.269 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  issuer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:05.269 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:36194<->127.0.0.1:45581
19:16:05.269 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.269 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.269 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.269 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 >> DELETE /alpha HTTP/1.1
19:16:05.269 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 >> Host: localhost:45581
19:16:05.269 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 >> Connection: Keep-Alive
19:16:05.269 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.269 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 >> Accept-Encoding: gzip,deflate
19:16:05.269 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.269 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 >> "Host: localhost:45581[\r][\n]"
19:16:05.269 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.269 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.269 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.269 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 >> "[\r][\n]"
19:16:05.278 [XNIO-60 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:45581]}, cookies=[:]): <empty> }
19:16:05.279 [XNIO-60 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:05.280 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.280 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 << "Content-Encoding: gzip[\r][\n]"
19:16:05.280 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 << "Connection: keep-alive[\r][\n]"
19:16:05.280 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 << "Content-Type: text/plain[\r][\n]"
19:16:05.280 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 << "Content-Length: 27[\r][\n]"
19:16:05.280 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.280 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 << "[\r][\n]"
19:16:05.280 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:05.281 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 << HTTP/1.1 200 OK
19:16:05.281 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 << Content-Encoding: gzip
19:16:05.281 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 << Connection: keep-alive
19:16:05.281 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 << Content-Type: text/plain
19:16:05.281 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 << Content-Length: 27
19:16:05.281 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.281 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.281 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:36194<->127.0.0.1:45581
19:16:05.281 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.282 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.282 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.282 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:45581
19:16:05.282 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.282 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.282 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.282 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 >> DELETE /alpha HTTP/1.1
19:16:05.282 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 >> Host: localhost:45581
19:16:05.282 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 >> Connection: Keep-Alive
19:16:05.282 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.282 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 >> Accept-Encoding: gzip,deflate
19:16:05.282 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.282 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 >> "Host: localhost:45581[\r][\n]"
19:16:05.282 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.282 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.282 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.282 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 >> "[\r][\n]"
19:16:05.285 [XNIO-60 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:45581]}, cookies=[:]): <empty> }
19:16:05.286 [XNIO-60 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:05.287 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.287 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 << "Content-Encoding: gzip[\r][\n]"
19:16:05.287 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 << "Connection: keep-alive[\r][\n]"
19:16:05.287 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 << "Content-Type: text/plain[\r][\n]"
19:16:05.287 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 << "Content-Length: 27[\r][\n]"
19:16:05.287 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.287 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 << "[\r][\n]"
19:16:05.287 [Test worker] DEBUG org.apache.http.wire - http-outgoing-59 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:05.287 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 << HTTP/1.1 200 OK
19:16:05.287 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 << Content-Encoding: gzip
19:16:05.287 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 << Connection: keep-alive
19:16:05.287 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 << Content-Type: text/plain
19:16:05.287 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 << Content-Length: 27
19:16:05.287 [Test worker] DEBUG org.apache.http.headers - http-outgoing-59 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.287 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.288 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:36194<->127.0.0.1:45581
19:16:05.288 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.288 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@751a719f
19:16:05.294 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@69e06184
19:16:05.296 [XNIO-60 task-4] ERROR ersatz.undertow.request - UT005071: Undertow request failed HttpServerExchange{ DELETE /alpha request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:45581]} response {Content-Encoding=[gzip], Connection=[keep-alive], Content-Type=[text/plain], Content-Length=[27], Date=[Sun, 11 Aug 2019 00:15:57 GMT]}}
java.lang.NullPointerException: null
	at ersatz.undertow.protocols.ssl.SslConduit.doWrap(SslConduit.java:895)
	at ersatz.undertow.protocols.ssl.SslConduit.write(SslConduit.java:379)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.processWrite(HttpResponseConduit.java:250)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.write(HttpResponseConduit.java:596)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:106)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:120)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.performFlushIfRequired(DeflatingStreamSinkConduit.java:419)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.flush(DeflatingStreamSinkConduit.java:349)
	at ersatz.xnio.conduits.ConduitStreamSinkChannel.flush(ConduitStreamSinkChannel.java:162)
	at ersatz.undertow.channels.DetachableStreamSinkChannel.flush(DetachableStreamSinkChannel.java:119)
	at ersatz.xnio.channels.Channels.flushBlocking(Channels.java:63)
	at ersatz.undertow.io.UndertowOutputStream.close(UndertowOutputStream.java:344)
	at ersatz.undertow.io.BlockingSenderImpl.close(BlockingSenderImpl.java:170)
	at ersatz.undertow.io.DefaultIoCallback.onComplete(DefaultIoCallback.java:54)
	at ersatz.undertow.io.BlockingSenderImpl.invokeOnComplete(BlockingSenderImpl.java:227)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:95)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:117)
	at com.stehno.ersatz.ErsatzServer.send(ErsatzServer.groovy:494)
	at com.stehno.ersatz.ErsatzServer.access$0(ErsatzServer.groovy)
	at com.stehno.ersatz.ErsatzServer$1.handleRequest(ErsatzServer.groovy:370)
	at ersatz.undertow.server.handlers.HttpTraceHandler.handleRequest(HttpTraceHandler.java:70)
	at ersatz.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
	at ersatz.undertow.server.Connectors.executeRootHandler(Connectors.java:332)
	at ersatz.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
19:16:05.300 [XNIO-61 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-61 I/O-1', selector sun.nio.ch.EPollSelectorImpl@221efd96
19:16:05.308 [XNIO-61 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-61 I/O-3', selector sun.nio.ch.EPollSelectorImpl@3d79d9b7
19:16:05.308 [XNIO-61 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-61 I/O-4', selector sun.nio.ch.EPollSelectorImpl@7461e59e
19:16:05.309 [XNIO-61 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-61 I/O-2', selector sun.nio.ch.EPollSelectorImpl@16894923
19:16:05.310 [XNIO-61 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-61 I/O-5', selector sun.nio.ch.EPollSelectorImpl@3aa32c5b
19:16:05.312 [XNIO-61 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-61 I/O-6', selector sun.nio.ch.EPollSelectorImpl@1df5500
19:16:05.318 [XNIO-61 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-61 I/O-7', selector sun.nio.ch.EPollSelectorImpl@7384685b
19:16:05.338 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:05.338 [XNIO-61 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-61 I/O-8', selector sun.nio.ch.EPollSelectorImpl@1033d2b3
19:16:05.339 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:05.341 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.342 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.342 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:33095
19:16:05.342 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:33095
19:16:05.342 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:33095
19:16:05.342 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:34522<->127.0.0.1:33095
19:16:05.342 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.342 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.342 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.342 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 >> DELETE /alpha HTTP/1.1
19:16:05.342 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 >> Host: localhost:33095
19:16:05.342 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 >> Connection: Keep-Alive
19:16:05.342 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.342 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 >> Accept-Encoding: gzip,deflate
19:16:05.342 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.342 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 >> "Host: localhost:33095[\r][\n]"
19:16:05.342 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.342 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.342 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.342 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 >> "[\r][\n]"
19:16:05.346 [XNIO-61 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-61 Accept', selector sun.nio.ch.EPollSelectorImpl@597da3
19:16:05.370 [XNIO-61 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33095]}, cookies=[:]): <empty> }
19:16:05.371 [XNIO-61 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[application/json]}): {"value":"ok-json"}
19:16:05.372 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.372 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 << "Content-Encoding: gzip[\r][\n]"
19:16:05.372 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 << "Connection: keep-alive[\r][\n]"
19:16:05.372 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 << "Content-Type: application/json[\r][\n]"
19:16:05.372 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 << "Content-Length: 39[\r][\n]"
19:16:05.372 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.372 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 << "[\r][\n]"
19:16:05.372 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]V*K[0xcc])MU[0xb2]R[0xca][0xcf][0xd6][0xcd]*[0xce][0xcf]S[0xaa][0x5][0x0][0xe2][0xce][0x90][0x14][0x13][0x0][0x0][0x0]"
19:16:05.372 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 << HTTP/1.1 200 OK
19:16:05.372 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 << Content-Encoding: gzip
19:16:05.372 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 << Connection: keep-alive
19:16:05.372 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 << Content-Type: application/json
19:16:05.372 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 << Content-Length: 39
19:16:05.372 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.372 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.372 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:34522<->127.0.0.1:33095
19:16:05.372 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.373 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.373 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.373 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:33095
19:16:05.373 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.373 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.373 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.373 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 >> DELETE /alpha HTTP/1.1
19:16:05.373 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 >> Host: localhost:33095
19:16:05.373 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 >> Connection: Keep-Alive
19:16:05.373 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.373 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 >> Accept-Encoding: gzip,deflate
19:16:05.373 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.373 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 >> "Host: localhost:33095[\r][\n]"
19:16:05.373 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.373 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.373 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.373 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 >> "[\r][\n]"
19:16:05.387 [XNIO-61 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33095]}, cookies=[:]): <empty> }
19:16:05.400 [XNIO-61 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[application/json]}): {"value":"ok-json"}
19:16:05.404 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.404 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 << "Content-Encoding: gzip[\r][\n]"
19:16:05.404 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 << "Connection: keep-alive[\r][\n]"
19:16:05.404 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 << "Content-Type: application/json[\r][\n]"
19:16:05.404 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 << "Content-Length: 39[\r][\n]"
19:16:05.404 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.404 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 << "[\r][\n]"
19:16:05.404 [Test worker] DEBUG org.apache.http.wire - http-outgoing-60 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]V*K[0xcc])MU[0xb2]R[0xca][0xcf][0xd6][0xcd]*[0xce][0xcf]S[0xaa][0x5][0x0][0xe2][0xce][0x90][0x14][0x13][0x0][0x0][0x0]"
19:16:05.404 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 << HTTP/1.1 200 OK
19:16:05.404 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 << Content-Encoding: gzip
19:16:05.404 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 << Connection: keep-alive
19:16:05.404 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 << Content-Type: application/json
19:16:05.404 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 << Content-Length: 39
19:16:05.404 [Test worker] DEBUG org.apache.http.headers - http-outgoing-60 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.404 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.405 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:34522<->127.0.0.1:33095
19:16:05.405 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.405 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@69e06184
19:16:05.408 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@247e60de
19:16:05.410 [XNIO-62 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-62 I/O-1', selector sun.nio.ch.EPollSelectorImpl@154a0bbb
19:16:05.418 [XNIO-62 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-62 I/O-3', selector sun.nio.ch.EPollSelectorImpl@4ab34a72
19:16:05.419 [XNIO-61 task-2] DEBUG ersatz.undertow.request.io - UT005013: An IOException occurred
java.nio.channels.ClosedChannelException: null
	at sun.nio.ch.SocketChannelImpl.shutdownOutput(SocketChannelImpl.java:797)
	at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:190)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.processWrite(HttpResponseConduit.java:250)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.write(HttpResponseConduit.java:596)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:106)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:120)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.performFlushIfRequired(DeflatingStreamSinkConduit.java:419)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.flush(DeflatingStreamSinkConduit.java:349)
	at ersatz.xnio.conduits.ConduitStreamSinkChannel.flush(ConduitStreamSinkChannel.java:162)
	at ersatz.undertow.channels.DetachableStreamSinkChannel.flush(DetachableStreamSinkChannel.java:119)
	at ersatz.xnio.channels.Channels.flushBlocking(Channels.java:63)
	at ersatz.undertow.io.UndertowOutputStream.close(UndertowOutputStream.java:344)
	at ersatz.undertow.io.BlockingSenderImpl.close(BlockingSenderImpl.java:170)
	at ersatz.undertow.io.DefaultIoCallback.onComplete(DefaultIoCallback.java:54)
	at ersatz.undertow.io.BlockingSenderImpl.invokeOnComplete(BlockingSenderImpl.java:227)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:95)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:117)
	at com.stehno.ersatz.ErsatzServer.send(ErsatzServer.groovy:494)
	at com.stehno.ersatz.ErsatzServer.access$0(ErsatzServer.groovy)
	at com.stehno.ersatz.ErsatzServer$1.handleRequest(ErsatzServer.groovy:370)
	at ersatz.undertow.server.handlers.HttpTraceHandler.handleRequest(HttpTraceHandler.java:70)
	at ersatz.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
	at ersatz.undertow.server.Connectors.executeRootHandler(Connectors.java:332)
	at ersatz.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: java.nio.channels.ClosedByInterruptException: null
		at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202)
		at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:511)
		at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:184)
		... 25 common frames omitted
19:16:05.432 [XNIO-62 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-62 I/O-5', selector sun.nio.ch.EPollSelectorImpl@61ae3b10
19:16:05.432 [XNIO-62 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-62 I/O-6', selector sun.nio.ch.EPollSelectorImpl@6c8ad463
19:16:05.432 [XNIO-62 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-62 I/O-7', selector sun.nio.ch.EPollSelectorImpl@6d59fbfd
19:16:05.434 [XNIO-62 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-62 I/O-8', selector sun.nio.ch.EPollSelectorImpl@20a1bf03
19:16:05.435 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:05.435 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:05.420 [XNIO-62 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-62 I/O-2', selector sun.nio.ch.EPollSelectorImpl@2ffc16ed
19:16:05.421 [XNIO-62 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-62 I/O-4', selector sun.nio.ch.EPollSelectorImpl@209d922e
19:16:05.437 [XNIO-62 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-62 Accept', selector sun.nio.ch.EPollSelectorImpl@43061fc2
19:16:05.438 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.438 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.438 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:45915
19:16:05.438 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:45915
19:16:05.438 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:45915
19:16:05.438 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:45915 with timeout 0
19:16:05.439 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:05.439 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
19:16:05.439 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:05.472 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:05.472 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:05.472 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:05.472 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  peer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:05.472 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  issuer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:05.473 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:38010<->127.0.0.1:45915
19:16:05.473 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.473 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.473 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.473 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 >> DELETE /alpha HTTP/1.1
19:16:05.473 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 >> Host: localhost:45915
19:16:05.473 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 >> Connection: Keep-Alive
19:16:05.473 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.473 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 >> Accept-Encoding: gzip,deflate
19:16:05.473 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.473 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 >> "Host: localhost:45915[\r][\n]"
19:16:05.473 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.473 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.473 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.473 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 >> "[\r][\n]"
19:16:05.490 [XNIO-62 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:45915]}, cookies=[:]): <empty> }
19:16:05.491 [XNIO-62 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[application/json]}): {"value":"ok-json"}
19:16:05.492 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.492 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 << "Content-Encoding: gzip[\r][\n]"
19:16:05.492 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 << "Connection: keep-alive[\r][\n]"
19:16:05.492 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 << "Content-Type: application/json[\r][\n]"
19:16:05.492 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 << "Content-Length: 39[\r][\n]"
19:16:05.492 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.492 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 << "[\r][\n]"
19:16:05.492 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]V*K[0xcc])MU[0xb2]R[0xca][0xcf][0xd6][0xcd]*[0xce][0xcf]S[0xaa][0x5][0x0][0xe2][0xce][0x90][0x14][0x13][0x0][0x0][0x0]"
19:16:05.492 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 << HTTP/1.1 200 OK
19:16:05.492 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 << Content-Encoding: gzip
19:16:05.492 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 << Connection: keep-alive
19:16:05.492 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 << Content-Type: application/json
19:16:05.492 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 << Content-Length: 39
19:16:05.492 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.492 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.493 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:38010<->127.0.0.1:45915
19:16:05.493 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.494 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.494 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.494 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:45915
19:16:05.494 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.494 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.494 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.494 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 >> DELETE /alpha HTTP/1.1
19:16:05.494 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 >> Host: localhost:45915
19:16:05.494 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 >> Connection: Keep-Alive
19:16:05.494 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.494 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 >> Accept-Encoding: gzip,deflate
19:16:05.494 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.494 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 >> "Host: localhost:45915[\r][\n]"
19:16:05.494 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.494 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.494 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.494 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 >> "[\r][\n]"
19:16:05.495 [XNIO-62 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:45915]}, cookies=[:]): <empty> }
19:16:05.496 [XNIO-62 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[application/json]}): {"value":"ok-json"}
19:16:05.497 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.497 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 << "Content-Encoding: gzip[\r][\n]"
19:16:05.497 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 << "Connection: keep-alive[\r][\n]"
19:16:05.497 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 << "Content-Type: application/json[\r][\n]"
19:16:05.497 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 << "Content-Length: 39[\r][\n]"
19:16:05.497 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.497 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 << "[\r][\n]"
19:16:05.497 [Test worker] DEBUG org.apache.http.wire - http-outgoing-61 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab]V*K[0xcc])MU[0xb2]R[0xca][0xcf][0xd6][0xcd]*[0xce][0xcf]S[0xaa][0x5][0x0][0xe2][0xce][0x90][0x14][0x13][0x0][0x0][0x0]"
19:16:05.497 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 << HTTP/1.1 200 OK
19:16:05.497 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 << Content-Encoding: gzip
19:16:05.497 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 << Connection: keep-alive
19:16:05.497 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 << Content-Type: application/json
19:16:05.497 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 << Content-Length: 39
19:16:05.497 [Test worker] DEBUG org.apache.http.headers - http-outgoing-61 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.498 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.498 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:38010<->127.0.0.1:45915
19:16:05.498 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.499 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@247e60de
19:16:05.502 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@207af0c7
19:16:05.519 [XNIO-63 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-63 I/O-1', selector sun.nio.ch.EPollSelectorImpl@62f4bb90
19:16:05.532 [XNIO-63 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-63 I/O-2', selector sun.nio.ch.EPollSelectorImpl@7d99da6
19:16:05.537 [XNIO-63 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-63 I/O-3', selector sun.nio.ch.EPollSelectorImpl@cb53ff5
19:16:05.537 [XNIO-62 task-4] DEBUG ersatz.undertow.request.io - UT005013: An IOException occurred
java.nio.channels.ClosedChannelException: null
	at sun.nio.ch.SocketChannelImpl.shutdownOutput(SocketChannelImpl.java:797)
	at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:170)
	at ersatz.undertow.protocols.ssl.SslConduit.doWrap(SslConduit.java:892)
	at ersatz.undertow.protocols.ssl.SslConduit.write(SslConduit.java:379)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.processWrite(HttpResponseConduit.java:250)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.write(HttpResponseConduit.java:596)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:106)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:120)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.performFlushIfRequired(DeflatingStreamSinkConduit.java:419)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.flush(DeflatingStreamSinkConduit.java:349)
	at ersatz.xnio.conduits.ConduitStreamSinkChannel.flush(ConduitStreamSinkChannel.java:162)
	at ersatz.undertow.channels.DetachableStreamSinkChannel.flush(DetachableStreamSinkChannel.java:119)
	at ersatz.xnio.channels.Channels.flushBlocking(Channels.java:63)
	at ersatz.undertow.io.UndertowOutputStream.close(UndertowOutputStream.java:344)
	at ersatz.undertow.io.BlockingSenderImpl.close(BlockingSenderImpl.java:170)
	at ersatz.undertow.io.DefaultIoCallback.onComplete(DefaultIoCallback.java:54)
	at ersatz.undertow.io.BlockingSenderImpl.invokeOnComplete(BlockingSenderImpl.java:227)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:95)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:117)
	at com.stehno.ersatz.ErsatzServer.send(ErsatzServer.groovy:494)
	at com.stehno.ersatz.ErsatzServer.access$0(ErsatzServer.groovy)
	at com.stehno.ersatz.ErsatzServer$1.handleRequest(ErsatzServer.groovy:370)
	at ersatz.undertow.server.handlers.HttpTraceHandler.handleRequest(HttpTraceHandler.java:70)
	at ersatz.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
	at ersatz.undertow.server.Connectors.executeRootHandler(Connectors.java:332)
	at ersatz.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: java.nio.channels.ClosedByInterruptException: null
		at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202)
		at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:478)
		at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:164)
		... 27 common frames omitted
19:16:05.538 [XNIO-63 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-63 I/O-4', selector sun.nio.ch.EPollSelectorImpl@66f78e4e
19:16:05.538 [XNIO-63 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-63 I/O-5', selector sun.nio.ch.EPollSelectorImpl@3046c240
19:16:05.538 [XNIO-63 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-63 I/O-6', selector sun.nio.ch.EPollSelectorImpl@1ea879d1
19:16:05.538 [XNIO-63 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-63 I/O-7', selector sun.nio.ch.EPollSelectorImpl@19133981
19:16:05.542 [XNIO-63 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-63 I/O-8', selector sun.nio.ch.EPollSelectorImpl@16675304
19:16:05.543 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:05.543 [XNIO-63 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-63 Accept', selector sun.nio.ch.EPollSelectorImpl@4e7c6680
19:16:05.544 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:05.546 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.546 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.546 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:43717
19:16:05.546 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:43717
19:16:05.546 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:43717
19:16:05.546 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:44812<->127.0.0.1:43717
19:16:05.546 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.546 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.546 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.547 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 >> DELETE /alpha HTTP/1.1
19:16:05.547 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 >> Host: localhost:43717
19:16:05.547 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 >> Connection: Keep-Alive
19:16:05.547 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.547 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 >> Accept-Encoding: gzip,deflate
19:16:05.547 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.547 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 >> "Host: localhost:43717[\r][\n]"
19:16:05.547 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.547 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.547 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.547 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 >> "[\r][\n]"
19:16:05.550 [XNIO-63 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43717]}, cookies=[:]): <empty> }
19:16:05.551 [XNIO-63 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[application/xml]}): <?xml version="1.0"?><message value="ok-xml"/>
19:16:05.552 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.552 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 << "Content-Encoding: gzip[\r][\n]"
19:16:05.552 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 << "Connection: keep-alive[\r][\n]"
19:16:05.552 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 << "Content-Type: application/xml[\r][\n]"
19:16:05.552 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 << "Content-Length: 65[\r][\n]"
19:16:05.552 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.552 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 << "[\r][\n]"
19:16:05.552 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb3][0xb1][0xaf][0xc8][0xcd]Q(K-*[0xce][0xcc][0xcf][0xb3]U2[0xd4]3P[0xb2][0xb7][0xb3][0xc9]M-.NLOU(K[0xcc])M[0xb5]U[0xca][0xcf][0xd6][0x5][0xaa]R[0xd2][0xb7][0x3][0x0]![0x2][0xb2][0x8].[0x0][0x0][0x0]"
19:16:05.552 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 << HTTP/1.1 200 OK
19:16:05.552 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 << Content-Encoding: gzip
19:16:05.552 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 << Connection: keep-alive
19:16:05.552 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 << Content-Type: application/xml
19:16:05.552 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 << Content-Length: 65
19:16:05.552 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.552 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.555 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:44812<->127.0.0.1:43717
19:16:05.555 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.556 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.556 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.556 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:43717
19:16:05.556 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.556 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.556 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.556 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 >> DELETE /alpha HTTP/1.1
19:16:05.556 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 >> Host: localhost:43717
19:16:05.556 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 >> Connection: Keep-Alive
19:16:05.556 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.556 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 >> Accept-Encoding: gzip,deflate
19:16:05.556 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.556 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 >> "Host: localhost:43717[\r][\n]"
19:16:05.556 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.556 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.556 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.556 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 >> "[\r][\n]"
19:16:05.562 [XNIO-63 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43717]}, cookies=[:]): <empty> }
19:16:05.563 [XNIO-63 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[application/xml]}): <?xml version="1.0"?><message value="ok-xml"/>
19:16:05.564 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.564 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 << "Content-Encoding: gzip[\r][\n]"
19:16:05.564 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 << "Connection: keep-alive[\r][\n]"
19:16:05.564 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 << "Content-Type: application/xml[\r][\n]"
19:16:05.564 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 << "Content-Length: 65[\r][\n]"
19:16:05.564 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.564 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 << "[\r][\n]"
19:16:05.564 [Test worker] DEBUG org.apache.http.wire - http-outgoing-62 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb3][0xb1][0xaf][0xc8][0xcd]Q(K-*[0xce][0xcc][0xcf][0xb3]U2[0xd4]3P[0xb2][0xb7][0xb3][0xc9]M-.NLOU(K[0xcc])M[0xb5]U[0xca][0xcf][0xd6][0x5][0xaa]R[0xd2][0xb7][0x3][0x0]![0x2][0xb2][0x8].[0x0][0x0][0x0]"
19:16:05.564 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 << HTTP/1.1 200 OK
19:16:05.564 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 << Content-Encoding: gzip
19:16:05.564 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 << Connection: keep-alive
19:16:05.564 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 << Content-Type: application/xml
19:16:05.564 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 << Content-Length: 65
19:16:05.564 [Test worker] DEBUG org.apache.http.headers - http-outgoing-62 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.564 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.566 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:44812<->127.0.0.1:43717
19:16:05.566 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.567 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@207af0c7
19:16:05.570 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@3f37b380
19:16:05.594 [XNIO-64 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-64 I/O-1', selector sun.nio.ch.EPollSelectorImpl@c15fd33
19:16:05.597 [XNIO-64 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-64 I/O-2', selector sun.nio.ch.EPollSelectorImpl@496012d8
19:16:05.598 [XNIO-64 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-64 I/O-3', selector sun.nio.ch.EPollSelectorImpl@1d27b66e
19:16:05.599 [XNIO-64 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-64 I/O-4', selector sun.nio.ch.EPollSelectorImpl@79351dec
19:16:05.602 [XNIO-64 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-64 I/O-5', selector sun.nio.ch.EPollSelectorImpl@14bc8693
19:16:05.607 [XNIO-64 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-64 I/O-6', selector sun.nio.ch.EPollSelectorImpl@3333a0db
19:16:05.613 [XNIO-64 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-64 I/O-8', selector sun.nio.ch.EPollSelectorImpl@51bffe6d
19:16:05.613 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:05.613 [XNIO-64 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-64 Accept', selector sun.nio.ch.EPollSelectorImpl@152fb76f
19:16:05.607 [XNIO-64 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-64 I/O-7', selector sun.nio.ch.EPollSelectorImpl@4d840f6f
19:16:05.614 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:05.616 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.616 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.616 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:40985
19:16:05.617 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:40985
19:16:05.617 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:40985
19:16:05.617 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:40985 with timeout 0
19:16:05.617 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:05.617 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
19:16:05.617 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:05.657 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:05.657 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:05.657 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:05.657 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  peer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:05.657 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  issuer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:05.657 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:58406<->127.0.0.1:40985
19:16:05.657 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.657 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.657 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.657 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 >> DELETE /alpha HTTP/1.1
19:16:05.657 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 >> Host: localhost:40985
19:16:05.657 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 >> Connection: Keep-Alive
19:16:05.657 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.657 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 >> Accept-Encoding: gzip,deflate
19:16:05.657 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.657 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 >> "Host: localhost:40985[\r][\n]"
19:16:05.657 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.657 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.657 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.657 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 >> "[\r][\n]"
19:16:05.658 [XNIO-64 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40985]}, cookies=[:]): <empty> }
19:16:05.659 [XNIO-64 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[application/xml]}): <?xml version="1.0"?><message value="ok-xml"/>
19:16:05.660 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.660 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 << "Content-Encoding: gzip[\r][\n]"
19:16:05.660 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 << "Connection: keep-alive[\r][\n]"
19:16:05.660 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 << "Content-Type: application/xml[\r][\n]"
19:16:05.660 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 << "Content-Length: 65[\r][\n]"
19:16:05.660 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.660 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 << "[\r][\n]"
19:16:05.660 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb3][0xb1][0xaf][0xc8][0xcd]Q(K-*[0xce][0xcc][0xcf][0xb3]U2[0xd4]3P[0xb2][0xb7][0xb3][0xc9]M-.NLOU(K[0xcc])M[0xb5]U[0xca][0xcf][0xd6][0x5][0xaa]R[0xd2][0xb7][0x3][0x0]![0x2][0xb2][0x8].[0x0][0x0][0x0]"
19:16:05.660 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 << HTTP/1.1 200 OK
19:16:05.660 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 << Content-Encoding: gzip
19:16:05.660 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 << Connection: keep-alive
19:16:05.660 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 << Content-Type: application/xml
19:16:05.660 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 << Content-Length: 65
19:16:05.660 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.660 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.663 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:58406<->127.0.0.1:40985
19:16:05.663 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.664 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.664 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.664 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:40985
19:16:05.664 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.664 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.664 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.664 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 >> DELETE /alpha HTTP/1.1
19:16:05.664 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 >> Host: localhost:40985
19:16:05.664 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 >> Connection: Keep-Alive
19:16:05.664 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.664 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 >> Accept-Encoding: gzip,deflate
19:16:05.664 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.664 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 >> "Host: localhost:40985[\r][\n]"
19:16:05.664 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.664 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.664 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.664 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 >> "[\r][\n]"
19:16:05.669 [XNIO-64 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40985]}, cookies=[:]): <empty> }
19:16:05.670 [XNIO-64 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[application/xml]}): <?xml version="1.0"?><message value="ok-xml"/>
19:16:05.670 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 << "Content-Encoding: gzip[\r][\n]"
19:16:05.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 << "Connection: keep-alive[\r][\n]"
19:16:05.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 << "Content-Type: application/xml[\r][\n]"
19:16:05.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 << "Content-Length: 65[\r][\n]"
19:16:05.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 << "[\r][\n]"
19:16:05.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-63 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb3][0xb1][0xaf][0xc8][0xcd]Q(K-*[0xce][0xcc][0xcf][0xb3]U2[0xd4]3P[0xb2][0xb7][0xb3][0xc9]M-.NLOU(K[0xcc])M[0xb5]U[0xca][0xcf][0xd6][0x5][0xaa]R[0xd2][0xb7][0x3][0x0]![0x2][0xb2][0x8].[0x0][0x0][0x0]"
19:16:05.671 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 << HTTP/1.1 200 OK
19:16:05.671 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 << Content-Encoding: gzip
19:16:05.671 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 << Connection: keep-alive
19:16:05.671 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 << Content-Type: application/xml
19:16:05.671 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 << Content-Length: 65
19:16:05.671 [Test worker] DEBUG org.apache.http.headers - http-outgoing-63 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.671 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.673 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:58406<->127.0.0.1:40985
19:16:05.674 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.674 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@3f37b380
19:16:05.677 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@56f21ef1
19:16:05.693 [XNIO-65 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-65 I/O-1', selector sun.nio.ch.EPollSelectorImpl@219ea36b
19:16:05.696 [XNIO-65 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-65 I/O-2', selector sun.nio.ch.EPollSelectorImpl@3875a715
19:16:05.700 [XNIO-65 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-65 I/O-3', selector sun.nio.ch.EPollSelectorImpl@6c3360dd
19:16:05.703 [XNIO-65 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-65 I/O-4', selector sun.nio.ch.EPollSelectorImpl@5dce7dc9
19:16:05.710 [XNIO-65 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-65 I/O-5', selector sun.nio.ch.EPollSelectorImpl@430da8cd
19:16:05.711 [XNIO-65 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-65 I/O-6', selector sun.nio.ch.EPollSelectorImpl@725e0eb4
19:16:05.718 [XNIO-65 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-65 I/O-7', selector sun.nio.ch.EPollSelectorImpl@231c5e1c
19:16:05.719 [XNIO-65 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-65 I/O-8', selector sun.nio.ch.EPollSelectorImpl@5d307dcd
19:16:05.730 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:05.731 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:05.733 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.733 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.733 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40327
19:16:05.733 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:40327
19:16:05.733 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:40327
19:16:05.733 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:43404<->127.0.0.1:40327
19:16:05.733 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.733 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.733 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.733 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 >> DELETE /alpha HTTP/1.1
19:16:05.733 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 >> Host: localhost:40327
19:16:05.733 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 >> Connection: Keep-Alive
19:16:05.733 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.733 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 >> Accept-Encoding: gzip,deflate
19:16:05.734 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.734 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 >> "Host: localhost:40327[\r][\n]"
19:16:05.734 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.734 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.734 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.734 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 >> "[\r][\n]"
19:16:05.735 [XNIO-65 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-65 Accept', selector sun.nio.ch.EPollSelectorImpl@1edb0fa2
19:16:05.743 [XNIO-65 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40327]}, cookies=[:]): <empty> }
19:16:05.744 [XNIO-65 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/html]}): <html><body>ok-html</body>
19:16:05.744 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.744 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 << "Content-Encoding: gzip[\r][\n]"
19:16:05.744 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 << "Connection: keep-alive[\r][\n]"
19:16:05.744 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 << "Content-Type: text/html[\r][\n]"
19:16:05.744 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 << "Content-Length: 40[\r][\n]"
19:16:05.744 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.744 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 << "[\r][\n]"
19:16:05.744 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb3][0xc9]([0xc9][0xcd][0xb1][0xb3]I[0xca]O[0xa9][0xb4][0xcb][0xcf][0xd6][0x5][0xf1]l[0xf4][0xc1]<[0x0][0x84]/[0x88][0xcf][0x1a][0x0][0x0][0x0]"
19:16:05.745 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 << HTTP/1.1 200 OK
19:16:05.745 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 << Content-Encoding: gzip
19:16:05.745 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 << Connection: keep-alive
19:16:05.745 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 << Content-Type: text/html
19:16:05.745 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 << Content-Length: 40
19:16:05.745 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.745 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.745 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:43404<->127.0.0.1:40327
19:16:05.746 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.746 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.746 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.746 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40327
19:16:05.746 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.746 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.746 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.747 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 >> DELETE /alpha HTTP/1.1
19:16:05.747 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 >> Host: localhost:40327
19:16:05.747 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 >> Connection: Keep-Alive
19:16:05.747 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.747 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 >> Accept-Encoding: gzip,deflate
19:16:05.747 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.747 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 >> "Host: localhost:40327[\r][\n]"
19:16:05.747 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.747 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.747 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.747 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 >> "[\r][\n]"
19:16:05.749 [XNIO-65 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40327]}, cookies=[:]): <empty> }
19:16:05.750 [XNIO-65 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/html]}): <html><body>ok-html</body>
19:16:05.759 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.759 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 << "Content-Encoding: gzip[\r][\n]"
19:16:05.759 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 << "Connection: keep-alive[\r][\n]"
19:16:05.759 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 << "Content-Type: text/html[\r][\n]"
19:16:05.759 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 << "Content-Length: 40[\r][\n]"
19:16:05.759 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.759 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 << "[\r][\n]"
19:16:05.759 [Test worker] DEBUG org.apache.http.wire - http-outgoing-64 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb3][0xc9]([0xc9][0xcd][0xb1][0xb3]I[0xca]O[0xa9][0xb4][0xcb][0xcf][0xd6][0x5][0xf1]l[0xf4][0xc1]<[0x0][0x84]/[0x88][0xcf][0x1a][0x0][0x0][0x0]"
19:16:05.760 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 << HTTP/1.1 200 OK
19:16:05.760 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 << Content-Encoding: gzip
19:16:05.760 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 << Connection: keep-alive
19:16:05.760 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 << Content-Type: text/html
19:16:05.760 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 << Content-Length: 40
19:16:05.760 [Test worker] DEBUG org.apache.http.headers - http-outgoing-64 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.760 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.761 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:43404<->127.0.0.1:40327
19:16:05.761 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.761 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@56f21ef1
19:16:05.764 [XNIO-65 task-2] DEBUG ersatz.undertow.request.io - UT005013: An IOException occurred
java.nio.channels.ClosedChannelException: null
	at sun.nio.ch.SocketChannelImpl.shutdownOutput(SocketChannelImpl.java:797)
	at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:190)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.processWrite(HttpResponseConduit.java:250)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.write(HttpResponseConduit.java:596)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:106)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:120)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.performFlushIfRequired(DeflatingStreamSinkConduit.java:419)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.flush(DeflatingStreamSinkConduit.java:349)
	at ersatz.xnio.conduits.ConduitStreamSinkChannel.flush(ConduitStreamSinkChannel.java:162)
	at ersatz.undertow.channels.DetachableStreamSinkChannel.flush(DetachableStreamSinkChannel.java:119)
	at ersatz.xnio.channels.Channels.flushBlocking(Channels.java:63)
	at ersatz.undertow.io.UndertowOutputStream.close(UndertowOutputStream.java:344)
	at ersatz.undertow.io.BlockingSenderImpl.close(BlockingSenderImpl.java:170)
	at ersatz.undertow.io.DefaultIoCallback.onComplete(DefaultIoCallback.java:54)
	at ersatz.undertow.io.BlockingSenderImpl.invokeOnComplete(BlockingSenderImpl.java:227)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:95)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:117)
	at com.stehno.ersatz.ErsatzServer.send(ErsatzServer.groovy:494)
	at com.stehno.ersatz.ErsatzServer.access$0(ErsatzServer.groovy)
	at com.stehno.ersatz.ErsatzServer$1.handleRequest(ErsatzServer.groovy:370)
	at ersatz.undertow.server.handlers.HttpTraceHandler.handleRequest(HttpTraceHandler.java:70)
	at ersatz.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
	at ersatz.undertow.server.Connectors.executeRootHandler(Connectors.java:332)
	at ersatz.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: java.nio.channels.ClosedByInterruptException: null
		at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202)
		at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:511)
		at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:184)
		... 25 common frames omitted
19:16:05.765 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@1e636523
19:16:05.770 [XNIO-66 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-66 I/O-1', selector sun.nio.ch.EPollSelectorImpl@20892f23
19:16:05.771 [XNIO-66 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-66 I/O-3', selector sun.nio.ch.EPollSelectorImpl@1efdca05
19:16:05.771 [XNIO-66 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-66 I/O-4', selector sun.nio.ch.EPollSelectorImpl@14389126
19:16:05.770 [XNIO-66 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-66 I/O-2', selector sun.nio.ch.EPollSelectorImpl@52f439a5
19:16:05.771 [XNIO-66 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-66 I/O-5', selector sun.nio.ch.EPollSelectorImpl@7222514
19:16:05.772 [XNIO-66 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-66 I/O-6', selector sun.nio.ch.EPollSelectorImpl@55613f6a
19:16:05.772 [XNIO-66 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-66 I/O-7', selector sun.nio.ch.EPollSelectorImpl@1b125938
19:16:05.774 [XNIO-66 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-66 I/O-8', selector sun.nio.ch.EPollSelectorImpl@5705b89f
19:16:05.777 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:05.778 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:05.780 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.780 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.780 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:37499
19:16:05.780 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:37499
19:16:05.780 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:37499
19:16:05.780 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:37499 with timeout 0
19:16:05.781 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:05.781 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
19:16:05.781 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:05.782 [XNIO-66 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-66 Accept', selector sun.nio.ch.EPollSelectorImpl@50f3dada
19:16:05.826 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:05.826 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:05.826 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:05.826 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  peer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:05.826 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  issuer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:05.826 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:55706<->127.0.0.1:37499
19:16:05.826 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.826 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.826 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.826 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 >> DELETE /alpha HTTP/1.1
19:16:05.826 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 >> Host: localhost:37499
19:16:05.826 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 >> Connection: Keep-Alive
19:16:05.826 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.826 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 >> Accept-Encoding: gzip,deflate
19:16:05.826 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.826 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 >> "Host: localhost:37499[\r][\n]"
19:16:05.826 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.826 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.826 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.827 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 >> "[\r][\n]"
19:16:05.834 [XNIO-66 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:37499]}, cookies=[:]): <empty> }
19:16:05.835 [XNIO-66 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/html]}): <html><body>ok-html</body>
19:16:05.836 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.836 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 << "Content-Encoding: gzip[\r][\n]"
19:16:05.836 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 << "Connection: keep-alive[\r][\n]"
19:16:05.836 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 << "Content-Type: text/html[\r][\n]"
19:16:05.836 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 << "Content-Length: 40[\r][\n]"
19:16:05.836 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.836 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 << "[\r][\n]"
19:16:05.836 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb3][0xc9]([0xc9][0xcd][0xb1][0xb3]I[0xca]O[0xa9][0xb4][0xcb][0xcf][0xd6][0x5][0xf1]l[0xf4][0xc1]<[0x0][0x84]/[0x88][0xcf][0x1a][0x0][0x0][0x0]"
19:16:05.836 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 << HTTP/1.1 200 OK
19:16:05.836 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 << Content-Encoding: gzip
19:16:05.836 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 << Connection: keep-alive
19:16:05.836 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 << Content-Type: text/html
19:16:05.836 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 << Content-Length: 40
19:16:05.836 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.836 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.837 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:55706<->127.0.0.1:37499
19:16:05.837 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.838 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.838 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.838 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:37499
19:16:05.839 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.839 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.839 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.839 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 >> DELETE /alpha HTTP/1.1
19:16:05.839 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 >> Host: localhost:37499
19:16:05.839 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 >> Connection: Keep-Alive
19:16:05.839 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.839 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 >> Accept-Encoding: gzip,deflate
19:16:05.839 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.839 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 >> "Host: localhost:37499[\r][\n]"
19:16:05.839 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 >> "[\r][\n]"
19:16:05.848 [XNIO-66 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:37499]}, cookies=[:]): <empty> }
19:16:05.849 [XNIO-66 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/html]}): <html><body>ok-html</body>
19:16:05.850 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.850 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 << "Content-Encoding: gzip[\r][\n]"
19:16:05.850 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 << "Connection: keep-alive[\r][\n]"
19:16:05.850 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 << "Content-Type: text/html[\r][\n]"
19:16:05.850 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 << "Content-Length: 40[\r][\n]"
19:16:05.850 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.850 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 << "[\r][\n]"
19:16:05.850 [Test worker] DEBUG org.apache.http.wire - http-outgoing-65 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xb3][0xc9]([0xc9][0xcd][0xb1][0xb3]I[0xca]O[0xa9][0xb4][0xcb][0xcf][0xd6][0x5][0xf1]l[0xf4][0xc1]<[0x0][0x84]/[0x88][0xcf][0x1a][0x0][0x0][0x0]"
19:16:05.850 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 << HTTP/1.1 200 OK
19:16:05.850 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 << Content-Encoding: gzip
19:16:05.850 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 << Connection: keep-alive
19:16:05.850 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 << Content-Type: text/html
19:16:05.850 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 << Content-Length: 40
19:16:05.850 [Test worker] DEBUG org.apache.http.headers - http-outgoing-65 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.850 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.851 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:55706<->127.0.0.1:37499
19:16:05.851 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.852 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@1e636523
19:16:05.857 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@6f48e72d
19:16:05.858 [XNIO-66 task-4] ERROR ersatz.undertow.request - UT005071: Undertow request failed HttpServerExchange{ DELETE /alpha request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:37499]} response {Content-Encoding=[gzip], Connection=[keep-alive], Content-Type=[text/html], Content-Length=[40], Date=[Sun, 11 Aug 2019 00:15:57 GMT]}}
java.lang.NullPointerException: null
	at ersatz.undertow.protocols.ssl.SslConduit.doWrap(SslConduit.java:895)
	at ersatz.undertow.protocols.ssl.SslConduit.write(SslConduit.java:379)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.processWrite(HttpResponseConduit.java:250)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.write(HttpResponseConduit.java:596)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:106)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:120)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.performFlushIfRequired(DeflatingStreamSinkConduit.java:419)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.flush(DeflatingStreamSinkConduit.java:349)
	at ersatz.xnio.conduits.ConduitStreamSinkChannel.flush(ConduitStreamSinkChannel.java:162)
	at ersatz.undertow.channels.DetachableStreamSinkChannel.flush(DetachableStreamSinkChannel.java:119)
	at ersatz.xnio.channels.Channels.flushBlocking(Channels.java:63)
	at ersatz.undertow.io.UndertowOutputStream.close(UndertowOutputStream.java:344)
	at ersatz.undertow.io.BlockingSenderImpl.close(BlockingSenderImpl.java:170)
	at ersatz.undertow.io.DefaultIoCallback.onComplete(DefaultIoCallback.java:54)
	at ersatz.undertow.io.BlockingSenderImpl.invokeOnComplete(BlockingSenderImpl.java:227)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:95)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:117)
	at com.stehno.ersatz.ErsatzServer.send(ErsatzServer.groovy:494)
	at com.stehno.ersatz.ErsatzServer.access$0(ErsatzServer.groovy)
	at com.stehno.ersatz.ErsatzServer$1.handleRequest(ErsatzServer.groovy:370)
	at ersatz.undertow.server.handlers.HttpTraceHandler.handleRequest(HttpTraceHandler.java:70)
	at ersatz.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
	at ersatz.undertow.server.Connectors.executeRootHandler(Connectors.java:332)
	at ersatz.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
19:16:05.861 [XNIO-67 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-67 I/O-1', selector sun.nio.ch.EPollSelectorImpl@7380f507
19:16:05.882 [XNIO-67 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-67 I/O-2', selector sun.nio.ch.EPollSelectorImpl@57e07b3d
19:16:05.887 [XNIO-67 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-67 I/O-4', selector sun.nio.ch.EPollSelectorImpl@57d8c781
19:16:05.889 [XNIO-67 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-67 I/O-3', selector sun.nio.ch.EPollSelectorImpl@57a0f467
19:16:05.895 [XNIO-67 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-67 I/O-5', selector sun.nio.ch.EPollSelectorImpl@31c01eb9
19:16:05.902 [XNIO-67 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-67 I/O-6', selector sun.nio.ch.EPollSelectorImpl@13fc6ec4
19:16:05.914 [XNIO-67 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-67 I/O-7', selector sun.nio.ch.EPollSelectorImpl@2600f7c8
19:16:05.920 [XNIO-67 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-67 I/O-8', selector sun.nio.ch.EPollSelectorImpl@1d5d6f0d
19:16:05.922 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:05.922 [XNIO-67 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-67 Accept', selector sun.nio.ch.EPollSelectorImpl@189eb185
19:16:05.923 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:05.925 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.925 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.925 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:46857
19:16:05.925 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:46857
19:16:05.925 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:46857
19:16:05.926 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:34238<->127.0.0.1:46857
19:16:05.926 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.926 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.926 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.926 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> DELETE /alpha HTTP/1.1
19:16:05.926 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> Host: localhost:46857
19:16:05.926 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> Connection: Keep-Alive
19:16:05.926 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.926 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> Accept-Encoding: gzip,deflate
19:16:05.926 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.926 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "Host: localhost:46857[\r][\n]"
19:16:05.926 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.926 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.926 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.926 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "[\r][\n]"
19:16:05.942 [XNIO-67 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46857]}, cookies=[:]): <empty> }
19:16:05.943 [XNIO-67 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/csv]}): alpha,bravo,charlie
one,two,three
19:16:05.943 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.943 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Content-Encoding: gzip[\r][\n]"
19:16:05.943 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Connection: keep-alive[\r][\n]"
19:16:05.943 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Content-Type: text/csv[\r][\n]"
19:16:05.943 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Content-Length: 53[\r][\n]"
19:16:05.943 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.943 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "[\r][\n]"
19:16:05.943 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0xcc])[0xc8]H[0xd4]I*J,[0xcb][0xd7]I[0xce]H,[0xca][0xc9]L[0xe5][0xca][0xcf]K[0xd5]))[0xcf][0xd7])[0xc9](JM[0x5][0x0]/[0x14][0xe5][0x2]![0x0][0x0][0x0]"
19:16:05.943 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << HTTP/1.1 200 OK
19:16:05.943 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Content-Encoding: gzip
19:16:05.943 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Connection: keep-alive
19:16:05.943 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Content-Type: text/csv
19:16:05.943 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Content-Length: 53
19:16:05.943 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.943 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.944 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:34238<->127.0.0.1:46857
19:16:05.944 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.945 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.945 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.945 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:46857
19:16:05.945 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:05.945 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:05.945 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:05.945 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> DELETE /alpha HTTP/1.1
19:16:05.945 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> Host: localhost:46857
19:16:05.945 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> Connection: Keep-Alive
19:16:05.945 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:05.945 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> Accept-Encoding: gzip,deflate
19:16:05.945 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:05.945 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "Host: localhost:46857[\r][\n]"
19:16:05.945 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "Connection: Keep-Alive[\r][\n]"
19:16:05.945 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:05.945 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:05.945 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "[\r][\n]"
19:16:05.953 [XNIO-67 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46857]}, cookies=[:]): <empty> }
19:16:05.954 [XNIO-67 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/csv]}): alpha,bravo,charlie
one,two,three
19:16:05.955 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "HTTP/1.1 200 OK[\r][\n]"
19:16:05.955 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Content-Encoding: gzip[\r][\n]"
19:16:05.955 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Connection: keep-alive[\r][\n]"
19:16:05.955 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Content-Type: text/csv[\r][\n]"
19:16:05.955 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Content-Length: 53[\r][\n]"
19:16:05.955 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:05.955 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "[\r][\n]"
19:16:05.955 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0xcc])[0xc8]H[0xd4]I*J,[0xcb][0xd7]I[0xce]H,[0xca][0xc9]L[0xe5][0xca][0xcf]K[0xd5]))[0xcf][0xd7])[0xc9](JM[0x5][0x0]/[0x14][0xe5][0x2]![0x0][0x0][0x0]"
19:16:05.955 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << HTTP/1.1 200 OK
19:16:05.955 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Content-Encoding: gzip
19:16:05.955 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Connection: keep-alive
19:16:05.955 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Content-Type: text/csv
19:16:05.955 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Content-Length: 53
19:16:05.955 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:05.955 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:05.956 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:34238<->127.0.0.1:46857
19:16:05.956 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:05.956 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@6f48e72d
19:16:05.959 [XNIO-67 task-2] DEBUG ersatz.undertow.request.io - UT005013: An IOException occurred
java.nio.channels.ClosedChannelException: null
	at sun.nio.ch.SocketChannelImpl.shutdownOutput(SocketChannelImpl.java:797)
	at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:190)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.processWrite(HttpResponseConduit.java:250)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.write(HttpResponseConduit.java:596)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:106)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:120)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.performFlushIfRequired(DeflatingStreamSinkConduit.java:419)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.flush(DeflatingStreamSinkConduit.java:349)
	at ersatz.xnio.conduits.ConduitStreamSinkChannel.flush(ConduitStreamSinkChannel.java:162)
	at ersatz.undertow.channels.DetachableStreamSinkChannel.flush(DetachableStreamSinkChannel.java:119)
	at ersatz.xnio.channels.Channels.flushBlocking(Channels.java:63)
	at ersatz.undertow.io.UndertowOutputStream.close(UndertowOutputStream.java:344)
	at ersatz.undertow.io.BlockingSenderImpl.close(BlockingSenderImpl.java:170)
	at ersatz.undertow.io.DefaultIoCallback.onComplete(DefaultIoCallback.java:54)
	at ersatz.undertow.io.BlockingSenderImpl.invokeOnComplete(BlockingSenderImpl.java:227)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:95)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:117)
	at com.stehno.ersatz.ErsatzServer.send(ErsatzServer.groovy:494)
	at com.stehno.ersatz.ErsatzServer.access$0(ErsatzServer.groovy)
	at com.stehno.ersatz.ErsatzServer$1.handleRequest(ErsatzServer.groovy:370)
	at ersatz.undertow.server.handlers.HttpTraceHandler.handleRequest(HttpTraceHandler.java:70)
	at ersatz.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
	at ersatz.undertow.server.Connectors.executeRootHandler(Connectors.java:332)
	at ersatz.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: java.nio.channels.ClosedByInterruptException: null
		at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202)
		at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:511)
		at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:184)
		... 25 common frames omitted
19:16:05.960 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@5c7c7666
19:16:05.963 [XNIO-68 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-68 I/O-1', selector sun.nio.ch.EPollSelectorImpl@246c289e
19:16:05.966 [XNIO-68 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-68 I/O-2', selector sun.nio.ch.EPollSelectorImpl@1ae390bd
19:16:05.969 [XNIO-68 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-68 I/O-4', selector sun.nio.ch.EPollSelectorImpl@27adab6
19:16:05.970 [XNIO-68 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-68 I/O-5', selector sun.nio.ch.EPollSelectorImpl@46784aed
19:16:05.969 [XNIO-68 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-68 I/O-3', selector sun.nio.ch.EPollSelectorImpl@541d15c1
19:16:05.990 [XNIO-68 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-68 I/O-6', selector sun.nio.ch.EPollSelectorImpl@13dcceb7
19:16:05.994 [XNIO-68 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-68 I/O-7', selector sun.nio.ch.EPollSelectorImpl@9aad85b
19:16:05.995 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:05.995 [XNIO-68 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-68 Accept', selector sun.nio.ch.EPollSelectorImpl@2294597a
19:16:05.995 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:05.997 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:05.997 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:05.997 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:43985
19:16:05.997 [XNIO-68 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-68 I/O-8', selector sun.nio.ch.EPollSelectorImpl@4079aa98
19:16:05.997 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:43985
19:16:05.997 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:43985
19:16:05.997 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:43985 with timeout 0
19:16:05.998 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:05.998 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
19:16:05.998 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:06.036 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:06.036 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:06.036 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:06.036 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  peer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:06.036 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  issuer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:06.036 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:57850<->127.0.0.1:43985
19:16:06.036 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:06.036 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.036 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.036 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> DELETE /alpha HTTP/1.1
19:16:06.036 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> Host: localhost:43985
19:16:06.036 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> Connection: Keep-Alive
19:16:06.036 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.036 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> Accept-Encoding: gzip,deflate
19:16:06.036 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:06.036 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "Host: localhost:43985[\r][\n]"
19:16:06.036 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.036 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.036 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.036 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "[\r][\n]"
19:16:06.038 [XNIO-68 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43985]}, cookies=[:]): <empty> }
19:16:06.039 [XNIO-68 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/csv]}): alpha,bravo,charlie
one,two,three
19:16:06.040 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.040 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Content-Encoding: gzip[\r][\n]"
19:16:06.040 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Connection: keep-alive[\r][\n]"
19:16:06.040 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Content-Type: text/csv[\r][\n]"
19:16:06.040 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Content-Length: 53[\r][\n]"
19:16:06.040 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.040 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "[\r][\n]"
19:16:06.040 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0xcc])[0xc8]H[0xd4]I*J,[0xcb][0xd7]I[0xce]H,[0xca][0xc9]L[0xe5][0xca][0xcf]K[0xd5]))[0xcf][0xd7])[0xc9](JM[0x5][0x0]/[0x14][0xe5][0x2]![0x0][0x0][0x0]"
19:16:06.040 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << HTTP/1.1 200 OK
19:16:06.040 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Content-Encoding: gzip
19:16:06.040 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Connection: keep-alive
19:16:06.040 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Content-Type: text/csv
19:16:06.040 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Content-Length: 53
19:16:06.040 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.040 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.041 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:57850<->127.0.0.1:43985
19:16:06.041 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.041 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.041 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.041 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:43985
19:16:06.041 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /alpha HTTP/1.1
19:16:06.041 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.041 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.042 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> DELETE /alpha HTTP/1.1
19:16:06.042 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> Host: localhost:43985
19:16:06.042 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> Connection: Keep-Alive
19:16:06.042 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.042 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> Accept-Encoding: gzip,deflate
19:16:06.042 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "DELETE /alpha HTTP/1.1[\r][\n]"
19:16:06.042 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "Host: localhost:43985[\r][\n]"
19:16:06.042 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.042 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.042 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.042 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "[\r][\n]"
19:16:06.043 [XNIO-68 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43985]}, cookies=[:]): <empty> }
19:16:06.043 [XNIO-68 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/csv]}): alpha,bravo,charlie
one,two,three
19:16:06.044 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.044 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Content-Encoding: gzip[\r][\n]"
19:16:06.044 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Connection: keep-alive[\r][\n]"
19:16:06.044 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Content-Type: text/csv[\r][\n]"
19:16:06.044 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Content-Length: 53[\r][\n]"
19:16:06.044 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.044 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "[\r][\n]"
19:16:06.044 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]K[0xcc])[0xc8]H[0xd4]I*J,[0xcb][0xd7]I[0xce]H,[0xca][0xc9]L[0xe5][0xca][0xcf]K[0xd5]))[0xcf][0xd7])[0xc9](JM[0x5][0x0]/[0x14][0xe5][0x2]![0x0][0x0][0x0]"
19:16:06.044 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << HTTP/1.1 200 OK
19:16:06.044 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Content-Encoding: gzip
19:16:06.044 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Connection: keep-alive
19:16:06.044 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Content-Type: text/csv
19:16:06.044 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Content-Length: 53
19:16:06.044 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.044 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.045 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:57850<->127.0.0.1:43985
19:16:06.045 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.045 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@5c7c7666
19:16:06.050 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@1c8dcc37
19:16:06.052 [XNIO-69 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 I/O-1', selector sun.nio.ch.EPollSelectorImpl@246109f1
19:16:06.053 [XNIO-69 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 I/O-2', selector sun.nio.ch.EPollSelectorImpl@67c5e718
19:16:06.054 [XNIO-69 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 I/O-3', selector sun.nio.ch.EPollSelectorImpl@3b31307f
19:16:06.054 [XNIO-69 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 I/O-4', selector sun.nio.ch.EPollSelectorImpl@4e4ade29
19:16:06.054 [XNIO-69 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 I/O-6', selector sun.nio.ch.EPollSelectorImpl@7c6b3582
19:16:06.054 [XNIO-69 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 I/O-7', selector sun.nio.ch.EPollSelectorImpl@4b396210
19:16:06.054 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.054 [XNIO-69 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 Accept', selector sun.nio.ch.EPollSelectorImpl@6e97828d
19:16:06.054 [XNIO-69 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 I/O-8', selector sun.nio.ch.EPollSelectorImpl@8ec1a97
19:16:06.055 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.056 [XNIO-69 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 I/O-5', selector sun.nio.ch.EPollSelectorImpl@34fae0b5
19:16:06.058 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.058 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.058 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:44929
19:16:06.058 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:44929
19:16:06.058 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:44929
19:16:06.059 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:34846<->127.0.0.1:44929
19:16:06.059 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /bravo HTTP/1.1
19:16:06.059 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.059 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.059 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> DELETE /bravo HTTP/1.1
19:16:06.059 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> Host: localhost:44929
19:16:06.059 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> Connection: Keep-Alive
19:16:06.059 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.059 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> Accept-Encoding: gzip,deflate
19:16:06.059 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "DELETE /bravo HTTP/1.1[\r][\n]"
19:16:06.059 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "Host: localhost:44929[\r][\n]"
19:16:06.059 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.059 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.059 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.059 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "[\r][\n]"
19:16:06.063 [XNIO-69 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /bravo (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44929]}, cookies=[:]): <empty> }
19:16:06.064 [XNIO-69 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.064 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.064 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Content-Encoding: gzip[\r][\n]"
19:16:06.064 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Connection: keep-alive[\r][\n]"
19:16:06.064 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Content-Type: text/plain[\r][\n]"
19:16:06.064 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Content-Length: 27[\r][\n]"
19:16:06.064 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.064 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "[\r][\n]"
19:16:06.064 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.064 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << HTTP/1.1 200 OK
19:16:06.064 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Content-Encoding: gzip
19:16:06.064 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Connection: keep-alive
19:16:06.064 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Content-Type: text/plain
19:16:06.064 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Content-Length: 27
19:16:06.064 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.064 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.065 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:34846<->127.0.0.1:44929
19:16:06.065 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.066 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.066 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.066 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:44929
19:16:06.066 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /bravo HTTP/1.1
19:16:06.066 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.066 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.066 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> DELETE /bravo HTTP/1.1
19:16:06.066 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> Host: localhost:44929
19:16:06.066 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> Connection: Keep-Alive
19:16:06.066 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.066 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> Accept-Encoding: gzip,deflate
19:16:06.066 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "DELETE /bravo HTTP/1.1[\r][\n]"
19:16:06.066 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "Host: localhost:44929[\r][\n]"
19:16:06.066 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.066 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.066 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.066 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "[\r][\n]"
19:16:06.082 [XNIO-69 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /bravo (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44929]}, cookies=[:]): <empty> }
19:16:06.083 [XNIO-69 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.084 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.084 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Content-Encoding: gzip[\r][\n]"
19:16:06.084 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Connection: keep-alive[\r][\n]"
19:16:06.084 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Content-Type: text/plain[\r][\n]"
19:16:06.084 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Content-Length: 27[\r][\n]"
19:16:06.084 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.084 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "[\r][\n]"
19:16:06.084 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.084 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << HTTP/1.1 200 OK
19:16:06.084 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Content-Encoding: gzip
19:16:06.084 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Connection: keep-alive
19:16:06.084 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Content-Type: text/plain
19:16:06.084 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Content-Length: 27
19:16:06.084 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.084 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.084 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:34846<->127.0.0.1:44929
19:16:06.084 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.085 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@1c8dcc37
19:16:06.088 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@47f1cc02
19:16:06.092 [XNIO-70 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 I/O-1', selector sun.nio.ch.EPollSelectorImpl@294fd788
19:16:06.102 [XNIO-70 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 I/O-2', selector sun.nio.ch.EPollSelectorImpl@7c29dc82
19:16:06.103 [XNIO-70 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 I/O-4', selector sun.nio.ch.EPollSelectorImpl@51029e60
19:16:06.102 [XNIO-70 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 I/O-3', selector sun.nio.ch.EPollSelectorImpl@36db63f4
19:16:06.103 [XNIO-70 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 I/O-6', selector sun.nio.ch.EPollSelectorImpl@40d9e8ca
19:16:06.103 [XNIO-70 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 I/O-5', selector sun.nio.ch.EPollSelectorImpl@614e6d8a
19:16:06.110 [XNIO-70 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 I/O-7', selector sun.nio.ch.EPollSelectorImpl@237e9c93
19:16:06.110 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.110 [XNIO-70 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 I/O-8', selector sun.nio.ch.EPollSelectorImpl@5e917b03
19:16:06.111 [XNIO-70 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 Accept', selector sun.nio.ch.EPollSelectorImpl@373e8834
19:16:06.111 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.112 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.112 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.113 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:46051
19:16:06.113 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:46051
19:16:06.113 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:46051
19:16:06.113 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:38516<->127.0.0.1:46051
19:16:06.113 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /bravo HTTP/1.1
19:16:06.113 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.113 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.113 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> DELETE /bravo HTTP/1.1
19:16:06.113 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> Host: localhost:46051
19:16:06.113 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> Connection: Keep-Alive
19:16:06.113 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.113 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> Accept-Encoding: gzip,deflate
19:16:06.113 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "DELETE /bravo HTTP/1.1[\r][\n]"
19:16:06.113 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "Host: localhost:46051[\r][\n]"
19:16:06.113 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.113 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.113 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.113 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "[\r][\n]"
19:16:06.116 [XNIO-70 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /bravo (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46051]}, cookies=[:]): <empty> }
19:16:06.117 [XNIO-70 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.117 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.117 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Content-Encoding: gzip[\r][\n]"
19:16:06.117 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Connection: keep-alive[\r][\n]"
19:16:06.117 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Content-Type: text/plain[\r][\n]"
19:16:06.117 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Content-Length: 27[\r][\n]"
19:16:06.117 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.117 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "[\r][\n]"
19:16:06.117 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.117 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << HTTP/1.1 200 OK
19:16:06.117 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Content-Encoding: gzip
19:16:06.117 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Connection: keep-alive
19:16:06.117 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Content-Type: text/plain
19:16:06.117 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Content-Length: 27
19:16:06.117 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.118 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.118 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:38516<->127.0.0.1:46051
19:16:06.118 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.119 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.119 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.119 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:46051
19:16:06.119 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /bravo HTTP/1.1
19:16:06.119 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.119 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.119 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> DELETE /bravo HTTP/1.1
19:16:06.119 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> Host: localhost:46051
19:16:06.119 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> Connection: Keep-Alive
19:16:06.119 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.119 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> Accept-Encoding: gzip,deflate
19:16:06.119 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "DELETE /bravo HTTP/1.1[\r][\n]"
19:16:06.119 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "Host: localhost:46051[\r][\n]"
19:16:06.119 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.119 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.119 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.119 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "[\r][\n]"
19:16:06.120 [XNIO-70 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /bravo (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46051]}, cookies=[:]): <empty> }
19:16:06.120 [XNIO-70 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.121 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.121 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Content-Encoding: gzip[\r][\n]"
19:16:06.121 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Connection: keep-alive[\r][\n]"
19:16:06.121 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Content-Type: text/plain[\r][\n]"
19:16:06.121 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Content-Length: 27[\r][\n]"
19:16:06.121 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.121 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "[\r][\n]"
19:16:06.121 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.121 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << HTTP/1.1 200 OK
19:16:06.121 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Content-Encoding: gzip
19:16:06.121 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Connection: keep-alive
19:16:06.121 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Content-Type: text/plain
19:16:06.121 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Content-Length: 27
19:16:06.121 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.121 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.122 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:38516<->127.0.0.1:46051
19:16:06.122 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.122 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@47f1cc02
19:16:06.127 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@4a789ed4
19:16:06.130 [XNIO-71 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 I/O-1', selector sun.nio.ch.EPollSelectorImpl@73b36de9
19:16:06.131 [XNIO-71 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 I/O-2', selector sun.nio.ch.EPollSelectorImpl@3c39f7bf
19:16:06.133 [XNIO-71 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 I/O-4', selector sun.nio.ch.EPollSelectorImpl@2492001b
19:16:06.133 [XNIO-71 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 I/O-3', selector sun.nio.ch.EPollSelectorImpl@19846b83
19:16:06.134 [XNIO-71 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 I/O-5', selector sun.nio.ch.EPollSelectorImpl@e7e90f7
19:16:06.135 [XNIO-71 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 I/O-6', selector sun.nio.ch.EPollSelectorImpl@3837c948
19:16:06.135 [XNIO-71 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 I/O-7', selector sun.nio.ch.EPollSelectorImpl@440783c3
19:16:06.135 [XNIO-71 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 I/O-8', selector sun.nio.ch.EPollSelectorImpl@7ea33a91
19:16:06.138 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.138 [XNIO-71 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 Accept', selector sun.nio.ch.EPollSelectorImpl@570df94d
19:16:06.139 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.141 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.142 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.142 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40009
19:16:06.142 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:40009
19:16:06.142 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:40009
19:16:06.142 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:38530<->127.0.0.1:40009
19:16:06.142 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /bravo?alpha=one HTTP/1.1
19:16:06.142 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.142 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.142 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> DELETE /bravo?alpha=one HTTP/1.1
19:16:06.142 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> Host: localhost:40009
19:16:06.142 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> Connection: Keep-Alive
19:16:06.142 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.142 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> Accept-Encoding: gzip,deflate
19:16:06.142 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "DELETE /bravo?alpha=one HTTP/1.1[\r][\n]"
19:16:06.142 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "Host: localhost:40009[\r][\n]"
19:16:06.142 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.142 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.142 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.142 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "[\r][\n]"
19:16:06.148 [XNIO-71 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /bravo (query=[alpha:[one]], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40009]}, cookies=[:]): <empty> }
19:16:06.150 [XNIO-71 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.150 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.150 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Content-Encoding: gzip[\r][\n]"
19:16:06.150 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Connection: keep-alive[\r][\n]"
19:16:06.150 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Content-Type: text/plain[\r][\n]"
19:16:06.150 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Content-Length: 27[\r][\n]"
19:16:06.150 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.150 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "[\r][\n]"
19:16:06.150 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.150 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << HTTP/1.1 200 OK
19:16:06.150 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Content-Encoding: gzip
19:16:06.150 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Connection: keep-alive
19:16:06.150 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Content-Type: text/plain
19:16:06.150 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Content-Length: 27
19:16:06.150 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.150 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.151 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:38530<->127.0.0.1:40009
19:16:06.151 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.152 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.152 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.152 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40009
19:16:06.152 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /bravo?alpha=one HTTP/1.1
19:16:06.152 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.152 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> DELETE /bravo?alpha=one HTTP/1.1
19:16:06.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> Host: localhost:40009
19:16:06.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> Connection: Keep-Alive
19:16:06.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> Accept-Encoding: gzip,deflate
19:16:06.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "DELETE /bravo?alpha=one HTTP/1.1[\r][\n]"
19:16:06.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "Host: localhost:40009[\r][\n]"
19:16:06.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "[\r][\n]"
19:16:06.153 [XNIO-71 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /bravo (query=[alpha:[one]], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40009]}, cookies=[:]): <empty> }
19:16:06.154 [XNIO-71 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Content-Encoding: gzip[\r][\n]"
19:16:06.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Connection: keep-alive[\r][\n]"
19:16:06.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Content-Type: text/plain[\r][\n]"
19:16:06.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Content-Length: 27[\r][\n]"
19:16:06.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "[\r][\n]"
19:16:06.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.155 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << HTTP/1.1 200 OK
19:16:06.155 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Content-Encoding: gzip
19:16:06.155 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Connection: keep-alive
19:16:06.155 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Content-Type: text/plain
19:16:06.155 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Content-Length: 27
19:16:06.155 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.156 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.156 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:38530<->127.0.0.1:40009
19:16:06.156 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.156 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@4a789ed4
19:16:06.160 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@6e58ad7f
19:16:06.161 [XNIO-71 task-2] ERROR ersatz.undertow.request - UT005071: Undertow request failed HttpServerExchange{ DELETE /bravo request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40009]} response {Content-Encoding=[gzip], Connection=[keep-alive], Content-Type=[text/plain], Content-Length=[27], Date=[Sun, 11 Aug 2019 00:15:57 GMT]}}
java.lang.NullPointerException: null
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.performFlushIfRequired(DeflatingStreamSinkConduit.java:427)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.flush(DeflatingStreamSinkConduit.java:349)
	at ersatz.xnio.conduits.ConduitStreamSinkChannel.flush(ConduitStreamSinkChannel.java:162)
	at ersatz.undertow.channels.DetachableStreamSinkChannel.flush(DetachableStreamSinkChannel.java:119)
	at ersatz.xnio.channels.Channels.flushBlocking(Channels.java:63)
	at ersatz.undertow.io.UndertowOutputStream.close(UndertowOutputStream.java:344)
	at ersatz.undertow.io.BlockingSenderImpl.close(BlockingSenderImpl.java:170)
	at ersatz.undertow.io.DefaultIoCallback.onComplete(DefaultIoCallback.java:54)
	at ersatz.undertow.io.BlockingSenderImpl.invokeOnComplete(BlockingSenderImpl.java:227)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:95)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:117)
	at com.stehno.ersatz.ErsatzServer.send(ErsatzServer.groovy:494)
	at com.stehno.ersatz.ErsatzServer.access$0(ErsatzServer.groovy)
	at com.stehno.ersatz.ErsatzServer$1.handleRequest(ErsatzServer.groovy:370)
	at ersatz.undertow.server.handlers.HttpTraceHandler.handleRequest(HttpTraceHandler.java:70)
	at ersatz.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
	at ersatz.undertow.server.Connectors.executeRootHandler(Connectors.java:332)
	at ersatz.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
19:16:06.162 [XNIO-72 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 I/O-1', selector sun.nio.ch.EPollSelectorImpl@708ccc20
19:16:06.162 [XNIO-72 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 I/O-2', selector sun.nio.ch.EPollSelectorImpl@69e82e13
19:16:06.164 [XNIO-72 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 I/O-3', selector sun.nio.ch.EPollSelectorImpl@26e894b1
19:16:06.164 [XNIO-72 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 I/O-4', selector sun.nio.ch.EPollSelectorImpl@7f5a7651
19:16:06.165 [XNIO-72 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 I/O-5', selector sun.nio.ch.EPollSelectorImpl@59c92f61
19:16:06.166 [XNIO-72 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 I/O-7', selector sun.nio.ch.EPollSelectorImpl@5ece9ccb
19:16:06.165 [XNIO-72 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 I/O-6', selector sun.nio.ch.EPollSelectorImpl@183ea0e0
19:16:06.170 [XNIO-72 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 I/O-8', selector sun.nio.ch.EPollSelectorImpl@39d58e30
19:16:06.174 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.174 [XNIO-72 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 Accept', selector sun.nio.ch.EPollSelectorImpl@53c63a2b
19:16:06.175 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.177 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.177 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.177 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36869
19:16:06.177 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:36869
19:16:06.177 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:36869
19:16:06.177 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:34550<->127.0.0.1:36869
19:16:06.177 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /bravo?alpha=one HTTP/1.1
19:16:06.177 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.177 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.177 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> DELETE /bravo?alpha=one HTTP/1.1
19:16:06.177 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> Host: localhost:36869
19:16:06.177 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> Connection: Keep-Alive
19:16:06.177 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.177 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> Accept-Encoding: gzip,deflate
19:16:06.177 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "DELETE /bravo?alpha=one HTTP/1.1[\r][\n]"
19:16:06.177 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "Host: localhost:36869[\r][\n]"
19:16:06.177 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.177 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.177 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.177 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "[\r][\n]"
19:16:06.178 [XNIO-72 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /bravo (query=[alpha:[one]], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36869]}, cookies=[:]): <empty> }
19:16:06.179 [XNIO-72 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.179 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.179 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Content-Encoding: gzip[\r][\n]"
19:16:06.179 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Connection: keep-alive[\r][\n]"
19:16:06.179 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Content-Type: text/plain[\r][\n]"
19:16:06.179 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Content-Length: 27[\r][\n]"
19:16:06.179 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.179 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "[\r][\n]"
19:16:06.179 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.179 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << HTTP/1.1 200 OK
19:16:06.179 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Content-Encoding: gzip
19:16:06.179 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Connection: keep-alive
19:16:06.179 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Content-Type: text/plain
19:16:06.179 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Content-Length: 27
19:16:06.179 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.180 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.180 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:34550<->127.0.0.1:36869
19:16:06.180 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.181 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.181 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.181 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36869
19:16:06.181 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /bravo?alpha=one HTTP/1.1
19:16:06.181 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.181 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> DELETE /bravo?alpha=one HTTP/1.1
19:16:06.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> Host: localhost:36869
19:16:06.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> Connection: Keep-Alive
19:16:06.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> Accept-Encoding: gzip,deflate
19:16:06.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "DELETE /bravo?alpha=one HTTP/1.1[\r][\n]"
19:16:06.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "Host: localhost:36869[\r][\n]"
19:16:06.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "[\r][\n]"
19:16:06.183 [XNIO-72 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /bravo (query=[alpha:[one]], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36869]}, cookies=[:]): <empty> }
19:16:06.183 [XNIO-72 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Content-Encoding: gzip[\r][\n]"
19:16:06.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Connection: keep-alive[\r][\n]"
19:16:06.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Content-Type: text/plain[\r][\n]"
19:16:06.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Content-Length: 27[\r][\n]"
19:16:06.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "[\r][\n]"
19:16:06.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << HTTP/1.1 200 OK
19:16:06.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Content-Encoding: gzip
19:16:06.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Connection: keep-alive
19:16:06.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Content-Type: text/plain
19:16:06.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Content-Length: 27
19:16:06.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.184 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.184 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:34550<->127.0.0.1:36869
19:16:06.184 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.185 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@6e58ad7f
19:16:06.189 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@48327c33
19:16:06.190 [XNIO-73 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 I/O-1', selector sun.nio.ch.EPollSelectorImpl@6a4a7cea
19:16:06.190 [XNIO-73 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 I/O-2', selector sun.nio.ch.EPollSelectorImpl@2a9f2102
19:16:06.198 [XNIO-73 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 I/O-3', selector sun.nio.ch.EPollSelectorImpl@7b76781e
19:16:06.202 [XNIO-73 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 I/O-4', selector sun.nio.ch.EPollSelectorImpl@39eb1ae1
19:16:06.203 [XNIO-73 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 I/O-5', selector sun.nio.ch.EPollSelectorImpl@7ee8fee9
19:16:06.203 [XNIO-73 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 I/O-6', selector sun.nio.ch.EPollSelectorImpl@e038e1d
19:16:06.203 [XNIO-73 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 I/O-7', selector sun.nio.ch.EPollSelectorImpl@3088e29c
19:16:06.203 [XNIO-73 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 I/O-8', selector sun.nio.ch.EPollSelectorImpl@5b02f775
19:16:06.207 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.207 [XNIO-73 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 Accept', selector sun.nio.ch.EPollSelectorImpl@4e84960d
19:16:06.207 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.212 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.212 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.212 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:41723
19:16:06.212 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:41723
19:16:06.213 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:41723
19:16:06.213 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:54860<->127.0.0.1:41723
19:16:06.213 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /bravo?alpha=one&alpha=two HTTP/1.1
19:16:06.213 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.213 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.213 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> DELETE /bravo?alpha=one&alpha=two HTTP/1.1
19:16:06.213 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> Host: localhost:41723
19:16:06.213 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> Connection: Keep-Alive
19:16:06.213 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.213 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> Accept-Encoding: gzip,deflate
19:16:06.213 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "DELETE /bravo?alpha=one&alpha=two HTTP/1.1[\r][\n]"
19:16:06.213 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "Host: localhost:41723[\r][\n]"
19:16:06.213 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.213 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.213 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.213 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "[\r][\n]"
19:16:06.231 [XNIO-73 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /bravo (query=[alpha:[one, two]], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41723]}, cookies=[:]): <empty> }
19:16:06.232 [XNIO-73 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.233 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.233 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Content-Encoding: gzip[\r][\n]"
19:16:06.233 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Connection: keep-alive[\r][\n]"
19:16:06.233 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Content-Type: text/plain[\r][\n]"
19:16:06.233 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Content-Length: 27[\r][\n]"
19:16:06.233 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.233 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "[\r][\n]"
19:16:06.233 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.233 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << HTTP/1.1 200 OK
19:16:06.233 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Content-Encoding: gzip
19:16:06.233 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Connection: keep-alive
19:16:06.233 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Content-Type: text/plain
19:16:06.233 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Content-Length: 27
19:16:06.233 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.234 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.234 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:54860<->127.0.0.1:41723
19:16:06.234 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.235 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.235 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.235 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:41723
19:16:06.235 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /bravo?alpha=one&alpha=two HTTP/1.1
19:16:06.235 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.235 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.236 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> DELETE /bravo?alpha=one&alpha=two HTTP/1.1
19:16:06.236 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> Host: localhost:41723
19:16:06.236 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> Connection: Keep-Alive
19:16:06.236 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.236 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> Accept-Encoding: gzip,deflate
19:16:06.236 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "DELETE /bravo?alpha=one&alpha=two HTTP/1.1[\r][\n]"
19:16:06.236 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "Host: localhost:41723[\r][\n]"
19:16:06.236 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.236 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.236 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.236 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "[\r][\n]"
19:16:06.245 [XNIO-73 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /bravo (query=[alpha:[one, two]], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41723]}, cookies=[:]): <empty> }
19:16:06.247 [XNIO-73 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.247 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.247 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Content-Encoding: gzip[\r][\n]"
19:16:06.247 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Connection: keep-alive[\r][\n]"
19:16:06.247 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Content-Type: text/plain[\r][\n]"
19:16:06.247 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Content-Length: 27[\r][\n]"
19:16:06.247 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.247 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "[\r][\n]"
19:16:06.247 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.247 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << HTTP/1.1 200 OK
19:16:06.248 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Content-Encoding: gzip
19:16:06.248 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Connection: keep-alive
19:16:06.248 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Content-Type: text/plain
19:16:06.248 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Content-Length: 27
19:16:06.248 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.248 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.248 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:54860<->127.0.0.1:41723
19:16:06.248 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.249 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@48327c33
19:16:06.254 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@79a9bce3
19:16:06.256 [XNIO-74 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 I/O-1', selector sun.nio.ch.EPollSelectorImpl@200439ea
19:16:06.256 [XNIO-73 task-2] DEBUG ersatz.undertow.request.io - UT005013: An IOException occurred
java.nio.channels.ClosedChannelException: null
	at sun.nio.ch.SocketChannelImpl.shutdownOutput(SocketChannelImpl.java:797)
	at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:190)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.processWrite(HttpResponseConduit.java:250)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.write(HttpResponseConduit.java:596)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:106)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:120)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.performFlushIfRequired(DeflatingStreamSinkConduit.java:419)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.flush(DeflatingStreamSinkConduit.java:349)
	at ersatz.xnio.conduits.ConduitStreamSinkChannel.flush(ConduitStreamSinkChannel.java:162)
	at ersatz.undertow.channels.DetachableStreamSinkChannel.flush(DetachableStreamSinkChannel.java:119)
	at ersatz.xnio.channels.Channels.flushBlocking(Channels.java:63)
	at ersatz.undertow.io.UndertowOutputStream.close(UndertowOutputStream.java:344)
	at ersatz.undertow.io.BlockingSenderImpl.close(BlockingSenderImpl.java:170)
	at ersatz.undertow.io.DefaultIoCallback.onComplete(DefaultIoCallback.java:54)
	at ersatz.undertow.io.BlockingSenderImpl.invokeOnComplete(BlockingSenderImpl.java:227)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:95)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:117)
	at com.stehno.ersatz.ErsatzServer.send(ErsatzServer.groovy:494)
	at com.stehno.ersatz.ErsatzServer.access$0(ErsatzServer.groovy)
	at com.stehno.ersatz.ErsatzServer$1.handleRequest(ErsatzServer.groovy:370)
	at ersatz.undertow.server.handlers.HttpTraceHandler.handleRequest(HttpTraceHandler.java:70)
	at ersatz.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
	at ersatz.undertow.server.Connectors.executeRootHandler(Connectors.java:332)
	at ersatz.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: java.nio.channels.ClosedByInterruptException: null
		at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202)
		at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:511)
		at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:184)
		... 25 common frames omitted
19:16:06.259 [XNIO-74 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 I/O-2', selector sun.nio.ch.EPollSelectorImpl@576cd53b
19:16:06.262 [XNIO-74 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 I/O-3', selector sun.nio.ch.EPollSelectorImpl@4a592501
19:16:06.263 [XNIO-74 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 I/O-4', selector sun.nio.ch.EPollSelectorImpl@5cfe29f6
19:16:06.263 [XNIO-74 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 I/O-5', selector sun.nio.ch.EPollSelectorImpl@173b2bf7
19:16:06.263 [XNIO-74 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 I/O-6', selector sun.nio.ch.EPollSelectorImpl@1f2ccc3a
19:16:06.264 [XNIO-74 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 I/O-7', selector sun.nio.ch.EPollSelectorImpl@6c15adf2
19:16:06.264 [XNIO-74 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 I/O-8', selector sun.nio.ch.EPollSelectorImpl@6f7fa52e
19:16:06.265 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.266 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.268 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.268 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.268 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36337
19:16:06.268 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:36337
19:16:06.268 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:36337
19:16:06.268 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:38224<->127.0.0.1:36337
19:16:06.268 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /bravo?alpha=one&alpha=two&bravo=three HTTP/1.1
19:16:06.268 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.268 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.268 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> DELETE /bravo?alpha=one&alpha=two&bravo=three HTTP/1.1
19:16:06.269 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> Host: localhost:36337
19:16:06.269 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> Connection: Keep-Alive
19:16:06.269 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.269 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> Accept-Encoding: gzip,deflate
19:16:06.269 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "DELETE /bravo?alpha=one&alpha=two&bravo=three HTTP/1.1[\r][\n]"
19:16:06.269 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "Host: localhost:36337[\r][\n]"
19:16:06.269 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.269 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.269 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.269 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "[\r][\n]"
19:16:06.269 [XNIO-74 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 Accept', selector sun.nio.ch.EPollSelectorImpl@d2a1f3a
19:16:06.281 [XNIO-74 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /bravo (query=[alpha:[one, two], bravo:[three]], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36337]}, cookies=[:]): <empty> }
19:16:06.282 [XNIO-74 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.283 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.283 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Content-Encoding: gzip[\r][\n]"
19:16:06.283 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Connection: keep-alive[\r][\n]"
19:16:06.283 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Content-Type: text/plain[\r][\n]"
19:16:06.283 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Content-Length: 27[\r][\n]"
19:16:06.283 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.283 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "[\r][\n]"
19:16:06.283 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.283 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << HTTP/1.1 200 OK
19:16:06.283 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Content-Encoding: gzip
19:16:06.283 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Connection: keep-alive
19:16:06.283 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Content-Type: text/plain
19:16:06.283 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Content-Length: 27
19:16:06.283 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.283 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.283 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:38224<->127.0.0.1:36337
19:16:06.283 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.284 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.284 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.284 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36337
19:16:06.284 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /bravo?alpha=one&alpha=two&bravo=three HTTP/1.1
19:16:06.284 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.284 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.284 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> DELETE /bravo?alpha=one&alpha=two&bravo=three HTTP/1.1
19:16:06.284 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> Host: localhost:36337
19:16:06.284 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> Connection: Keep-Alive
19:16:06.284 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.284 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> Accept-Encoding: gzip,deflate
19:16:06.285 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "DELETE /bravo?alpha=one&alpha=two&bravo=three HTTP/1.1[\r][\n]"
19:16:06.285 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "Host: localhost:36337[\r][\n]"
19:16:06.285 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.285 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.285 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.285 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "[\r][\n]"
19:16:06.300 [XNIO-74 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /bravo (query=[alpha:[one, two], bravo:[three]], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36337]}, cookies=[:]): <empty> }
19:16:06.302 [XNIO-74 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.303 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.303 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Content-Encoding: gzip[\r][\n]"
19:16:06.303 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Connection: keep-alive[\r][\n]"
19:16:06.303 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Content-Type: text/plain[\r][\n]"
19:16:06.303 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Content-Length: 27[\r][\n]"
19:16:06.303 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.303 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "[\r][\n]"
19:16:06.303 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.303 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << HTTP/1.1 200 OK
19:16:06.304 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Content-Encoding: gzip
19:16:06.304 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Connection: keep-alive
19:16:06.304 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Content-Type: text/plain
19:16:06.304 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Content-Length: 27
19:16:06.304 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.304 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.304 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:38224<->127.0.0.1:36337
19:16:06.304 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.305 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@79a9bce3
19:16:06.312 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@7fb22b47
19:16:06.314 [XNIO-74 task-2] DEBUG ersatz.undertow.request.io - UT005013: An IOException occurred
java.nio.channels.ClosedChannelException: null
	at sun.nio.ch.SocketChannelImpl.shutdownOutput(SocketChannelImpl.java:797)
	at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:190)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.processWrite(HttpResponseConduit.java:250)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.write(HttpResponseConduit.java:596)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:106)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:120)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.performFlushIfRequired(DeflatingStreamSinkConduit.java:419)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.flush(DeflatingStreamSinkConduit.java:349)
	at ersatz.xnio.conduits.ConduitStreamSinkChannel.flush(ConduitStreamSinkChannel.java:162)
	at ersatz.undertow.channels.DetachableStreamSinkChannel.flush(DetachableStreamSinkChannel.java:119)
	at ersatz.xnio.channels.Channels.flushBlocking(Channels.java:63)
	at ersatz.undertow.io.UndertowOutputStream.close(UndertowOutputStream.java:344)
	at ersatz.undertow.io.BlockingSenderImpl.close(BlockingSenderImpl.java:170)
	at ersatz.undertow.io.DefaultIoCallback.onComplete(DefaultIoCallback.java:54)
	at ersatz.undertow.io.BlockingSenderImpl.invokeOnComplete(BlockingSenderImpl.java:227)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:95)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:117)
	at com.stehno.ersatz.ErsatzServer.send(ErsatzServer.groovy:494)
	at com.stehno.ersatz.ErsatzServer.access$0(ErsatzServer.groovy)
	at com.stehno.ersatz.ErsatzServer$1.handleRequest(ErsatzServer.groovy:370)
	at ersatz.undertow.server.handlers.HttpTraceHandler.handleRequest(HttpTraceHandler.java:70)
	at ersatz.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
	at ersatz.undertow.server.Connectors.executeRootHandler(Connectors.java:332)
	at ersatz.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: java.nio.channels.ClosedByInterruptException: null
		at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202)
		at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:511)
		at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:184)
		... 25 common frames omitted
19:16:06.317 [XNIO-75 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 I/O-1', selector sun.nio.ch.EPollSelectorImpl@50016f46
19:16:06.320 [XNIO-75 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 I/O-3', selector sun.nio.ch.EPollSelectorImpl@6937e8d9
19:16:06.320 [XNIO-75 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 I/O-2', selector sun.nio.ch.EPollSelectorImpl@771e0da4
19:16:06.321 [XNIO-75 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 I/O-4', selector sun.nio.ch.EPollSelectorImpl@38578fb9
19:16:06.322 [XNIO-75 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 I/O-5', selector sun.nio.ch.EPollSelectorImpl@1f2e3571
19:16:06.326 [XNIO-75 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 I/O-6', selector sun.nio.ch.EPollSelectorImpl@69363c0e
19:16:06.331 [XNIO-75 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 I/O-7', selector sun.nio.ch.EPollSelectorImpl@78b1d9db
19:16:06.334 [XNIO-75 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 I/O-8', selector sun.nio.ch.EPollSelectorImpl@41e9f67e
19:16:06.335 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.335 [XNIO-75 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 Accept', selector sun.nio.ch.EPollSelectorImpl@4ef8bafb
19:16:06.335 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.345 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.346 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.346 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36663
19:16:06.346 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:36663
19:16:06.346 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:36663
19:16:06.346 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:40762<->127.0.0.1:36663
19:16:06.347 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /charlie HTTP/1.1
19:16:06.347 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.347 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.347 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> DELETE /charlie HTTP/1.1
19:16:06.347 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> Host: localhost:36663
19:16:06.347 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> Connection: Keep-Alive
19:16:06.347 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.347 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> Accept-Encoding: gzip,deflate
19:16:06.347 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "DELETE /charlie HTTP/1.1[\r][\n]"
19:16:06.347 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "Host: localhost:36663[\r][\n]"
19:16:06.347 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.348 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.348 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.348 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "[\r][\n]"
19:16:06.350 [XNIO-75 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /charlie (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36663]}, cookies=[:]): <empty> }
19:16:06.351 [XNIO-75 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.351 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.351 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Content-Encoding: gzip[\r][\n]"
19:16:06.351 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Connection: keep-alive[\r][\n]"
19:16:06.351 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Content-Type: text/plain[\r][\n]"
19:16:06.351 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Content-Length: 27[\r][\n]"
19:16:06.351 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.351 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "[\r][\n]"
19:16:06.351 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.352 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << HTTP/1.1 200 OK
19:16:06.352 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Content-Encoding: gzip
19:16:06.352 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Connection: keep-alive
19:16:06.352 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Content-Type: text/plain
19:16:06.352 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Content-Length: 27
19:16:06.352 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.352 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.352 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40762<->127.0.0.1:36663
19:16:06.352 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.353 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.353 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.353 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36663
19:16:06.354 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /charlie HTTP/1.1
19:16:06.354 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.354 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.354 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> DELETE /charlie HTTP/1.1
19:16:06.354 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> Host: localhost:36663
19:16:06.354 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> Connection: Keep-Alive
19:16:06.354 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.354 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> Accept-Encoding: gzip,deflate
19:16:06.354 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "DELETE /charlie HTTP/1.1[\r][\n]"
19:16:06.354 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "Host: localhost:36663[\r][\n]"
19:16:06.354 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.354 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.354 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.354 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "[\r][\n]"
19:16:06.354 [XNIO-75 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /charlie (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36663]}, cookies=[:]): <empty> }
19:16:06.355 [XNIO-75 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.355 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.355 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Content-Encoding: gzip[\r][\n]"
19:16:06.355 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Connection: keep-alive[\r][\n]"
19:16:06.355 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Content-Type: text/plain[\r][\n]"
19:16:06.355 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Content-Length: 27[\r][\n]"
19:16:06.355 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.355 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "[\r][\n]"
19:16:06.355 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.355 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << HTTP/1.1 200 OK
19:16:06.356 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Content-Encoding: gzip
19:16:06.356 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Connection: keep-alive
19:16:06.356 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Content-Type: text/plain
19:16:06.356 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Content-Length: 27
19:16:06.356 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.356 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.356 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40762<->127.0.0.1:36663
19:16:06.356 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.356 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@7fb22b47
19:16:06.360 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@7e94d227
19:16:06.362 [XNIO-76 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 I/O-1', selector sun.nio.ch.EPollSelectorImpl@40ab8fe3
19:16:06.370 [XNIO-76 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 I/O-2', selector sun.nio.ch.EPollSelectorImpl@bef52f8
19:16:06.374 [XNIO-76 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 I/O-3', selector sun.nio.ch.EPollSelectorImpl@1d6ed506
19:16:06.374 [XNIO-76 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 I/O-4', selector sun.nio.ch.EPollSelectorImpl@38f5c929
19:16:06.375 [XNIO-76 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 I/O-5', selector sun.nio.ch.EPollSelectorImpl@6d57e37a
19:16:06.375 [XNIO-76 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 I/O-6', selector sun.nio.ch.EPollSelectorImpl@77d098e4
19:16:06.377 [XNIO-76 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 I/O-7', selector sun.nio.ch.EPollSelectorImpl@204d58fc
19:16:06.377 [XNIO-76 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 I/O-8', selector sun.nio.ch.EPollSelectorImpl@5827fbf5
19:16:06.378 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.379 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.381 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.381 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.381 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:38643
19:16:06.381 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:38643
19:16:06.381 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:38643
19:16:06.381 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:60728<->127.0.0.1:38643
19:16:06.381 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /charlie HTTP/1.1
19:16:06.381 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.381 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.381 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> DELETE /charlie HTTP/1.1
19:16:06.382 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> Host: localhost:38643
19:16:06.382 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> Connection: Keep-Alive
19:16:06.382 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.382 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> Accept-Encoding: gzip,deflate
19:16:06.382 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "DELETE /charlie HTTP/1.1[\r][\n]"
19:16:06.382 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "Host: localhost:38643[\r][\n]"
19:16:06.382 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.382 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.382 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.382 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "[\r][\n]"
19:16:06.382 [XNIO-76 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 Accept', selector sun.nio.ch.EPollSelectorImpl@1a8a214c
19:16:06.386 [XNIO-76 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /charlie (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38643]}, cookies=[:]): <empty> }
19:16:06.387 [XNIO-76 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.387 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.387 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Content-Encoding: gzip[\r][\n]"
19:16:06.387 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Connection: keep-alive[\r][\n]"
19:16:06.387 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Content-Type: text/plain[\r][\n]"
19:16:06.387 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Content-Length: 27[\r][\n]"
19:16:06.387 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.388 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "[\r][\n]"
19:16:06.388 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.388 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << HTTP/1.1 200 OK
19:16:06.388 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Content-Encoding: gzip
19:16:06.388 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Connection: keep-alive
19:16:06.388 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Content-Type: text/plain
19:16:06.388 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Content-Length: 27
19:16:06.388 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.388 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.388 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:60728<->127.0.0.1:38643
19:16:06.388 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.389 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.389 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.389 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:38643
19:16:06.389 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /charlie HTTP/1.1
19:16:06.389 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.389 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.389 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> DELETE /charlie HTTP/1.1
19:16:06.389 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> Host: localhost:38643
19:16:06.389 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> Connection: Keep-Alive
19:16:06.389 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.389 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> Accept-Encoding: gzip,deflate
19:16:06.389 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "DELETE /charlie HTTP/1.1[\r][\n]"
19:16:06.389 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "Host: localhost:38643[\r][\n]"
19:16:06.389 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.389 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.389 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.389 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "[\r][\n]"
19:16:06.391 [XNIO-76 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /charlie (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38643]}, cookies=[:]): <empty> }
19:16:06.391 [XNIO-76 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Content-Encoding: gzip[\r][\n]"
19:16:06.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Connection: keep-alive[\r][\n]"
19:16:06.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Content-Type: text/plain[\r][\n]"
19:16:06.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Content-Length: 27[\r][\n]"
19:16:06.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "[\r][\n]"
19:16:06.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << HTTP/1.1 200 OK
19:16:06.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Content-Encoding: gzip
19:16:06.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Connection: keep-alive
19:16:06.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Content-Type: text/plain
19:16:06.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Content-Length: 27
19:16:06.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.392 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.392 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:60728<->127.0.0.1:38643
19:16:06.392 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.393 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@7e94d227
19:16:06.401 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@37881f18
19:16:06.408 [XNIO-77 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 I/O-1', selector sun.nio.ch.EPollSelectorImpl@27b75de7
19:16:06.422 [XNIO-77 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 I/O-2', selector sun.nio.ch.EPollSelectorImpl@df4ec2
19:16:06.423 [XNIO-77 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 I/O-3', selector sun.nio.ch.EPollSelectorImpl@2289f9f1
19:16:06.423 [XNIO-77 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 I/O-4', selector sun.nio.ch.EPollSelectorImpl@7e317f70
19:16:06.423 [XNIO-77 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 I/O-5', selector sun.nio.ch.EPollSelectorImpl@21df333d
19:16:06.423 [XNIO-77 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 I/O-6', selector sun.nio.ch.EPollSelectorImpl@c7cf1e3
19:16:06.424 [XNIO-77 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 I/O-7', selector sun.nio.ch.EPollSelectorImpl@7113c27f
19:16:06.425 [XNIO-77 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 I/O-8', selector sun.nio.ch.EPollSelectorImpl@77d3c06
19:16:06.425 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.426 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.427 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.428 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.428 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:35865
19:16:06.428 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:35865
19:16:06.428 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:35865
19:16:06.428 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:49680<->127.0.0.1:35865
19:16:06.428 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /charlie HTTP/1.1
19:16:06.428 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.428 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.428 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> DELETE /charlie HTTP/1.1
19:16:06.428 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> hat: fedora
19:16:06.428 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> Host: localhost:35865
19:16:06.428 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> Connection: Keep-Alive
19:16:06.428 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.428 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> Accept-Encoding: gzip,deflate
19:16:06.428 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "DELETE /charlie HTTP/1.1[\r][\n]"
19:16:06.428 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "hat: fedora[\r][\n]"
19:16:06.428 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "Host: localhost:35865[\r][\n]"
19:16:06.428 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.428 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.428 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.428 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "[\r][\n]"
19:16:06.430 [XNIO-77 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 Accept', selector sun.nio.ch.EPollSelectorImpl@7157190d
19:16:06.445 [XNIO-77 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /charlie (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], hat=[fedora], Host=[localhost:35865]}, cookies=[:]): <empty> }
19:16:06.445 [XNIO-77 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.446 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.446 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Content-Encoding: gzip[\r][\n]"
19:16:06.446 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Connection: keep-alive[\r][\n]"
19:16:06.446 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Content-Type: text/plain[\r][\n]"
19:16:06.446 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Content-Length: 27[\r][\n]"
19:16:06.446 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.446 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "[\r][\n]"
19:16:06.446 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.446 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << HTTP/1.1 200 OK
19:16:06.446 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Content-Encoding: gzip
19:16:06.446 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Connection: keep-alive
19:16:06.446 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Content-Type: text/plain
19:16:06.446 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Content-Length: 27
19:16:06.446 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.446 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.447 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:49680<->127.0.0.1:35865
19:16:06.447 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.448 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.448 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.448 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:35865
19:16:06.448 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /charlie HTTP/1.1
19:16:06.448 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.448 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.448 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> DELETE /charlie HTTP/1.1
19:16:06.448 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> hat: fedora
19:16:06.448 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> Host: localhost:35865
19:16:06.448 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> Connection: Keep-Alive
19:16:06.448 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.448 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> Accept-Encoding: gzip,deflate
19:16:06.448 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "DELETE /charlie HTTP/1.1[\r][\n]"
19:16:06.448 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "hat: fedora[\r][\n]"
19:16:06.448 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "Host: localhost:35865[\r][\n]"
19:16:06.448 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.449 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.449 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.449 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "[\r][\n]"
19:16:06.452 [XNIO-77 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /charlie (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], hat=[fedora], Host=[localhost:35865]}, cookies=[:]): <empty> }
19:16:06.452 [XNIO-77 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.453 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.453 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Content-Encoding: gzip[\r][\n]"
19:16:06.453 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Connection: keep-alive[\r][\n]"
19:16:06.453 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Content-Type: text/plain[\r][\n]"
19:16:06.453 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Content-Length: 27[\r][\n]"
19:16:06.453 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.453 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "[\r][\n]"
19:16:06.453 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.453 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << HTTP/1.1 200 OK
19:16:06.453 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Content-Encoding: gzip
19:16:06.453 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Connection: keep-alive
19:16:06.453 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Content-Type: text/plain
19:16:06.453 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Content-Length: 27
19:16:06.453 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.453 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.454 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:49680<->127.0.0.1:35865
19:16:06.454 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.454 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@37881f18
19:16:06.463 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@61d931df
19:16:06.472 [XNIO-78 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 I/O-1', selector sun.nio.ch.EPollSelectorImpl@26defeb5
19:16:06.472 [XNIO-78 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 I/O-3', selector sun.nio.ch.EPollSelectorImpl@2dc26558
19:16:06.473 [XNIO-78 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 I/O-4', selector sun.nio.ch.EPollSelectorImpl@36b4f66a
19:16:06.472 [XNIO-78 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 I/O-2', selector sun.nio.ch.EPollSelectorImpl@389ae48b
19:16:06.473 [XNIO-78 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 I/O-5', selector sun.nio.ch.EPollSelectorImpl@1043b247
19:16:06.475 [XNIO-78 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 I/O-6', selector sun.nio.ch.EPollSelectorImpl@2cb36d65
19:16:06.484 [XNIO-78 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 I/O-7', selector sun.nio.ch.EPollSelectorImpl@33d7f4bf
19:16:06.485 [XNIO-78 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 I/O-8', selector sun.nio.ch.EPollSelectorImpl@2524520d
19:16:06.485 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.485 [XNIO-78 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 Accept', selector sun.nio.ch.EPollSelectorImpl@252ec2a1
19:16:06.486 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.502 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.502 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.502 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36505
19:16:06.502 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:36505
19:16:06.502 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:36505
19:16:06.503 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:55758<->127.0.0.1:36505
19:16:06.503 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /delta HTTP/1.1
19:16:06.503 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.503 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.503 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> DELETE /delta HTTP/1.1
19:16:06.503 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> Host: localhost:36505
19:16:06.503 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> Connection: Keep-Alive
19:16:06.503 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.503 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> Accept-Encoding: gzip,deflate
19:16:06.503 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "DELETE /delta HTTP/1.1[\r][\n]"
19:16:06.503 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "Host: localhost:36505[\r][\n]"
19:16:06.503 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.503 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.503 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.503 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "[\r][\n]"
19:16:06.504 [XNIO-78 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36505]}, cookies=[:]): <empty> }
19:16:06.504 [XNIO-78 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:06.506 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.506 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Content-Encoding: gzip[\r][\n]"
19:16:06.506 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Connection: keep-alive[\r][\n]"
19:16:06.506 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Content-Type: text/date[\r][\n]"
19:16:06.507 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Content-Length: 36[\r][\n]"
19:16:06.507 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.507 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "[\r][\n]"
19:16:06.507 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3204[0xd3]3[0xb0][0xd0]32U04[0xb1]21[0x6][0x0][0x97][0x12][0x8d][0xdb][0x10][0x0][0x0][0x0]"
19:16:06.507 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << HTTP/1.1 200 OK
19:16:06.507 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Content-Encoding: gzip
19:16:06.507 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Connection: keep-alive
19:16:06.507 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Content-Type: text/date
19:16:06.507 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Content-Length: 36
19:16:06.508 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.508 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.509 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:55758<->127.0.0.1:36505
19:16:06.509 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.512 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.512 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.512 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36505
19:16:06.513 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /delta HTTP/1.1
19:16:06.513 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.513 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.513 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> DELETE /delta HTTP/1.1
19:16:06.513 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> Host: localhost:36505
19:16:06.513 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> Connection: Keep-Alive
19:16:06.513 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.513 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> Accept-Encoding: gzip,deflate
19:16:06.513 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "DELETE /delta HTTP/1.1[\r][\n]"
19:16:06.514 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "Host: localhost:36505[\r][\n]"
19:16:06.514 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.514 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.514 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.514 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "[\r][\n]"
19:16:06.524 [XNIO-78 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36505]}, cookies=[:]): <empty> }
19:16:06.525 [XNIO-78 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:06.525 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.525 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Content-Encoding: gzip[\r][\n]"
19:16:06.525 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Connection: keep-alive[\r][\n]"
19:16:06.525 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Content-Type: text/date[\r][\n]"
19:16:06.525 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Content-Length: 36[\r][\n]"
19:16:06.525 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.525 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "[\r][\n]"
19:16:06.525 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3204[0xd3]3[0xb0][0xd0]32U04[0xb1]21[0x6][0x0][0x97][0x12][0x8d][0xdb][0x10][0x0][0x0][0x0]"
19:16:06.526 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << HTTP/1.1 200 OK
19:16:06.526 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Content-Encoding: gzip
19:16:06.526 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Connection: keep-alive
19:16:06.526 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Content-Type: text/date
19:16:06.526 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Content-Length: 36
19:16:06.526 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.526 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.526 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:55758<->127.0.0.1:36505
19:16:06.526 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.527 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@61d931df
19:16:06.530 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@50bbfeee
19:16:06.541 [XNIO-79 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 I/O-1', selector sun.nio.ch.EPollSelectorImpl@24ac15fa
19:16:06.541 [XNIO-79 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 I/O-2', selector sun.nio.ch.EPollSelectorImpl@1964ef31
19:16:06.542 [XNIO-79 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 I/O-3', selector sun.nio.ch.EPollSelectorImpl@4b7a0bab
19:16:06.542 [XNIO-79 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 I/O-4', selector sun.nio.ch.EPollSelectorImpl@66908237
19:16:06.542 [XNIO-79 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 I/O-5', selector sun.nio.ch.EPollSelectorImpl@ea8bf2
19:16:06.546 [XNIO-79 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 I/O-6', selector sun.nio.ch.EPollSelectorImpl@322081e8
19:16:06.554 [XNIO-79 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 I/O-7', selector sun.nio.ch.EPollSelectorImpl@44196bbf
19:16:06.554 [XNIO-79 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 I/O-8', selector sun.nio.ch.EPollSelectorImpl@50f5462f
19:16:06.554 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.554 [XNIO-79 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 Accept', selector sun.nio.ch.EPollSelectorImpl@51890da2
19:16:06.555 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.557 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.557 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.557 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40237
19:16:06.557 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:40237
19:16:06.557 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:40237
19:16:06.558 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:60218<->127.0.0.1:40237
19:16:06.558 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /delta HTTP/1.1
19:16:06.558 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.558 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.558 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> DELETE /delta HTTP/1.1
19:16:06.558 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> Host: localhost:40237
19:16:06.558 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> Connection: Keep-Alive
19:16:06.558 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.558 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> Accept-Encoding: gzip,deflate
19:16:06.558 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "DELETE /delta HTTP/1.1[\r][\n]"
19:16:06.558 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "Host: localhost:40237[\r][\n]"
19:16:06.558 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.558 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.558 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.558 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "[\r][\n]"
19:16:06.558 [XNIO-79 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40237]}, cookies=[:]): <empty> }
19:16:06.559 [XNIO-79 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:06.563 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.563 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Content-Encoding: gzip[\r][\n]"
19:16:06.563 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Connection: keep-alive[\r][\n]"
19:16:06.563 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Content-Type: text/date[\r][\n]"
19:16:06.563 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Content-Length: 36[\r][\n]"
19:16:06.563 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.563 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "[\r][\n]"
19:16:06.563 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3204[0xd3]3[0xb0][0xd0]32U04[0xb1]21[0x6][0x0][0x97][0x12][0x8d][0xdb][0x10][0x0][0x0][0x0]"
19:16:06.563 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << HTTP/1.1 200 OK
19:16:06.563 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Content-Encoding: gzip
19:16:06.563 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Connection: keep-alive
19:16:06.563 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Content-Type: text/date
19:16:06.563 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Content-Length: 36
19:16:06.563 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.563 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.563 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:60218<->127.0.0.1:40237
19:16:06.563 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.566 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.566 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.566 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40237
19:16:06.566 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /delta HTTP/1.1
19:16:06.566 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.566 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.567 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> DELETE /delta HTTP/1.1
19:16:06.567 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> Host: localhost:40237
19:16:06.567 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> Connection: Keep-Alive
19:16:06.567 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.567 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> Accept-Encoding: gzip,deflate
19:16:06.567 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "DELETE /delta HTTP/1.1[\r][\n]"
19:16:06.567 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "Host: localhost:40237[\r][\n]"
19:16:06.567 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.567 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.567 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.567 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "[\r][\n]"
19:16:06.570 [XNIO-79 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40237]}, cookies=[:]): <empty> }
19:16:06.571 [XNIO-79 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:06.571 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.571 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Content-Encoding: gzip[\r][\n]"
19:16:06.571 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Connection: keep-alive[\r][\n]"
19:16:06.571 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Content-Type: text/date[\r][\n]"
19:16:06.571 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Content-Length: 36[\r][\n]"
19:16:06.571 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.571 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "[\r][\n]"
19:16:06.571 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3204[0xd3]3[0xb0][0xd0]32U04[0xb1]21[0x6][0x0][0x97][0x12][0x8d][0xdb][0x10][0x0][0x0][0x0]"
19:16:06.571 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << HTTP/1.1 200 OK
19:16:06.571 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Content-Encoding: gzip
19:16:06.571 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Connection: keep-alive
19:16:06.571 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Content-Type: text/date
19:16:06.571 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Content-Length: 36
19:16:06.571 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.572 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.572 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:60218<->127.0.0.1:40237
19:16:06.572 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.573 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@50bbfeee
19:16:06.577 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@6a94bb4
19:16:06.583 [XNIO-80 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 I/O-1', selector sun.nio.ch.EPollSelectorImpl@3f0dd7d3
19:16:06.587 [XNIO-80 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 I/O-2', selector sun.nio.ch.EPollSelectorImpl@203836d2
19:16:06.587 [XNIO-80 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 I/O-3', selector sun.nio.ch.EPollSelectorImpl@5ad2cf19
19:16:06.587 [XNIO-80 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 I/O-4', selector sun.nio.ch.EPollSelectorImpl@359fbdf
19:16:06.587 [XNIO-80 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 I/O-5', selector sun.nio.ch.EPollSelectorImpl@7f89098a
19:16:06.588 [XNIO-80 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 I/O-6', selector sun.nio.ch.EPollSelectorImpl@39a6a6f6
19:16:06.588 [XNIO-80 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 I/O-8', selector sun.nio.ch.EPollSelectorImpl@3f381de
19:16:06.591 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.591 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.594 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.594 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.594 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:41889
19:16:06.594 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:41889
19:16:06.594 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:41889
19:16:06.594 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:58626<->127.0.0.1:41889
19:16:06.594 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /delta HTTP/1.1
19:16:06.594 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.594 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.594 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> DELETE /delta HTTP/1.1
19:16:06.594 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Cookie: flavor=chocolate-chip
19:16:06.594 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Host: localhost:41889
19:16:06.594 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Connection: Keep-Alive
19:16:06.594 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.594 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Accept-Encoding: gzip,deflate
19:16:06.594 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "DELETE /delta HTTP/1.1[\r][\n]"
19:16:06.594 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Cookie: flavor=chocolate-chip[\r][\n]"
19:16:06.594 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Host: localhost:41889[\r][\n]"
19:16:06.594 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.594 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.594 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.594 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "[\r][\n]"
19:16:06.595 [XNIO-80 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 Accept', selector sun.nio.ch.EPollSelectorImpl@7ff7af51
19:16:06.588 [XNIO-80 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 I/O-7', selector sun.nio.ch.EPollSelectorImpl@5002dc
19:16:06.598 [XNIO-80 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Cookie=[flavor=chocolate-chip], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41889]}, cookies=[flavor:ersatz.undertow.server.handlers.CookieImpl@23e7f99d]): <empty> }
19:16:06.599 [XNIO-80 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:06.600 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.600 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Content-Encoding: gzip[\r][\n]"
19:16:06.600 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Connection: keep-alive[\r][\n]"
19:16:06.600 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Content-Type: text/date[\r][\n]"
19:16:06.600 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Content-Length: 36[\r][\n]"
19:16:06.600 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.600 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "[\r][\n]"
19:16:06.600 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3204[0xd3]3[0xb0][0xd0]32U04[0xb1]21[0x6][0x0][0x97][0x12][0x8d][0xdb][0x10][0x0][0x0][0x0]"
19:16:06.600 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << HTTP/1.1 200 OK
19:16:06.600 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Content-Encoding: gzip
19:16:06.600 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Connection: keep-alive
19:16:06.600 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Content-Type: text/date
19:16:06.600 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Content-Length: 36
19:16:06.600 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.600 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.601 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:58626<->127.0.0.1:41889
19:16:06.601 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.602 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.602 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.602 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:41889
19:16:06.602 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /delta HTTP/1.1
19:16:06.602 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.602 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.602 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> DELETE /delta HTTP/1.1
19:16:06.602 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Cookie: flavor=chocolate-chip
19:16:06.602 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Host: localhost:41889
19:16:06.602 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Connection: Keep-Alive
19:16:06.602 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.602 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Accept-Encoding: gzip,deflate
19:16:06.602 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "DELETE /delta HTTP/1.1[\r][\n]"
19:16:06.602 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Cookie: flavor=chocolate-chip[\r][\n]"
19:16:06.602 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Host: localhost:41889[\r][\n]"
19:16:06.602 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.602 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.602 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.602 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "[\r][\n]"
19:16:06.607 [XNIO-80 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Cookie=[flavor=chocolate-chip], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41889]}, cookies=[flavor:ersatz.undertow.server.handlers.CookieImpl@27229fc5]): <empty> }
19:16:06.608 [XNIO-80 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:06.609 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.609 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Content-Encoding: gzip[\r][\n]"
19:16:06.609 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Connection: keep-alive[\r][\n]"
19:16:06.609 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Content-Type: text/date[\r][\n]"
19:16:06.609 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Content-Length: 36[\r][\n]"
19:16:06.609 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.609 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "[\r][\n]"
19:16:06.609 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3204[0xd3]3[0xb0][0xd0]32U04[0xb1]21[0x6][0x0][0x97][0x12][0x8d][0xdb][0x10][0x0][0x0][0x0]"
19:16:06.609 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << HTTP/1.1 200 OK
19:16:06.609 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Content-Encoding: gzip
19:16:06.609 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Connection: keep-alive
19:16:06.609 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Content-Type: text/date
19:16:06.609 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Content-Length: 36
19:16:06.609 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.609 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.609 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:58626<->127.0.0.1:41889
19:16:06.610 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.610 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@6a94bb4
19:16:06.613 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@ac08048
19:16:06.615 [XNIO-81 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 I/O-1', selector sun.nio.ch.EPollSelectorImpl@1675cc29
19:16:06.615 [XNIO-81 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 I/O-2', selector sun.nio.ch.EPollSelectorImpl@d2f11f6
19:16:06.615 [XNIO-81 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 I/O-3', selector sun.nio.ch.EPollSelectorImpl@374364fd
19:16:06.616 [XNIO-81 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 I/O-5', selector sun.nio.ch.EPollSelectorImpl@1eb240d8
19:16:06.616 [XNIO-81 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 I/O-4', selector sun.nio.ch.EPollSelectorImpl@4cbf82e5
19:16:06.617 [XNIO-81 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 I/O-6', selector sun.nio.ch.EPollSelectorImpl@656e7780
19:16:06.622 [XNIO-81 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 I/O-7', selector sun.nio.ch.EPollSelectorImpl@6632001d
19:16:06.625 [XNIO-81 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 I/O-8', selector sun.nio.ch.EPollSelectorImpl@63dcbe7b
19:16:06.625 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.626 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.632 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.632 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.632 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:38313
19:16:06.632 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:38313
19:16:06.632 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:38313
19:16:06.633 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:35254<->127.0.0.1:38313
19:16:06.633 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /delta HTTP/1.1
19:16:06.633 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.633 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.633 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> DELETE /delta HTTP/1.1
19:16:06.633 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Cookie: flavor=chocolate-chip; count=dozen
19:16:06.633 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Host: localhost:38313
19:16:06.633 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Connection: Keep-Alive
19:16:06.633 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.633 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Accept-Encoding: gzip,deflate
19:16:06.633 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "DELETE /delta HTTP/1.1[\r][\n]"
19:16:06.633 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Cookie: flavor=chocolate-chip; count=dozen[\r][\n]"
19:16:06.633 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Host: localhost:38313[\r][\n]"
19:16:06.633 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.633 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.633 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.633 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "[\r][\n]"
19:16:06.633 [XNIO-81 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 Accept', selector sun.nio.ch.EPollSelectorImpl@162c574f
19:16:06.638 [XNIO-81 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Cookie=[flavor=chocolate-chip; count=dozen], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38313]}, cookies=[count:ersatz.undertow.server.handlers.CookieImpl@1b2c0ada, flavor:ersatz.undertow.server.handlers.CookieImpl@15ebf7cf]): <empty> }
19:16:06.644 [XNIO-81 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:06.645 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.645 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Content-Encoding: gzip[\r][\n]"
19:16:06.645 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Connection: keep-alive[\r][\n]"
19:16:06.645 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Content-Type: text/date[\r][\n]"
19:16:06.645 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Content-Length: 36[\r][\n]"
19:16:06.645 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.645 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "[\r][\n]"
19:16:06.645 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3204[0xd3]3[0xb0][0xd0]32U04[0xb1]21[0x6][0x0][0x97][0x12][0x8d][0xdb][0x10][0x0][0x0][0x0]"
19:16:06.645 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << HTTP/1.1 200 OK
19:16:06.645 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Content-Encoding: gzip
19:16:06.645 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Connection: keep-alive
19:16:06.645 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Content-Type: text/date
19:16:06.645 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Content-Length: 36
19:16:06.645 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.645 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.646 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:35254<->127.0.0.1:38313
19:16:06.646 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.647 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.647 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.647 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:38313
19:16:06.647 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /delta HTTP/1.1
19:16:06.647 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.647 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.647 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> DELETE /delta HTTP/1.1
19:16:06.647 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Cookie: flavor=chocolate-chip; count=dozen
19:16:06.647 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Host: localhost:38313
19:16:06.647 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Connection: Keep-Alive
19:16:06.647 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.647 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Accept-Encoding: gzip,deflate
19:16:06.647 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "DELETE /delta HTTP/1.1[\r][\n]"
19:16:06.647 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Cookie: flavor=chocolate-chip; count=dozen[\r][\n]"
19:16:06.647 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Host: localhost:38313[\r][\n]"
19:16:06.647 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.647 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.647 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.647 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "[\r][\n]"
19:16:06.651 [XNIO-81 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Cookie=[flavor=chocolate-chip; count=dozen], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38313]}, cookies=[count:ersatz.undertow.server.handlers.CookieImpl@2a0405f6, flavor:ersatz.undertow.server.handlers.CookieImpl@24c3fec6]): <empty> }
19:16:06.653 [XNIO-81 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:06.654 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.654 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Content-Encoding: gzip[\r][\n]"
19:16:06.654 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Connection: keep-alive[\r][\n]"
19:16:06.654 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Content-Type: text/date[\r][\n]"
19:16:06.654 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Content-Length: 36[\r][\n]"
19:16:06.654 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.654 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "[\r][\n]"
19:16:06.654 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3204[0xd3]3[0xb0][0xd0]32U04[0xb1]21[0x6][0x0][0x97][0x12][0x8d][0xdb][0x10][0x0][0x0][0x0]"
19:16:06.654 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << HTTP/1.1 200 OK
19:16:06.654 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Content-Encoding: gzip
19:16:06.654 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Connection: keep-alive
19:16:06.654 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Content-Type: text/date
19:16:06.654 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Content-Length: 36
19:16:06.654 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.654 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.654 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:35254<->127.0.0.1:38313
19:16:06.654 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.655 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@ac08048
19:16:06.658 [XNIO-81 task-2] DEBUG ersatz.undertow.request.io - UT005013: An IOException occurred
java.nio.channels.ClosedChannelException: null
	at sun.nio.ch.SocketChannelImpl.shutdownOutput(SocketChannelImpl.java:797)
	at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:190)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.processWrite(HttpResponseConduit.java:250)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.write(HttpResponseConduit.java:596)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:106)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:120)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.performFlushIfRequired(DeflatingStreamSinkConduit.java:419)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.flush(DeflatingStreamSinkConduit.java:349)
	at ersatz.xnio.conduits.ConduitStreamSinkChannel.flush(ConduitStreamSinkChannel.java:162)
	at ersatz.undertow.channels.DetachableStreamSinkChannel.flush(DetachableStreamSinkChannel.java:119)
	at ersatz.xnio.channels.Channels.flushBlocking(Channels.java:63)
	at ersatz.undertow.io.UndertowOutputStream.close(UndertowOutputStream.java:344)
	at ersatz.undertow.io.BlockingSenderImpl.close(BlockingSenderImpl.java:170)
	at ersatz.undertow.io.DefaultIoCallback.onComplete(DefaultIoCallback.java:54)
	at ersatz.undertow.io.BlockingSenderImpl.invokeOnComplete(BlockingSenderImpl.java:227)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:95)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:117)
	at com.stehno.ersatz.ErsatzServer.send(ErsatzServer.groovy:494)
	at com.stehno.ersatz.ErsatzServer.access$0(ErsatzServer.groovy)
	at com.stehno.ersatz.ErsatzServer$1.handleRequest(ErsatzServer.groovy:370)
	at ersatz.undertow.server.handlers.HttpTraceHandler.handleRequest(HttpTraceHandler.java:70)
	at ersatz.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
	at ersatz.undertow.server.Connectors.executeRootHandler(Connectors.java:332)
	at ersatz.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: java.nio.channels.ClosedByInterruptException: null
		at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202)
		at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:511)
		at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:184)
		... 25 common frames omitted
19:16:06.663 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@25ddbb7b
19:16:06.665 [XNIO-82 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 I/O-1', selector sun.nio.ch.EPollSelectorImpl@2f705c48
19:16:06.665 [XNIO-82 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 I/O-2', selector sun.nio.ch.EPollSelectorImpl@ea43cac
19:16:06.673 [XNIO-82 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 I/O-3', selector sun.nio.ch.EPollSelectorImpl@4f80b12
19:16:06.674 [XNIO-82 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 I/O-4', selector sun.nio.ch.EPollSelectorImpl@77cff7de
19:16:06.674 [XNIO-82 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 I/O-5', selector sun.nio.ch.EPollSelectorImpl@4e1b87c3
19:16:06.675 [XNIO-82 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 I/O-6', selector sun.nio.ch.EPollSelectorImpl@3a46dafc
19:16:06.675 [XNIO-82 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 I/O-7', selector sun.nio.ch.EPollSelectorImpl@60ef8ea1
19:16:06.675 [XNIO-82 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 I/O-8', selector sun.nio.ch.EPollSelectorImpl@33cfec94
19:16:06.678 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.678 [XNIO-82 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 Accept', selector sun.nio.ch.EPollSelectorImpl@2f32cca5
19:16:06.679 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.688 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.688 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.688 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:43441
19:16:06.688 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:43441
19:16:06.688 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:43441
19:16:06.688 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:53512<->127.0.0.1:43441
19:16:06.689 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /delta HTTP/1.1
19:16:06.689 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.689 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.689 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> DELETE /delta HTTP/1.1
19:16:06.689 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> Host: localhost:43441
19:16:06.689 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> Connection: Keep-Alive
19:16:06.689 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.689 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> Accept-Encoding: gzip,deflate
19:16:06.689 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "DELETE /delta HTTP/1.1[\r][\n]"
19:16:06.689 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "Host: localhost:43441[\r][\n]"
19:16:06.689 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.689 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.689 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.689 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "[\r][\n]"
19:16:06.693 [XNIO-82 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43441]}, cookies=[:]): <empty> }
19:16:06.693 [XNIO-82 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:06.694 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.694 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Content-Encoding: gzip[\r][\n]"
19:16:06.694 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Connection: keep-alive[\r][\n]"
19:16:06.694 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Content-Type: text/date[\r][\n]"
19:16:06.694 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Content-Length: 36[\r][\n]"
19:16:06.694 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.694 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "[\r][\n]"
19:16:06.694 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3204[0xd3]3[0xb0][0xd0]32U04[0xb1]21[0x6][0x0][0x97][0x12][0x8d][0xdb][0x10][0x0][0x0][0x0]"
19:16:06.694 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << HTTP/1.1 200 OK
19:16:06.694 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Content-Encoding: gzip
19:16:06.694 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Connection: keep-alive
19:16:06.694 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Content-Type: text/date
19:16:06.694 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Content-Length: 36
19:16:06.694 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.694 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.695 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:53512<->127.0.0.1:43441
19:16:06.695 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.696 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.696 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.696 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:43441
19:16:06.697 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /delta HTTP/1.1
19:16:06.697 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.697 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.697 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> DELETE /delta HTTP/1.1
19:16:06.697 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> Host: localhost:43441
19:16:06.697 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> Connection: Keep-Alive
19:16:06.697 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.697 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> Accept-Encoding: gzip,deflate
19:16:06.697 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "DELETE /delta HTTP/1.1[\r][\n]"
19:16:06.697 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "Host: localhost:43441[\r][\n]"
19:16:06.697 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.697 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.697 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.697 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "[\r][\n]"
19:16:06.701 [XNIO-82 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43441]}, cookies=[:]): <empty> }
19:16:06.702 [XNIO-82 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:06.702 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.702 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Content-Encoding: gzip[\r][\n]"
19:16:06.702 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Connection: keep-alive[\r][\n]"
19:16:06.702 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Content-Type: text/date[\r][\n]"
19:16:06.702 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Content-Length: 36[\r][\n]"
19:16:06.702 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.702 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "[\r][\n]"
19:16:06.702 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3204[0xd3]3[0xb0][0xd0]32U04[0xb1]21[0x6][0x0][0x97][0x12][0x8d][0xdb][0x10][0x0][0x0][0x0]"
19:16:06.702 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << HTTP/1.1 200 OK
19:16:06.702 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Content-Encoding: gzip
19:16:06.702 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Connection: keep-alive
19:16:06.702 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Content-Type: text/date
19:16:06.702 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Content-Length: 36
19:16:06.702 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.703 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.703 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:53512<->127.0.0.1:43441
19:16:06.703 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.704 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@25ddbb7b
19:16:06.709 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@3570f282
19:16:06.711 [XNIO-83 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 I/O-1', selector sun.nio.ch.EPollSelectorImpl@3427a0c4
19:16:06.714 [XNIO-83 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 I/O-2', selector sun.nio.ch.EPollSelectorImpl@74be5c03
19:16:06.718 [XNIO-83 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 I/O-3', selector sun.nio.ch.EPollSelectorImpl@650fa63
19:16:06.719 [XNIO-83 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 I/O-4', selector sun.nio.ch.EPollSelectorImpl@34ecd00e
19:16:06.719 [XNIO-83 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 I/O-5', selector sun.nio.ch.EPollSelectorImpl@32b73df4
19:16:06.719 [XNIO-83 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 I/O-6', selector sun.nio.ch.EPollSelectorImpl@7d3f98de
19:16:06.722 [XNIO-83 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 I/O-7', selector sun.nio.ch.EPollSelectorImpl@65a0421e
19:16:06.722 [XNIO-83 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 I/O-8', selector sun.nio.ch.EPollSelectorImpl@6b4e7a60
19:16:06.722 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.722 [XNIO-83 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 Accept', selector sun.nio.ch.EPollSelectorImpl@4e101c25
19:16:06.723 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.725 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.725 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.725 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:34049
19:16:06.725 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:34049
19:16:06.725 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:34049
19:16:06.726 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:56766<->127.0.0.1:34049
19:16:06.726 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /delta HTTP/1.1
19:16:06.726 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.726 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.726 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> DELETE /delta HTTP/1.1
19:16:06.726 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> Host: localhost:34049
19:16:06.726 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> Connection: Keep-Alive
19:16:06.726 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.726 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> Accept-Encoding: gzip,deflate
19:16:06.726 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "DELETE /delta HTTP/1.1[\r][\n]"
19:16:06.726 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "Host: localhost:34049[\r][\n]"
19:16:06.726 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.726 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.726 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.726 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "[\r][\n]"
19:16:06.750 [XNIO-83 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:34049]}, cookies=[:]): <empty> }
19:16:06.751 [XNIO-83 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:06.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Content-Encoding: gzip[\r][\n]"
19:16:06.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Connection: keep-alive[\r][\n]"
19:16:06.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Content-Type: text/date[\r][\n]"
19:16:06.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Content-Length: 36[\r][\n]"
19:16:06.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "[\r][\n]"
19:16:06.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3204[0xd3]3[0xb0][0xd0]32U04[0xb1]21[0x6][0x0][0x97][0x12][0x8d][0xdb][0x10][0x0][0x0][0x0]"
19:16:06.752 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << HTTP/1.1 200 OK
19:16:06.752 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Content-Encoding: gzip
19:16:06.752 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Connection: keep-alive
19:16:06.752 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Content-Type: text/date
19:16:06.752 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Content-Length: 36
19:16:06.752 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.752 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.752 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:56766<->127.0.0.1:34049
19:16:06.752 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.754 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.754 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.754 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:34049
19:16:06.754 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /delta HTTP/1.1
19:16:06.754 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.754 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.754 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> DELETE /delta HTTP/1.1
19:16:06.754 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> Host: localhost:34049
19:16:06.754 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> Connection: Keep-Alive
19:16:06.754 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.754 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> Accept-Encoding: gzip,deflate
19:16:06.754 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "DELETE /delta HTTP/1.1[\r][\n]"
19:16:06.754 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "Host: localhost:34049[\r][\n]"
19:16:06.754 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.754 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.754 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.754 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "[\r][\n]"
19:16:06.757 [XNIO-83 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:34049]}, cookies=[:]): <empty> }
19:16:06.758 [XNIO-83 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:06.758 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.758 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Content-Encoding: gzip[\r][\n]"
19:16:06.758 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Connection: keep-alive[\r][\n]"
19:16:06.758 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Content-Type: text/date[\r][\n]"
19:16:06.758 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Content-Length: 36[\r][\n]"
19:16:06.758 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.758 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "[\r][\n]"
19:16:06.758 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3204[0xd3]3[0xb0][0xd0]32U04[0xb1]21[0x6][0x0][0x97][0x12][0x8d][0xdb][0x10][0x0][0x0][0x0]"
19:16:06.758 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << HTTP/1.1 200 OK
19:16:06.758 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Content-Encoding: gzip
19:16:06.758 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Connection: keep-alive
19:16:06.758 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Content-Type: text/date
19:16:06.758 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Content-Length: 36
19:16:06.758 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.759 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.759 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:56766<->127.0.0.1:34049
19:16:06.759 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.760 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@3570f282
19:16:06.763 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@4cc399f3
19:16:06.765 [XNIO-83 task-2] DEBUG ersatz.undertow.request.io - UT005013: An IOException occurred
java.nio.channels.ClosedChannelException: null
	at sun.nio.ch.SocketChannelImpl.shutdownOutput(SocketChannelImpl.java:797)
	at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:190)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.processWrite(HttpResponseConduit.java:250)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.write(HttpResponseConduit.java:596)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:106)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:120)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.performFlushIfRequired(DeflatingStreamSinkConduit.java:419)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.flush(DeflatingStreamSinkConduit.java:349)
	at ersatz.xnio.conduits.ConduitStreamSinkChannel.flush(ConduitStreamSinkChannel.java:162)
	at ersatz.undertow.channels.DetachableStreamSinkChannel.flush(DetachableStreamSinkChannel.java:119)
	at ersatz.xnio.channels.Channels.flushBlocking(Channels.java:63)
	at ersatz.undertow.io.UndertowOutputStream.close(UndertowOutputStream.java:344)
	at ersatz.undertow.io.BlockingSenderImpl.close(BlockingSenderImpl.java:170)
	at ersatz.undertow.io.DefaultIoCallback.onComplete(DefaultIoCallback.java:54)
	at ersatz.undertow.io.BlockingSenderImpl.invokeOnComplete(BlockingSenderImpl.java:227)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:95)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:117)
	at com.stehno.ersatz.ErsatzServer.send(ErsatzServer.groovy:494)
	at com.stehno.ersatz.ErsatzServer.access$0(ErsatzServer.groovy)
	at com.stehno.ersatz.ErsatzServer$1.handleRequest(ErsatzServer.groovy:370)
	at ersatz.undertow.server.handlers.HttpTraceHandler.handleRequest(HttpTraceHandler.java:70)
	at ersatz.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
	at ersatz.undertow.server.Connectors.executeRootHandler(Connectors.java:332)
	at ersatz.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: java.nio.channels.ClosedByInterruptException: null
		at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202)
		at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:511)
		at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:184)
		... 25 common frames omitted
19:16:06.775 [XNIO-84 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 I/O-1', selector sun.nio.ch.EPollSelectorImpl@10acce82
19:16:06.778 [XNIO-84 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 I/O-2', selector sun.nio.ch.EPollSelectorImpl@3addd0d8
19:16:06.781 [XNIO-84 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 I/O-3', selector sun.nio.ch.EPollSelectorImpl@7e0973c3
19:16:06.782 [XNIO-84 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 I/O-4', selector sun.nio.ch.EPollSelectorImpl@30809f99
19:16:06.783 [XNIO-84 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 I/O-5', selector sun.nio.ch.EPollSelectorImpl@5b41a3d5
19:16:06.786 [XNIO-84 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 I/O-6', selector sun.nio.ch.EPollSelectorImpl@1650cb0b
19:16:06.787 [XNIO-84 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 I/O-8', selector sun.nio.ch.EPollSelectorImpl@7b8f77c
19:16:06.790 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.791 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.793 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.793 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.793 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:38393
19:16:06.793 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:38393
19:16:06.793 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:38393
19:16:06.793 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:35898<->127.0.0.1:38393
19:16:06.793 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /delta HTTP/1.1
19:16:06.793 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.794 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.794 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> DELETE /delta HTTP/1.1
19:16:06.794 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Cookie: flavor=peanut-butter
19:16:06.794 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Host: localhost:38393
19:16:06.794 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Connection: Keep-Alive
19:16:06.794 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.794 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Accept-Encoding: gzip,deflate
19:16:06.794 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "DELETE /delta HTTP/1.1[\r][\n]"
19:16:06.794 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Cookie: flavor=peanut-butter[\r][\n]"
19:16:06.794 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Host: localhost:38393[\r][\n]"
19:16:06.794 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.794 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.794 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.794 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "[\r][\n]"
19:16:06.786 [XNIO-84 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 I/O-7', selector sun.nio.ch.EPollSelectorImpl@52a5894b
19:16:06.794 [XNIO-84 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 Accept', selector sun.nio.ch.EPollSelectorImpl@7f33185d
19:16:06.798 [XNIO-84 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Cookie=[flavor=peanut-butter], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38393]}, cookies=[flavor:ersatz.undertow.server.handlers.CookieImpl@60635dda]): <empty> }
19:16:06.799 [XNIO-84 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:06.800 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.800 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Content-Encoding: gzip[\r][\n]"
19:16:06.800 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Connection: keep-alive[\r][\n]"
19:16:06.800 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Content-Type: text/date[\r][\n]"
19:16:06.800 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Content-Length: 36[\r][\n]"
19:16:06.800 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.800 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "[\r][\n]"
19:16:06.800 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3204[0xd3]3[0xb0][0xd0]32U04[0xb1]21[0x6][0x0][0x97][0x12][0x8d][0xdb][0x10][0x0][0x0][0x0]"
19:16:06.800 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << HTTP/1.1 200 OK
19:16:06.800 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Content-Encoding: gzip
19:16:06.800 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Connection: keep-alive
19:16:06.800 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Content-Type: text/date
19:16:06.800 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Content-Length: 36
19:16:06.800 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.800 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.800 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:35898<->127.0.0.1:38393
19:16:06.800 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.802 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.802 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.802 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:38393
19:16:06.802 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /delta HTTP/1.1
19:16:06.802 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.802 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.802 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> DELETE /delta HTTP/1.1
19:16:06.802 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Cookie: flavor=peanut-butter
19:16:06.802 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Host: localhost:38393
19:16:06.802 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Connection: Keep-Alive
19:16:06.802 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.802 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Accept-Encoding: gzip,deflate
19:16:06.802 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "DELETE /delta HTTP/1.1[\r][\n]"
19:16:06.802 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Cookie: flavor=peanut-butter[\r][\n]"
19:16:06.802 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Host: localhost:38393[\r][\n]"
19:16:06.802 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.802 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.802 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.802 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "[\r][\n]"
19:16:06.806 [XNIO-84 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Cookie=[flavor=peanut-butter], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38393]}, cookies=[flavor:ersatz.undertow.server.handlers.CookieImpl@1bd1dd51]): <empty> }
19:16:06.807 [XNIO-84 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:06.807 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.807 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Content-Encoding: gzip[\r][\n]"
19:16:06.807 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Connection: keep-alive[\r][\n]"
19:16:06.807 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Content-Type: text/date[\r][\n]"
19:16:06.807 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Content-Length: 36[\r][\n]"
19:16:06.807 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.807 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "[\r][\n]"
19:16:06.807 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3204[0xd3]3[0xb0][0xd0]32U04[0xb1]21[0x6][0x0][0x97][0x12][0x8d][0xdb][0x10][0x0][0x0][0x0]"
19:16:06.808 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << HTTP/1.1 200 OK
19:16:06.808 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Content-Encoding: gzip
19:16:06.808 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Connection: keep-alive
19:16:06.808 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Content-Type: text/date
19:16:06.808 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Content-Length: 36
19:16:06.808 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.808 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.808 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:35898<->127.0.0.1:38393
19:16:06.808 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.809 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@4cc399f3
19:16:06.812 [XNIO-84 task-2] DEBUG ersatz.undertow.request.io - UT005013: An IOException occurred
java.nio.channels.ClosedChannelException: null
	at sun.nio.ch.SocketChannelImpl.shutdownOutput(SocketChannelImpl.java:797)
	at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:190)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.processWrite(HttpResponseConduit.java:250)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.write(HttpResponseConduit.java:596)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:106)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:120)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.performFlushIfRequired(DeflatingStreamSinkConduit.java:419)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.flush(DeflatingStreamSinkConduit.java:349)
	at ersatz.xnio.conduits.ConduitStreamSinkChannel.flush(ConduitStreamSinkChannel.java:162)
	at ersatz.undertow.channels.DetachableStreamSinkChannel.flush(DetachableStreamSinkChannel.java:119)
	at ersatz.xnio.channels.Channels.flushBlocking(Channels.java:63)
	at ersatz.undertow.io.UndertowOutputStream.close(UndertowOutputStream.java:344)
	at ersatz.undertow.io.BlockingSenderImpl.close(BlockingSenderImpl.java:170)
	at ersatz.undertow.io.DefaultIoCallback.onComplete(DefaultIoCallback.java:54)
	at ersatz.undertow.io.BlockingSenderImpl.invokeOnComplete(BlockingSenderImpl.java:227)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:95)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:117)
	at com.stehno.ersatz.ErsatzServer.send(ErsatzServer.groovy:494)
	at com.stehno.ersatz.ErsatzServer.access$0(ErsatzServer.groovy)
	at com.stehno.ersatz.ErsatzServer$1.handleRequest(ErsatzServer.groovy:370)
	at ersatz.undertow.server.handlers.HttpTraceHandler.handleRequest(HttpTraceHandler.java:70)
	at ersatz.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
	at ersatz.undertow.server.Connectors.executeRootHandler(Connectors.java:332)
	at ersatz.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: java.nio.channels.ClosedByInterruptException: null
		at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202)
		at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:511)
		at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:184)
		... 25 common frames omitted
19:16:06.814 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@aa1dd27
19:16:06.818 [XNIO-85 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 I/O-1', selector sun.nio.ch.EPollSelectorImpl@6fc0f176
19:16:06.818 [XNIO-85 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 I/O-2', selector sun.nio.ch.EPollSelectorImpl@61b11353
19:16:06.818 [XNIO-85 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 I/O-3', selector sun.nio.ch.EPollSelectorImpl@3435593a
19:16:06.818 [XNIO-85 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 I/O-5', selector sun.nio.ch.EPollSelectorImpl@27ba7837
19:16:06.818 [XNIO-85 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 I/O-4', selector sun.nio.ch.EPollSelectorImpl@6729ed7
19:16:06.823 [XNIO-85 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 I/O-7', selector sun.nio.ch.EPollSelectorImpl@e1c672
19:16:06.823 [XNIO-85 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 I/O-8', selector sun.nio.ch.EPollSelectorImpl@4ad66b73
19:16:06.822 [XNIO-85 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 I/O-6', selector sun.nio.ch.EPollSelectorImpl@639d006c
19:16:06.823 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.823 [XNIO-85 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 Accept', selector sun.nio.ch.EPollSelectorImpl@3c86c171
19:16:06.824 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.825 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.825 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.825 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:38211
19:16:06.826 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:38211
19:16:06.826 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:38211
19:16:06.826 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:39908<->127.0.0.1:38211
19:16:06.826 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /delta HTTP/1.1
19:16:06.826 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.826 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.826 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> DELETE /delta HTTP/1.1
19:16:06.826 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Cookie: flavor=oatmeal; count=dozen
19:16:06.826 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Host: localhost:38211
19:16:06.826 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Connection: Keep-Alive
19:16:06.826 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.826 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Accept-Encoding: gzip,deflate
19:16:06.826 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "DELETE /delta HTTP/1.1[\r][\n]"
19:16:06.826 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Cookie: flavor=oatmeal; count=dozen[\r][\n]"
19:16:06.826 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Host: localhost:38211[\r][\n]"
19:16:06.826 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.826 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.826 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.826 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "[\r][\n]"
19:16:06.829 [XNIO-85 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Cookie=[flavor=oatmeal; count=dozen], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38211]}, cookies=[count:ersatz.undertow.server.handlers.CookieImpl@1fd23adb, flavor:ersatz.undertow.server.handlers.CookieImpl@1115c751]): <empty> }
19:16:06.831 [XNIO-85 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:06.831 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.831 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Content-Encoding: gzip[\r][\n]"
19:16:06.831 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Connection: keep-alive[\r][\n]"
19:16:06.831 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Content-Type: text/date[\r][\n]"
19:16:06.831 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Content-Length: 36[\r][\n]"
19:16:06.831 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.831 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "[\r][\n]"
19:16:06.831 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3204[0xd3]3[0xb0][0xd0]32U04[0xb1]21[0x6][0x0][0x97][0x12][0x8d][0xdb][0x10][0x0][0x0][0x0]"
19:16:06.831 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << HTTP/1.1 200 OK
19:16:06.831 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Content-Encoding: gzip
19:16:06.831 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Connection: keep-alive
19:16:06.831 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Content-Type: text/date
19:16:06.831 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Content-Length: 36
19:16:06.831 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.831 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.832 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:39908<->127.0.0.1:38211
19:16:06.832 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.833 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.833 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.833 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:38211
19:16:06.833 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /delta HTTP/1.1
19:16:06.833 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.833 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.833 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> DELETE /delta HTTP/1.1
19:16:06.833 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Cookie: flavor=oatmeal; count=dozen
19:16:06.833 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Host: localhost:38211
19:16:06.833 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Connection: Keep-Alive
19:16:06.833 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.833 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Accept-Encoding: gzip,deflate
19:16:06.833 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "DELETE /delta HTTP/1.1[\r][\n]"
19:16:06.833 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Cookie: flavor=oatmeal; count=dozen[\r][\n]"
19:16:06.833 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Host: localhost:38211[\r][\n]"
19:16:06.833 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.833 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.834 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.834 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "[\r][\n]"
19:16:06.838 [XNIO-85 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Cookie=[flavor=oatmeal; count=dozen], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38211]}, cookies=[count:ersatz.undertow.server.handlers.CookieImpl@1d69be0e, flavor:ersatz.undertow.server.handlers.CookieImpl@13ae53d3]): <empty> }
19:16:06.839 [XNIO-85 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:06.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Content-Encoding: gzip[\r][\n]"
19:16:06.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Connection: keep-alive[\r][\n]"
19:16:06.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Content-Type: text/date[\r][\n]"
19:16:06.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Content-Length: 36[\r][\n]"
19:16:06.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "[\r][\n]"
19:16:06.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0]3204[0xd3]3[0xb0][0xd0]32U04[0xb1]21[0x6][0x0][0x97][0x12][0x8d][0xdb][0x10][0x0][0x0][0x0]"
19:16:06.840 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << HTTP/1.1 200 OK
19:16:06.840 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Content-Encoding: gzip
19:16:06.840 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Connection: keep-alive
19:16:06.840 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Content-Type: text/date
19:16:06.840 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Content-Length: 36
19:16:06.840 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.840 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.841 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:39908<->127.0.0.1:38211
19:16:06.841 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.841 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@aa1dd27
19:16:06.847 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@192002cc
19:16:06.849 [XNIO-86 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 I/O-1', selector sun.nio.ch.EPollSelectorImpl@78424bea
19:16:06.850 [XNIO-86 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 I/O-2', selector sun.nio.ch.EPollSelectorImpl@1b1499f9
19:16:06.851 [XNIO-86 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 I/O-3', selector sun.nio.ch.EPollSelectorImpl@7294a444
19:16:06.851 [XNIO-86 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 I/O-4', selector sun.nio.ch.EPollSelectorImpl@3a0c2a7f
19:16:06.854 [XNIO-86 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 I/O-6', selector sun.nio.ch.EPollSelectorImpl@2670a767
19:16:06.854 [XNIO-86 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 I/O-5', selector sun.nio.ch.EPollSelectorImpl@649df20b
19:16:06.858 [XNIO-86 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 I/O-7', selector sun.nio.ch.EPollSelectorImpl@57a408d8
19:16:06.859 [XNIO-86 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 I/O-8', selector sun.nio.ch.EPollSelectorImpl@2fff4d7f
19:16:06.859 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.859 [XNIO-86 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 Accept', selector sun.nio.ch.EPollSelectorImpl@1b4bb311
19:16:06.860 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.864 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.864 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.864 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:46537
19:16:06.864 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:46537
19:16:06.864 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:46537
19:16:06.865 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:48994<->127.0.0.1:46537
19:16:06.865 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /basic HTTP/1.1
19:16:06.865 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.865 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.865 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> DELETE /basic HTTP/1.1
19:16:06.865 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Host: localhost:46537
19:16:06.865 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Connection: Keep-Alive
19:16:06.865 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.865 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Accept-Encoding: gzip,deflate
19:16:06.865 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "DELETE /basic HTTP/1.1[\r][\n]"
19:16:06.865 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Host: localhost:46537[\r][\n]"
19:16:06.865 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.865 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.865 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.865 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "[\r][\n]"
19:16:06.870 [XNIO-86 task-1] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46537]} response {}}
19:16:06.871 [XNIO-86 task-1] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:06.871 [XNIO-86 task-1] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@1ee16e55 for /basic
19:16:06.871 [XNIO-86 task-1] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46537]} response {}}
19:16:06.871 [XNIO-86 task-1] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46537]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:06.871 [XNIO-86 task-1] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:06.871 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:06.871 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Connection: keep-alive[\r][\n]"
19:16:06.871 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:06.871 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Content-Length: 0[\r][\n]"
19:16:06.871 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.871 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "[\r][\n]"
19:16:06.871 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << HTTP/1.1 401 Unauthorized
19:16:06.871 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Connection: keep-alive
19:16:06.871 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:06.871 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Content-Length: 0
19:16:06.871 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.871 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.871 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:06.871 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:46537 requested authentication
19:16:06.871 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:06.871 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:06.871 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:06.871 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:06.871 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Digest authentication scheme not available
19:16:06.871 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [BASIC [complete=true]]
19:16:06.871 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /basic HTTP/1.1
19:16:06.871 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:06.872 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using basic scheme
19:16:06.872 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.872 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> DELETE /basic HTTP/1.1
19:16:06.872 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Host: localhost:46537
19:16:06.872 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Connection: Keep-Alive
19:16:06.872 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.872 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Accept-Encoding: gzip,deflate
19:16:06.872 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Authorization: Basic YWRtaW46JDNjcjN0
19:16:06.872 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "DELETE /basic HTTP/1.1[\r][\n]"
19:16:06.872 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Host: localhost:46537[\r][\n]"
19:16:06.872 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.872 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.872 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.872 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Authorization: Basic YWRtaW46JDNjcjN0[\r][\n]"
19:16:06.872 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "[\r][\n]"
19:16:06.873 [XNIO-86 task-2] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46537]} response {}}
19:16:06.873 [XNIO-86 task-2] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:06.873 [XNIO-86 task-2] DEBUG ersatz.undertow.request.security - Found basic auth header admin:$3cr3t (decoded using charset UTF-8) in HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46537]} response {}}
19:16:06.873 [XNIO-86 task-2] DEBUG ersatz.undertow.request.security - Authenticated as admin, roles [TESTER]
19:16:06.873 [XNIO-86 task-2] DEBUG ersatz.undertow.request.security - Authentication outcome was AUTHENTICATED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@1ee16e55 for /basic
19:16:06.873 [XNIO-86 task-2] DEBUG ersatz.undertow.request.security - Authentication result was AUTHENTICATED for /basic
19:16:06.873 [XNIO-86 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /basic (query=[:], headers={Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46537]}, cookies=[:]): <empty> }
19:16:06.874 [XNIO-86 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.874 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.874 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Content-Encoding: gzip[\r][\n]"
19:16:06.874 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Connection: keep-alive[\r][\n]"
19:16:06.874 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Content-Type: text/plain[\r][\n]"
19:16:06.874 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Content-Length: 27[\r][\n]"
19:16:06.874 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.874 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "[\r][\n]"
19:16:06.874 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.874 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << HTTP/1.1 200 OK
19:16:06.874 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Content-Encoding: gzip
19:16:06.874 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Connection: keep-alive
19:16:06.874 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Content-Type: text/plain
19:16:06.874 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Content-Length: 27
19:16:06.874 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.874 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.874 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication succeeded
19:16:06.874 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Caching 'basic' auth scheme for http://localhost:46537
19:16:06.875 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:48994<->127.0.0.1:46537
19:16:06.875 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.876 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.876 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.876 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:46537
19:16:06.876 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /basic HTTP/1.1
19:16:06.876 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.876 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.876 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> DELETE /basic HTTP/1.1
19:16:06.876 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Host: localhost:46537
19:16:06.876 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Connection: Keep-Alive
19:16:06.876 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.876 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Accept-Encoding: gzip,deflate
19:16:06.876 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "DELETE /basic HTTP/1.1[\r][\n]"
19:16:06.876 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Host: localhost:46537[\r][\n]"
19:16:06.876 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.876 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.876 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.876 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "[\r][\n]"
19:16:06.878 [XNIO-86 task-3] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46537]} response {}}
19:16:06.878 [XNIO-86 task-3] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:06.879 [XNIO-86 task-3] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@1ee16e55 for /basic
19:16:06.879 [XNIO-86 task-3] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46537]} response {}}
19:16:06.879 [XNIO-86 task-3] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46537]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:06.879 [XNIO-86 task-3] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:06.879 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:06.879 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Connection: keep-alive[\r][\n]"
19:16:06.879 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:06.879 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Content-Length: 0[\r][\n]"
19:16:06.879 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.879 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "[\r][\n]"
19:16:06.879 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << HTTP/1.1 401 Unauthorized
19:16:06.879 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Connection: keep-alive
19:16:06.879 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:06.879 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Content-Length: 0
19:16:06.879 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.879 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.879 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:06.879 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:46537 requested authentication
19:16:06.879 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:06.879 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:06.879 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:06.879 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:06.879 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Digest authentication scheme not available
19:16:06.879 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [BASIC [complete=true]]
19:16:06.879 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /basic HTTP/1.1
19:16:06.879 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:06.879 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using basic scheme
19:16:06.880 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.880 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> DELETE /basic HTTP/1.1
19:16:06.880 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Host: localhost:46537
19:16:06.880 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Connection: Keep-Alive
19:16:06.880 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.880 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Accept-Encoding: gzip,deflate
19:16:06.880 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Authorization: Basic YWRtaW46JDNjcjN0
19:16:06.880 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "DELETE /basic HTTP/1.1[\r][\n]"
19:16:06.880 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Host: localhost:46537[\r][\n]"
19:16:06.880 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.880 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.880 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.880 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Authorization: Basic YWRtaW46JDNjcjN0[\r][\n]"
19:16:06.880 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "[\r][\n]"
19:16:06.883 [XNIO-86 task-4] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46537]} response {}}
19:16:06.883 [XNIO-86 task-4] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:06.883 [XNIO-86 task-4] DEBUG ersatz.undertow.request.security - Found basic auth header admin:$3cr3t (decoded using charset UTF-8) in HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46537]} response {}}
19:16:06.883 [XNIO-86 task-4] DEBUG ersatz.undertow.request.security - Authenticated as admin, roles [TESTER]
19:16:06.884 [XNIO-86 task-4] DEBUG ersatz.undertow.request.security - Authentication outcome was AUTHENTICATED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@1ee16e55 for /basic
19:16:06.884 [XNIO-86 task-4] DEBUG ersatz.undertow.request.security - Authentication result was AUTHENTICATED for /basic
19:16:06.884 [XNIO-86 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /basic (query=[:], headers={Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46537]}, cookies=[:]): <empty> }
19:16:06.884 [XNIO-86 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.885 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.885 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Content-Encoding: gzip[\r][\n]"
19:16:06.885 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Connection: keep-alive[\r][\n]"
19:16:06.885 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Content-Type: text/plain[\r][\n]"
19:16:06.885 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Content-Length: 27[\r][\n]"
19:16:06.885 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.885 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "[\r][\n]"
19:16:06.885 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.885 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << HTTP/1.1 200 OK
19:16:06.885 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Content-Encoding: gzip
19:16:06.885 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Connection: keep-alive
19:16:06.885 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Content-Type: text/plain
19:16:06.885 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Content-Length: 27
19:16:06.885 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.885 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.885 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication succeeded
19:16:06.885 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Caching 'basic' auth scheme for http://localhost:46537
19:16:06.886 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:48994<->127.0.0.1:46537
19:16:06.886 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.886 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@192002cc
19:16:06.890 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@19d7670
19:16:06.895 [XNIO-87 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 I/O-1', selector sun.nio.ch.EPollSelectorImpl@64faa3a4
19:16:06.895 [XNIO-87 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 I/O-2', selector sun.nio.ch.EPollSelectorImpl@23637f13
19:16:06.899 [XNIO-87 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 I/O-4', selector sun.nio.ch.EPollSelectorImpl@7c719462
19:16:06.899 [XNIO-87 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 I/O-6', selector sun.nio.ch.EPollSelectorImpl@764013f0
19:16:06.895 [XNIO-87 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 I/O-3', selector sun.nio.ch.EPollSelectorImpl@89813a2
19:16:06.902 [XNIO-87 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 I/O-7', selector sun.nio.ch.EPollSelectorImpl@43f60a0c
19:16:06.899 [XNIO-87 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 I/O-5', selector sun.nio.ch.EPollSelectorImpl@357c55de
19:16:06.903 [XNIO-87 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 I/O-8', selector sun.nio.ch.EPollSelectorImpl@2c649262
19:16:06.906 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.907 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.909 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.909 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.909 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:42715
19:16:06.909 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:42715
19:16:06.909 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:42715
19:16:06.909 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:42715 with timeout 0
19:16:06.910 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:06.910 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
19:16:06.910 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:06.910 [XNIO-87 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 Accept', selector sun.nio.ch.EPollSelectorImpl@5ed96c16
19:16:06.936 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:06.937 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:06.937 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:06.937 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  peer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:06.937 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  issuer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:06.937 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:57284<->127.0.0.1:42715
19:16:06.937 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /basic HTTP/1.1
19:16:06.937 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.937 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.937 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> DELETE /basic HTTP/1.1
19:16:06.937 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Host: localhost:42715
19:16:06.937 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Connection: Keep-Alive
19:16:06.937 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.937 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Accept-Encoding: gzip,deflate
19:16:06.937 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "DELETE /basic HTTP/1.1[\r][\n]"
19:16:06.937 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Host: localhost:42715[\r][\n]"
19:16:06.937 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.937 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.937 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.937 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "[\r][\n]"
19:16:06.939 [XNIO-87 task-3] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42715]} response {}}
19:16:06.939 [XNIO-87 task-3] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:06.939 [XNIO-87 task-3] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@5c154097 for /basic
19:16:06.939 [XNIO-87 task-3] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42715]} response {}}
19:16:06.939 [XNIO-87 task-3] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42715]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:06.939 [XNIO-87 task-3] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:06.940 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:06.940 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Connection: keep-alive[\r][\n]"
19:16:06.940 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:06.940 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Content-Length: 0[\r][\n]"
19:16:06.940 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.940 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "[\r][\n]"
19:16:06.940 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << HTTP/1.1 401 Unauthorized
19:16:06.940 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Connection: keep-alive
19:16:06.940 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:06.940 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Content-Length: 0
19:16:06.940 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.940 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.940 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:06.940 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:42715 requested authentication
19:16:06.940 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:06.940 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:06.940 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:06.940 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:06.940 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Digest authentication scheme not available
19:16:06.940 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [BASIC [complete=true]]
19:16:06.940 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /basic HTTP/1.1
19:16:06.940 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:06.940 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using basic scheme
19:16:06.941 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.941 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> DELETE /basic HTTP/1.1
19:16:06.941 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Host: localhost:42715
19:16:06.941 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Connection: Keep-Alive
19:16:06.941 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.941 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Accept-Encoding: gzip,deflate
19:16:06.941 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Authorization: Basic YWRtaW46JDNjcjN0
19:16:06.941 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "DELETE /basic HTTP/1.1[\r][\n]"
19:16:06.941 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Host: localhost:42715[\r][\n]"
19:16:06.941 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.941 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.941 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.941 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Authorization: Basic YWRtaW46JDNjcjN0[\r][\n]"
19:16:06.941 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "[\r][\n]"
19:16:06.942 [XNIO-87 task-4] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42715]} response {}}
19:16:06.942 [XNIO-87 task-4] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:06.942 [XNIO-87 task-4] DEBUG ersatz.undertow.request.security - Found basic auth header admin:$3cr3t (decoded using charset UTF-8) in HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42715]} response {}}
19:16:06.943 [XNIO-87 task-4] DEBUG ersatz.undertow.request.security - Authenticated as admin, roles [TESTER]
19:16:06.943 [XNIO-87 task-4] DEBUG ersatz.undertow.request.security - Authentication outcome was AUTHENTICATED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@5c154097 for /basic
19:16:06.943 [XNIO-87 task-4] DEBUG ersatz.undertow.request.security - Authentication result was AUTHENTICATED for /basic
19:16:06.943 [XNIO-87 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /basic (query=[:], headers={Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42715]}, cookies=[:]): <empty> }
19:16:06.943 [XNIO-87 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.944 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.944 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Content-Encoding: gzip[\r][\n]"
19:16:06.944 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Connection: keep-alive[\r][\n]"
19:16:06.944 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Content-Type: text/plain[\r][\n]"
19:16:06.944 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Content-Length: 27[\r][\n]"
19:16:06.944 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.944 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "[\r][\n]"
19:16:06.944 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.944 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << HTTP/1.1 200 OK
19:16:06.944 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Content-Encoding: gzip
19:16:06.944 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Connection: keep-alive
19:16:06.944 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Content-Type: text/plain
19:16:06.944 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Content-Length: 27
19:16:06.944 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.945 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.945 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication succeeded
19:16:06.945 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Caching 'basic' auth scheme for https://localhost:42715
19:16:06.946 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:57284<->127.0.0.1:42715
19:16:06.946 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.946 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.946 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.946 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:42715
19:16:06.947 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /basic HTTP/1.1
19:16:06.947 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.947 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.947 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> DELETE /basic HTTP/1.1
19:16:06.947 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Host: localhost:42715
19:16:06.947 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Connection: Keep-Alive
19:16:06.947 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.947 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Accept-Encoding: gzip,deflate
19:16:06.947 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "DELETE /basic HTTP/1.1[\r][\n]"
19:16:06.947 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Host: localhost:42715[\r][\n]"
19:16:06.947 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.947 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.947 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.947 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "[\r][\n]"
19:16:06.950 [XNIO-87 task-5] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42715]} response {}}
19:16:06.951 [XNIO-87 task-5] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:06.951 [XNIO-87 task-5] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@5c154097 for /basic
19:16:06.951 [XNIO-87 task-5] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42715]} response {}}
19:16:06.951 [XNIO-87 task-5] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42715]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:06.951 [XNIO-87 task-5] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:06.951 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:06.951 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Connection: keep-alive[\r][\n]"
19:16:06.951 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:06.951 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Content-Length: 0[\r][\n]"
19:16:06.951 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.951 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "[\r][\n]"
19:16:06.952 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << HTTP/1.1 401 Unauthorized
19:16:06.952 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Connection: keep-alive
19:16:06.952 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:06.952 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Content-Length: 0
19:16:06.952 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.952 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.952 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:06.952 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:42715 requested authentication
19:16:06.952 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:06.952 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:06.952 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:06.952 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:06.952 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Digest authentication scheme not available
19:16:06.952 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [BASIC [complete=true]]
19:16:06.952 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /basic HTTP/1.1
19:16:06.952 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:06.952 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using basic scheme
19:16:06.952 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.952 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> DELETE /basic HTTP/1.1
19:16:06.952 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Host: localhost:42715
19:16:06.952 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Connection: Keep-Alive
19:16:06.952 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.952 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Accept-Encoding: gzip,deflate
19:16:06.952 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Authorization: Basic YWRtaW46JDNjcjN0
19:16:06.952 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "DELETE /basic HTTP/1.1[\r][\n]"
19:16:06.952 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Host: localhost:42715[\r][\n]"
19:16:06.952 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.952 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.952 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.952 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Authorization: Basic YWRtaW46JDNjcjN0[\r][\n]"
19:16:06.952 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "[\r][\n]"
19:16:06.962 [XNIO-87 task-6] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42715]} response {}}
19:16:06.963 [XNIO-87 task-6] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:06.963 [XNIO-87 task-6] DEBUG ersatz.undertow.request.security - Found basic auth header admin:$3cr3t (decoded using charset UTF-8) in HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42715]} response {}}
19:16:06.963 [XNIO-87 task-6] DEBUG ersatz.undertow.request.security - Authenticated as admin, roles [TESTER]
19:16:06.963 [XNIO-87 task-6] DEBUG ersatz.undertow.request.security - Authentication outcome was AUTHENTICATED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@5c154097 for /basic
19:16:06.963 [XNIO-87 task-6] DEBUG ersatz.undertow.request.security - Authentication result was AUTHENTICATED for /basic
19:16:06.963 [XNIO-87 task-6] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /basic (query=[:], headers={Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42715]}, cookies=[:]): <empty> }
19:16:06.964 [XNIO-87 task-6] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.964 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.964 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Content-Encoding: gzip[\r][\n]"
19:16:06.964 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Connection: keep-alive[\r][\n]"
19:16:06.964 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Content-Type: text/plain[\r][\n]"
19:16:06.964 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Content-Length: 27[\r][\n]"
19:16:06.964 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.964 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "[\r][\n]"
19:16:06.964 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:06.965 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << HTTP/1.1 200 OK
19:16:06.965 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Content-Encoding: gzip
19:16:06.965 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Connection: keep-alive
19:16:06.965 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Content-Type: text/plain
19:16:06.965 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Content-Length: 27
19:16:06.965 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.965 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.965 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication succeeded
19:16:06.965 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Caching 'basic' auth scheme for https://localhost:42715
19:16:06.965 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:57284<->127.0.0.1:42715
19:16:06.965 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.966 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@19d7670
19:16:06.973 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@1f421d62
19:16:06.974 [XNIO-88 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 I/O-1', selector sun.nio.ch.EPollSelectorImpl@5d06a888
19:16:06.974 [XNIO-88 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 I/O-2', selector sun.nio.ch.EPollSelectorImpl@524c921c
19:16:06.974 [XNIO-88 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 I/O-3', selector sun.nio.ch.EPollSelectorImpl@1af0fc06
19:16:06.975 [XNIO-88 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 I/O-4', selector sun.nio.ch.EPollSelectorImpl@66dfdc
19:16:06.975 [XNIO-88 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 I/O-5', selector sun.nio.ch.EPollSelectorImpl@3bd38438
19:16:06.975 [XNIO-88 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 I/O-6', selector sun.nio.ch.EPollSelectorImpl@723df590
19:16:06.975 [XNIO-88 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 I/O-7', selector sun.nio.ch.EPollSelectorImpl@2d4ed6b8
19:16:06.982 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.982 [XNIO-88 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 I/O-8', selector sun.nio.ch.EPollSelectorImpl@65977351
19:16:06.983 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.983 [XNIO-88 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 Accept', selector sun.nio.ch.EPollSelectorImpl@7a4c5c61
19:16:06.988 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.988 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.988 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:32967
19:16:06.989 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:32967
19:16:06.989 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:32967
19:16:06.989 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:35948<->127.0.0.1:32967
19:16:06.989 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /basic HTTP/1.1
19:16:06.989 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.989 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.989 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> DELETE /basic HTTP/1.1
19:16:06.989 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Host: localhost:32967
19:16:06.989 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Connection: Keep-Alive
19:16:06.989 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.989 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Accept-Encoding: gzip,deflate
19:16:06.989 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "DELETE /basic HTTP/1.1[\r][\n]"
19:16:06.989 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Host: localhost:32967[\r][\n]"
19:16:06.989 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.989 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.989 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.989 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "[\r][\n]"
19:16:06.990 [XNIO-88 task-1] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32967]} response {}}
19:16:06.990 [XNIO-88 task-1] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:06.991 [XNIO-88 task-1] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@34334205 for /basic
19:16:06.991 [XNIO-88 task-1] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32967]} response {}}
19:16:06.991 [XNIO-88 task-1] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32967]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:06.991 [XNIO-88 task-1] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:06.991 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:06.991 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Connection: keep-alive[\r][\n]"
19:16:06.991 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:06.991 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Content-Length: 0[\r][\n]"
19:16:06.991 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.991 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "[\r][\n]"
19:16:06.991 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << HTTP/1.1 401 Unauthorized
19:16:06.991 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Connection: keep-alive
19:16:06.991 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:06.991 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Content-Length: 0
19:16:06.991 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.991 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.991 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:06.991 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:32967 requested authentication
19:16:06.991 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:06.991 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:06.991 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:06.991 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:06.991 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Digest authentication scheme not available
19:16:06.991 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [BASIC [complete=true]]
19:16:06.991 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /basic HTTP/1.1
19:16:06.991 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:06.991 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using basic scheme
19:16:06.991 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.992 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> DELETE /basic HTTP/1.1
19:16:06.992 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Host: localhost:32967
19:16:06.992 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Connection: Keep-Alive
19:16:06.992 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.992 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Accept-Encoding: gzip,deflate
19:16:06.992 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Authorization: Basic Z3Vlc3Q6YmxhaA==
19:16:06.992 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "DELETE /basic HTTP/1.1[\r][\n]"
19:16:06.992 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Host: localhost:32967[\r][\n]"
19:16:06.992 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.992 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:06.992 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.992 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Authorization: Basic Z3Vlc3Q6YmxhaA==[\r][\n]"
19:16:06.992 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "[\r][\n]"
19:16:06.994 [XNIO-88 task-2] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32967]} response {}}
19:16:06.995 [XNIO-88 task-2] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:06.995 [XNIO-88 task-2] DEBUG ersatz.undertow.request.security - Found basic auth header guest:blah (decoded using charset UTF-8) in HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32967]} response {}}
19:16:06.995 [XNIO-88 task-2] DEBUG ersatz.undertow.request.security - Authentication failed with message UT000038: Authentication failed, requested user name 'guest' and mechanism BASIC for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32967]} response {}}
19:16:06.995 [XNIO-88 task-2] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_AUTHENTICATED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@34334205 for /basic
19:16:06.995 [XNIO-88 task-2] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32967]} response {}}
19:16:06.995 [XNIO-88 task-2] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32967]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:06.995 [XNIO-88 task-2] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:06.995 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:06.995 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Connection: keep-alive[\r][\n]"
19:16:06.995 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:06.995 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Content-Length: 0[\r][\n]"
19:16:06.995 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:06.995 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "[\r][\n]"
19:16:06.995 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << HTTP/1.1 401 Unauthorized
19:16:06.995 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Connection: keep-alive
19:16:06.995 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:06.995 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Content-Length: 0
19:16:06.995 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:06.995 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.996 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:06.996 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:32967 requested authentication
19:16:06.996 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authorization challenge processed
19:16:06.996 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication failed
19:16:06.996 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:35948<->127.0.0.1:32967
19:16:06.996 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
groovyx.net.http.HttpException: Unauthorized
19:16:07.004 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.004 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.004 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:32967
19:16:07.004 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /basic HTTP/1.1
19:16:07.004 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.004 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.004 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> DELETE /basic HTTP/1.1
19:16:07.004 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Host: localhost:32967
19:16:07.004 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Connection: Keep-Alive
19:16:07.004 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.004 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Accept-Encoding: gzip,deflate
19:16:07.004 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "DELETE /basic HTTP/1.1[\r][\n]"
19:16:07.004 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Host: localhost:32967[\r][\n]"
19:16:07.004 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.004 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.004 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.004 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "[\r][\n]"
19:16:07.005 [XNIO-88 task-3] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32967]} response {}}
19:16:07.005 [XNIO-88 task-3] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.005 [XNIO-88 task-3] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@34334205 for /basic
19:16:07.005 [XNIO-88 task-3] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32967]} response {}}
19:16:07.005 [XNIO-88 task-3] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32967]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.005 [XNIO-88 task-3] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.006 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.006 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Connection: keep-alive[\r][\n]"
19:16:07.006 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.006 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Content-Length: 0[\r][\n]"
19:16:07.006 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.006 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "[\r][\n]"
19:16:07.006 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << HTTP/1.1 401 Unauthorized
19:16:07.006 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Connection: keep-alive
19:16:07.006 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.006 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Content-Length: 0
19:16:07.006 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.006 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.006 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.006 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:32967 requested authentication
19:16:07.006 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.006 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.006 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.006 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.006 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Digest authentication scheme not available
19:16:07.006 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [BASIC [complete=true]]
19:16:07.006 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /basic HTTP/1.1
19:16:07.006 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.006 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using basic scheme
19:16:07.006 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.006 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> DELETE /basic HTTP/1.1
19:16:07.006 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Host: localhost:32967
19:16:07.006 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Connection: Keep-Alive
19:16:07.006 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.006 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Accept-Encoding: gzip,deflate
19:16:07.006 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Authorization: Basic Z3Vlc3Q6YmxhaA==
19:16:07.006 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "DELETE /basic HTTP/1.1[\r][\n]"
19:16:07.006 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Host: localhost:32967[\r][\n]"
19:16:07.006 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.006 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.006 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.006 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Authorization: Basic Z3Vlc3Q6YmxhaA==[\r][\n]"
19:16:07.006 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "[\r][\n]"
19:16:07.011 [XNIO-88 task-4] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32967]} response {}}
19:16:07.011 [XNIO-88 task-4] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.011 [XNIO-88 task-4] DEBUG ersatz.undertow.request.security - Found basic auth header guest:blah (decoded using charset UTF-8) in HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32967]} response {}}
19:16:07.011 [XNIO-88 task-4] DEBUG ersatz.undertow.request.security - Authentication failed with message UT000038: Authentication failed, requested user name 'guest' and mechanism BASIC for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32967]} response {}}
19:16:07.011 [XNIO-88 task-4] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_AUTHENTICATED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@34334205 for /basic
19:16:07.011 [XNIO-88 task-4] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32967]} response {}}
19:16:07.011 [XNIO-88 task-4] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:32967]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.011 [XNIO-88 task-4] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.011 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.011 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Connection: keep-alive[\r][\n]"
19:16:07.011 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.011 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Content-Length: 0[\r][\n]"
19:16:07.011 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.011 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "[\r][\n]"
19:16:07.012 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << HTTP/1.1 401 Unauthorized
19:16:07.012 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Connection: keep-alive
19:16:07.012 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.012 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Content-Length: 0
19:16:07.012 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.012 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.012 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.012 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:32967 requested authentication
19:16:07.012 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authorization challenge processed
19:16:07.012 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication failed
19:16:07.012 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:35948<->127.0.0.1:32967
19:16:07.012 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.013 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@1f421d62
19:16:07.016 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@4e1e48e6
19:16:07.019 [XNIO-89 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 I/O-2', selector sun.nio.ch.EPollSelectorImpl@612842cc
19:16:07.019 [XNIO-89 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 I/O-3', selector sun.nio.ch.EPollSelectorImpl@5a7bb12a
19:16:07.022 [XNIO-89 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 I/O-4', selector sun.nio.ch.EPollSelectorImpl@dd7fb1a
19:16:07.026 [XNIO-89 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 I/O-5', selector sun.nio.ch.EPollSelectorImpl@6ff44b78
19:16:07.027 [XNIO-89 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 I/O-6', selector sun.nio.ch.EPollSelectorImpl@261134c
19:16:07.019 [XNIO-89 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 I/O-1', selector sun.nio.ch.EPollSelectorImpl@6c46071f
19:16:07.030 [XNIO-89 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 I/O-7', selector sun.nio.ch.EPollSelectorImpl@60eb3efc
19:16:07.034 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.034 [XNIO-89 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 I/O-8', selector sun.nio.ch.EPollSelectorImpl@5cd745c7
19:16:07.034 [XNIO-89 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 Accept', selector sun.nio.ch.EPollSelectorImpl@77904a48
19:16:07.035 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.036 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.036 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.036 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:44877
19:16:07.037 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:44877
19:16:07.037 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:44877
19:16:07.037 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:44877 with timeout 0
19:16:07.037 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:07.037 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
19:16:07.037 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:07.056 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:07.056 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:07.056 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:07.056 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  peer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:07.056 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  issuer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:07.056 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:32870<->127.0.0.1:44877
19:16:07.056 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /basic HTTP/1.1
19:16:07.056 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.056 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.056 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> DELETE /basic HTTP/1.1
19:16:07.056 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Host: localhost:44877
19:16:07.056 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Connection: Keep-Alive
19:16:07.056 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.056 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Accept-Encoding: gzip,deflate
19:16:07.056 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "DELETE /basic HTTP/1.1[\r][\n]"
19:16:07.056 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Host: localhost:44877[\r][\n]"
19:16:07.056 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.056 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.056 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.056 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "[\r][\n]"
19:16:07.066 [XNIO-89 task-3] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44877]} response {}}
19:16:07.067 [XNIO-89 task-3] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.067 [XNIO-89 task-3] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@53c8d54c for /basic
19:16:07.067 [XNIO-89 task-3] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44877]} response {}}
19:16:07.067 [XNIO-89 task-3] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44877]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.067 [XNIO-89 task-3] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.067 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.067 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Connection: keep-alive[\r][\n]"
19:16:07.067 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.067 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Content-Length: 0[\r][\n]"
19:16:07.067 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.067 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "[\r][\n]"
19:16:07.067 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << HTTP/1.1 401 Unauthorized
19:16:07.067 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Connection: keep-alive
19:16:07.067 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.067 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Content-Length: 0
19:16:07.067 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.067 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.067 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.067 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:44877 requested authentication
19:16:07.068 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.068 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.068 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.068 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.068 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Digest authentication scheme not available
19:16:07.068 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [BASIC [complete=true]]
19:16:07.068 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /basic HTTP/1.1
19:16:07.068 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.068 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using basic scheme
19:16:07.068 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.068 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> DELETE /basic HTTP/1.1
19:16:07.068 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Host: localhost:44877
19:16:07.068 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Connection: Keep-Alive
19:16:07.068 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.068 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Accept-Encoding: gzip,deflate
19:16:07.068 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Authorization: Basic Z3Vlc3Q6YmxhaA==
19:16:07.068 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "DELETE /basic HTTP/1.1[\r][\n]"
19:16:07.068 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Host: localhost:44877[\r][\n]"
19:16:07.068 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.068 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.068 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.068 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Authorization: Basic Z3Vlc3Q6YmxhaA==[\r][\n]"
19:16:07.068 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "[\r][\n]"
19:16:07.069 [XNIO-89 task-4] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44877]} response {}}
19:16:07.069 [XNIO-89 task-4] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.069 [XNIO-89 task-4] DEBUG ersatz.undertow.request.security - Found basic auth header guest:blah (decoded using charset UTF-8) in HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44877]} response {}}
19:16:07.069 [XNIO-89 task-4] DEBUG ersatz.undertow.request.security - Authentication failed with message UT000038: Authentication failed, requested user name 'guest' and mechanism BASIC for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44877]} response {}}
19:16:07.069 [XNIO-89 task-4] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_AUTHENTICATED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@53c8d54c for /basic
19:16:07.069 [XNIO-89 task-4] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44877]} response {}}
19:16:07.069 [XNIO-89 task-4] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44877]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.069 [XNIO-89 task-4] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.070 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.070 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Connection: keep-alive[\r][\n]"
19:16:07.070 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.070 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Content-Length: 0[\r][\n]"
19:16:07.070 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.070 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "[\r][\n]"
19:16:07.070 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << HTTP/1.1 401 Unauthorized
19:16:07.070 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Connection: keep-alive
19:16:07.070 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.070 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Content-Length: 0
19:16:07.070 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.070 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.070 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.070 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:44877 requested authentication
19:16:07.070 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authorization challenge processed
19:16:07.070 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication failed
19:16:07.070 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:32870<->127.0.0.1:44877
19:16:07.070 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
groovyx.net.http.HttpException: Unauthorized
19:16:07.071 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.071 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.071 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:44877
19:16:07.071 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /basic HTTP/1.1
19:16:07.071 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.071 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.072 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> DELETE /basic HTTP/1.1
19:16:07.072 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Host: localhost:44877
19:16:07.072 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Connection: Keep-Alive
19:16:07.072 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.072 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Accept-Encoding: gzip,deflate
19:16:07.072 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "DELETE /basic HTTP/1.1[\r][\n]"
19:16:07.072 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Host: localhost:44877[\r][\n]"
19:16:07.072 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.072 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.072 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.072 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "[\r][\n]"
19:16:07.074 [XNIO-89 task-5] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44877]} response {}}
19:16:07.075 [XNIO-89 task-5] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.075 [XNIO-89 task-5] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@53c8d54c for /basic
19:16:07.075 [XNIO-89 task-5] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44877]} response {}}
19:16:07.075 [XNIO-89 task-5] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44877]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.075 [XNIO-89 task-5] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.075 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.075 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Connection: keep-alive[\r][\n]"
19:16:07.075 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.075 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Content-Length: 0[\r][\n]"
19:16:07.075 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.075 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "[\r][\n]"
19:16:07.075 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << HTTP/1.1 401 Unauthorized
19:16:07.075 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Connection: keep-alive
19:16:07.075 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.075 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Content-Length: 0
19:16:07.075 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.075 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.076 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.076 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:44877 requested authentication
19:16:07.076 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.076 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.076 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.076 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.076 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Digest authentication scheme not available
19:16:07.076 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [BASIC [complete=true]]
19:16:07.076 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /basic HTTP/1.1
19:16:07.076 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.076 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using basic scheme
19:16:07.076 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.076 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> DELETE /basic HTTP/1.1
19:16:07.076 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Host: localhost:44877
19:16:07.076 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Connection: Keep-Alive
19:16:07.076 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.076 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Accept-Encoding: gzip,deflate
19:16:07.076 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Authorization: Basic Z3Vlc3Q6YmxhaA==
19:16:07.076 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "DELETE /basic HTTP/1.1[\r][\n]"
19:16:07.076 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Host: localhost:44877[\r][\n]"
19:16:07.076 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.076 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.076 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.076 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Authorization: Basic Z3Vlc3Q6YmxhaA==[\r][\n]"
19:16:07.076 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "[\r][\n]"
19:16:07.078 [XNIO-89 task-6] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44877]} response {}}
19:16:07.079 [XNIO-89 task-6] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.079 [XNIO-89 task-6] DEBUG ersatz.undertow.request.security - Found basic auth header guest:blah (decoded using charset UTF-8) in HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44877]} response {}}
19:16:07.079 [XNIO-89 task-6] DEBUG ersatz.undertow.request.security - Authentication failed with message UT000038: Authentication failed, requested user name 'guest' and mechanism BASIC for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44877]} response {}}
19:16:07.079 [XNIO-89 task-6] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_AUTHENTICATED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@53c8d54c for /basic
19:16:07.079 [XNIO-89 task-6] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44877]} response {}}
19:16:07.079 [XNIO-89 task-6] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ DELETE /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44877]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.079 [XNIO-89 task-6] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.080 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.080 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Connection: keep-alive[\r][\n]"
19:16:07.080 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.080 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Content-Length: 0[\r][\n]"
19:16:07.080 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.080 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "[\r][\n]"
19:16:07.080 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << HTTP/1.1 401 Unauthorized
19:16:07.080 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Connection: keep-alive
19:16:07.080 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.080 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Content-Length: 0
19:16:07.080 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.080 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.080 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.080 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:44877 requested authentication
19:16:07.080 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authorization challenge processed
19:16:07.080 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication failed
19:16:07.080 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:32870<->127.0.0.1:44877
19:16:07.080 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.081 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@4e1e48e6
19:16:07.088 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@5d9066e8
19:16:07.090 [XNIO-90 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 I/O-1', selector sun.nio.ch.EPollSelectorImpl@1fcef5b0
19:16:07.098 [XNIO-90 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 I/O-2', selector sun.nio.ch.EPollSelectorImpl@e515f78
19:16:07.099 [XNIO-90 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 I/O-3', selector sun.nio.ch.EPollSelectorImpl@4cee72fa
19:16:07.099 [XNIO-90 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 I/O-4', selector sun.nio.ch.EPollSelectorImpl@6d1cfabc
19:16:07.106 [XNIO-90 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 I/O-5', selector sun.nio.ch.EPollSelectorImpl@459e2fff
19:16:07.106 [XNIO-90 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 I/O-6', selector sun.nio.ch.EPollSelectorImpl@137916ca
19:16:07.107 [XNIO-90 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 I/O-7', selector sun.nio.ch.EPollSelectorImpl@7fbafd44
19:16:07.110 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.110 [XNIO-90 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 I/O-8', selector sun.nio.ch.EPollSelectorImpl@3444d0b3
19:16:07.110 [XNIO-90 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 Accept', selector sun.nio.ch.EPollSelectorImpl@6217b712
19:16:07.111 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.114 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.115 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.115 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:33107
19:16:07.115 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:33107
19:16:07.115 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:33107
19:16:07.115 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:47040<->127.0.0.1:33107
19:16:07.115 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /digest HTTP/1.1
19:16:07.115 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.115 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.115 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> DELETE /digest HTTP/1.1
19:16:07.115 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Host: localhost:33107
19:16:07.115 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Connection: Keep-Alive
19:16:07.115 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.115 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Accept-Encoding: gzip,deflate
19:16:07.115 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "DELETE /digest HTTP/1.1[\r][\n]"
19:16:07.115 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Host: localhost:33107[\r][\n]"
19:16:07.115 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.115 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.115 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.115 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "[\r][\n]"
19:16:07.119 [XNIO-90 task-1] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33107]} response {}}
19:16:07.119 [XNIO-90 task-1] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.119 [XNIO-90 task-1] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@3a1dc28 for /digest
19:16:07.119 [XNIO-90 task-1] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33107]} response {}}
19:16:07.119 [XNIO-90 task-1] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.119 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.119 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Connection: keep-alive[\r][\n]"
19:16:07.119 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="8ffHu4mYQ5sNMTU2NTQ4MjU2NzExOSs3r6iDjNceQOI30RrjKXI=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.119 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Content-Length: 0[\r][\n]"
19:16:07.119 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.119 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "[\r][\n]"
19:16:07.119 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << HTTP/1.1 401 Unauthorized
19:16:07.119 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Connection: keep-alive
19:16:07.119 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="8ffHu4mYQ5sNMTU2NTQ4MjU2NzExOSs3r6iDjNceQOI30RrjKXI=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.119 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Content-Length: 0
19:16:07.119 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.119 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.120 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.120 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:33107 requested authentication
19:16:07.120 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.120 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.120 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.120 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.120 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Basic authentication scheme not available
19:16:07.120 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [DIGEST [complete=true, nonce=null, nc=0]]
19:16:07.120 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /digest HTTP/1.1
19:16:07.120 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.120 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using digest scheme
19:16:07.120 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.120 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> DELETE /digest HTTP/1.1
19:16:07.120 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Host: localhost:33107
19:16:07.120 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Connection: Keep-Alive
19:16:07.120 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.120 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Accept-Encoding: gzip,deflate
19:16:07.120 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Authorization: Digest username="admin", realm="DigestTesting", nonce="8ffHu4mYQ5sNMTU2NTQ4MjU2NzExOSs3r6iDjNceQOI30RrjKXI=", uri="/digest", response="d0c99df25ecd3b261fcef0f042d9d414", qop=auth, nc=00000001, cnonce="ecc302390fb1f377", algorithm=MD5, opaque="00000000000000000000000000000000"
19:16:07.120 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "DELETE /digest HTTP/1.1[\r][\n]"
19:16:07.120 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Host: localhost:33107[\r][\n]"
19:16:07.120 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.120 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.120 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.120 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Authorization: Digest username="admin", realm="DigestTesting", nonce="8ffHu4mYQ5sNMTU2NTQ4MjU2NzExOSs3r6iDjNceQOI30RrjKXI=", uri="/digest", response="d0c99df25ecd3b261fcef0f042d9d414", qop=auth, nc=00000001, cnonce="ecc302390fb1f377", algorithm=MD5, opaque="00000000000000000000000000000000"[\r][\n]"
19:16:07.120 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "[\r][\n]"
19:16:07.121 [XNIO-90 task-2] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="8ffHu4mYQ5sNMTU2NTQ4MjU2NzExOSs3r6iDjNceQOI30RrjKXI=", uri="/digest", response="d0c99df25ecd3b261fcef0f042d9d414", qop=auth, nc=00000001, cnonce="ecc302390fb1f377", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33107]} response {}}
19:16:07.121 [XNIO-90 task-2] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.121 [XNIO-90 task-2] DEBUG ersatz.undertow.request.security - Found digest header Digest username="admin", realm="DigestTesting", nonce="8ffHu4mYQ5sNMTU2NTQ4MjU2NzExOSs3r6iDjNceQOI30RrjKXI=", uri="/digest", response="d0c99df25ecd3b261fcef0f042d9d414", qop=auth, nc=00000001, cnonce="ecc302390fb1f377", algorithm=MD5, opaque="00000000000000000000000000000000" in HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="8ffHu4mYQ5sNMTU2NTQ4MjU2NzExOSs3r6iDjNceQOI30RrjKXI=", uri="/digest", response="d0c99df25ecd3b261fcef0f042d9d414", qop=auth, nc=00000001, cnonce="ecc302390fb1f377", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33107]} response {}}
19:16:07.122 [XNIO-90 task-2] DEBUG ersatz.undertow.request.security - Authenticated as admin, roles [TESTER]
19:16:07.122 [XNIO-90 task-2] DEBUG ersatz.undertow.request.security - Authentication outcome was AUTHENTICATED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@3a1dc28 for /digest
19:16:07.122 [XNIO-90 task-2] DEBUG ersatz.undertow.request.security - Authentication result was AUTHENTICATED for /digest
19:16:07.122 [XNIO-90 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /digest (query=[:], headers={Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="8ffHu4mYQ5sNMTU2NTQ4MjU2NzExOSs3r6iDjNceQOI30RrjKXI=", uri="/digest", response="d0c99df25ecd3b261fcef0f042d9d414", qop=auth, nc=00000001, cnonce="ecc302390fb1f377", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33107]}, cookies=[:]): <empty> }
19:16:07.122 [XNIO-90 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Authentication-Info=[nextnonce="8ffHu4mYQ5sNMTU2NTQ4MjU2NzExOSs3r6iDjNceQOI30RrjKXI=",qop="auth",rspauth="dd511d3ac07eaec9693b77cf62304663",cnonce="ecc302390fb1f377",nc=00000001], Content-Type=[text/plain]}): ok-text
19:16:07.123 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.123 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Content-Encoding: gzip[\r][\n]"
19:16:07.123 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Connection: keep-alive[\r][\n]"
19:16:07.123 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Authentication-Info: nextnonce="8ffHu4mYQ5sNMTU2NTQ4MjU2NzExOSs3r6iDjNceQOI30RrjKXI=",qop="auth",rspauth="dd511d3ac07eaec9693b77cf62304663",cnonce="ecc302390fb1f377",nc=00000001[\r][\n]"
19:16:07.123 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Content-Type: text/plain[\r][\n]"
19:16:07.123 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Content-Length: 27[\r][\n]"
19:16:07.123 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.123 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "[\r][\n]"
19:16:07.123 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:07.123 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << HTTP/1.1 200 OK
19:16:07.123 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Content-Encoding: gzip
19:16:07.123 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Connection: keep-alive
19:16:07.123 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Authentication-Info: nextnonce="8ffHu4mYQ5sNMTU2NTQ4MjU2NzExOSs3r6iDjNceQOI30RrjKXI=",qop="auth",rspauth="dd511d3ac07eaec9693b77cf62304663",cnonce="ecc302390fb1f377",nc=00000001
19:16:07.123 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Content-Type: text/plain
19:16:07.123 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Content-Length: 27
19:16:07.123 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.123 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.123 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication succeeded
19:16:07.123 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Caching 'digest' auth scheme for http://localhost:33107
19:16:07.124 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:47040<->127.0.0.1:33107
19:16:07.124 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.124 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.124 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.124 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:33107
19:16:07.124 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /digest HTTP/1.1
19:16:07.124 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.124 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.124 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> DELETE /digest HTTP/1.1
19:16:07.124 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Host: localhost:33107
19:16:07.124 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Connection: Keep-Alive
19:16:07.124 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.124 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Accept-Encoding: gzip,deflate
19:16:07.124 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "DELETE /digest HTTP/1.1[\r][\n]"
19:16:07.124 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Host: localhost:33107[\r][\n]"
19:16:07.124 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.124 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.124 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.124 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "[\r][\n]"
19:16:07.125 [XNIO-90 task-3] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33107]} response {}}
19:16:07.125 [XNIO-90 task-3] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.125 [XNIO-90 task-3] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@3a1dc28 for /digest
19:16:07.125 [XNIO-90 task-3] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33107]} response {}}
19:16:07.125 [XNIO-90 task-3] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.125 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.125 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Connection: keep-alive[\r][\n]"
19:16:07.125 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="XEZ68X8uz/wNMTU2NTQ4MjU2NzEyNX1gWcezWDCaPgZRLbiK3xU=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.125 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Content-Length: 0[\r][\n]"
19:16:07.125 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.125 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "[\r][\n]"
19:16:07.125 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << HTTP/1.1 401 Unauthorized
19:16:07.125 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Connection: keep-alive
19:16:07.125 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="XEZ68X8uz/wNMTU2NTQ4MjU2NzEyNX1gWcezWDCaPgZRLbiK3xU=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.125 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Content-Length: 0
19:16:07.125 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.125 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.125 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.125 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:33107 requested authentication
19:16:07.125 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.125 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.125 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.126 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.126 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Basic authentication scheme not available
19:16:07.126 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [DIGEST [complete=true, nonce=null, nc=0]]
19:16:07.126 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /digest HTTP/1.1
19:16:07.126 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.126 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using digest scheme
19:16:07.126 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.126 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> DELETE /digest HTTP/1.1
19:16:07.126 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Host: localhost:33107
19:16:07.126 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Connection: Keep-Alive
19:16:07.126 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.126 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Accept-Encoding: gzip,deflate
19:16:07.126 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Authorization: Digest username="admin", realm="DigestTesting", nonce="XEZ68X8uz/wNMTU2NTQ4MjU2NzEyNX1gWcezWDCaPgZRLbiK3xU=", uri="/digest", response="0debe8b0b1cd94330686b2247e88d3fc", qop=auth, nc=00000001, cnonce="3e2ae70f72b25321", algorithm=MD5, opaque="00000000000000000000000000000000"
19:16:07.126 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "DELETE /digest HTTP/1.1[\r][\n]"
19:16:07.126 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Host: localhost:33107[\r][\n]"
19:16:07.126 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.126 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.126 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.126 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Authorization: Digest username="admin", realm="DigestTesting", nonce="XEZ68X8uz/wNMTU2NTQ4MjU2NzEyNX1gWcezWDCaPgZRLbiK3xU=", uri="/digest", response="0debe8b0b1cd94330686b2247e88d3fc", qop=auth, nc=00000001, cnonce="3e2ae70f72b25321", algorithm=MD5, opaque="00000000000000000000000000000000"[\r][\n]"
19:16:07.126 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "[\r][\n]"
19:16:07.127 [XNIO-90 task-4] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="XEZ68X8uz/wNMTU2NTQ4MjU2NzEyNX1gWcezWDCaPgZRLbiK3xU=", uri="/digest", response="0debe8b0b1cd94330686b2247e88d3fc", qop=auth, nc=00000001, cnonce="3e2ae70f72b25321", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33107]} response {}}
19:16:07.127 [XNIO-90 task-4] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.127 [XNIO-90 task-4] DEBUG ersatz.undertow.request.security - Found digest header Digest username="admin", realm="DigestTesting", nonce="XEZ68X8uz/wNMTU2NTQ4MjU2NzEyNX1gWcezWDCaPgZRLbiK3xU=", uri="/digest", response="0debe8b0b1cd94330686b2247e88d3fc", qop=auth, nc=00000001, cnonce="3e2ae70f72b25321", algorithm=MD5, opaque="00000000000000000000000000000000" in HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="XEZ68X8uz/wNMTU2NTQ4MjU2NzEyNX1gWcezWDCaPgZRLbiK3xU=", uri="/digest", response="0debe8b0b1cd94330686b2247e88d3fc", qop=auth, nc=00000001, cnonce="3e2ae70f72b25321", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33107]} response {}}
19:16:07.127 [XNIO-90 task-4] DEBUG ersatz.undertow.request.security - Authenticated as admin, roles [TESTER]
19:16:07.128 [XNIO-90 task-4] DEBUG ersatz.undertow.request.security - Authentication outcome was AUTHENTICATED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@3a1dc28 for /digest
19:16:07.128 [XNIO-90 task-4] DEBUG ersatz.undertow.request.security - Authentication result was AUTHENTICATED for /digest
19:16:07.128 [XNIO-90 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /digest (query=[:], headers={Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="XEZ68X8uz/wNMTU2NTQ4MjU2NzEyNX1gWcezWDCaPgZRLbiK3xU=", uri="/digest", response="0debe8b0b1cd94330686b2247e88d3fc", qop=auth, nc=00000001, cnonce="3e2ae70f72b25321", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33107]}, cookies=[:]): <empty> }
19:16:07.128 [XNIO-90 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Authentication-Info=[nextnonce="XEZ68X8uz/wNMTU2NTQ4MjU2NzEyNX1gWcezWDCaPgZRLbiK3xU=",qop="auth",rspauth="db468aa65a4e830f670c5f28906be9f5",cnonce="3e2ae70f72b25321",nc=00000001], Content-Type=[text/plain]}): ok-text
19:16:07.128 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.128 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Content-Encoding: gzip[\r][\n]"
19:16:07.128 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Connection: keep-alive[\r][\n]"
19:16:07.128 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Authentication-Info: nextnonce="XEZ68X8uz/wNMTU2NTQ4MjU2NzEyNX1gWcezWDCaPgZRLbiK3xU=",qop="auth",rspauth="db468aa65a4e830f670c5f28906be9f5",cnonce="3e2ae70f72b25321",nc=00000001[\r][\n]"
19:16:07.128 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Content-Type: text/plain[\r][\n]"
19:16:07.128 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Content-Length: 27[\r][\n]"
19:16:07.128 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.128 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "[\r][\n]"
19:16:07.128 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:07.128 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << HTTP/1.1 200 OK
19:16:07.128 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Content-Encoding: gzip
19:16:07.128 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Connection: keep-alive
19:16:07.128 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Authentication-Info: nextnonce="XEZ68X8uz/wNMTU2NTQ4MjU2NzEyNX1gWcezWDCaPgZRLbiK3xU=",qop="auth",rspauth="db468aa65a4e830f670c5f28906be9f5",cnonce="3e2ae70f72b25321",nc=00000001
19:16:07.128 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Content-Type: text/plain
19:16:07.128 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Content-Length: 27
19:16:07.128 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.129 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.129 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication succeeded
19:16:07.129 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Caching 'digest' auth scheme for http://localhost:33107
19:16:07.129 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:47040<->127.0.0.1:33107
19:16:07.129 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.129 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@5d9066e8
19:16:07.133 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@71933c1c
19:16:07.134 [XNIO-91 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 I/O-2', selector sun.nio.ch.EPollSelectorImpl@5d1da346
19:16:07.134 [XNIO-91 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 I/O-4', selector sun.nio.ch.EPollSelectorImpl@1ff207ca
19:16:07.134 [XNIO-91 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 I/O-5', selector sun.nio.ch.EPollSelectorImpl@4263896f
19:16:07.134 [XNIO-91 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 I/O-7', selector sun.nio.ch.EPollSelectorImpl@7fcd454c
19:16:07.134 [XNIO-91 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 I/O-8', selector sun.nio.ch.EPollSelectorImpl@179f3d17
19:16:07.138 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.134 [XNIO-91 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 I/O-1', selector sun.nio.ch.EPollSelectorImpl@3086506
19:16:07.134 [XNIO-91 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 I/O-3', selector sun.nio.ch.EPollSelectorImpl@18b19a4b
19:16:07.134 [XNIO-91 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 I/O-6', selector sun.nio.ch.EPollSelectorImpl@6c38ed83
19:16:07.138 [XNIO-91 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 Accept', selector sun.nio.ch.EPollSelectorImpl@1dab7b3
19:16:07.139 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.141 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.141 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.141 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:38045
19:16:07.141 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:38045
19:16:07.141 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:38045
19:16:07.141 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:38045 with timeout 0
19:16:07.141 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:07.141 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
19:16:07.141 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:07.165 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:07.165 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:07.165 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:07.165 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  peer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:07.165 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  issuer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:07.165 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:58424<->127.0.0.1:38045
19:16:07.165 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /digest HTTP/1.1
19:16:07.165 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.165 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.165 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> DELETE /digest HTTP/1.1
19:16:07.165 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Host: localhost:38045
19:16:07.165 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Connection: Keep-Alive
19:16:07.165 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.165 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Accept-Encoding: gzip,deflate
19:16:07.166 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "DELETE /digest HTTP/1.1[\r][\n]"
19:16:07.166 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Host: localhost:38045[\r][\n]"
19:16:07.166 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.166 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.166 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.166 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "[\r][\n]"
19:16:07.170 [XNIO-91 task-3] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38045]} response {}}
19:16:07.170 [XNIO-91 task-3] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.170 [XNIO-91 task-3] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@427966c5 for /digest
19:16:07.170 [XNIO-91 task-3] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38045]} response {}}
19:16:07.170 [XNIO-91 task-3] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.171 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.171 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Connection: keep-alive[\r][\n]"
19:16:07.171 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="5doVHi98s3sNMTU2NTQ4MjU2NzE3MDZVr43GT9aBBaRpUxQU5To=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.171 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Content-Length: 0[\r][\n]"
19:16:07.171 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.171 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "[\r][\n]"
19:16:07.171 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << HTTP/1.1 401 Unauthorized
19:16:07.171 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Connection: keep-alive
19:16:07.171 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="5doVHi98s3sNMTU2NTQ4MjU2NzE3MDZVr43GT9aBBaRpUxQU5To=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.171 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Content-Length: 0
19:16:07.171 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.171 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.171 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.171 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:38045 requested authentication
19:16:07.171 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.171 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.171 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.171 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.171 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Basic authentication scheme not available
19:16:07.171 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [DIGEST [complete=true, nonce=null, nc=0]]
19:16:07.171 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /digest HTTP/1.1
19:16:07.171 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.171 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using digest scheme
19:16:07.172 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.172 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> DELETE /digest HTTP/1.1
19:16:07.172 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Host: localhost:38045
19:16:07.172 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Connection: Keep-Alive
19:16:07.172 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.172 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Accept-Encoding: gzip,deflate
19:16:07.172 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Authorization: Digest username="admin", realm="DigestTesting", nonce="5doVHi98s3sNMTU2NTQ4MjU2NzE3MDZVr43GT9aBBaRpUxQU5To=", uri="/digest", response="0413e072bfc1b028bc7a2c3d9779052c", qop=auth, nc=00000001, cnonce="c6cd1b5a982ac1e0", algorithm=MD5, opaque="00000000000000000000000000000000"
19:16:07.172 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "DELETE /digest HTTP/1.1[\r][\n]"
19:16:07.172 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Host: localhost:38045[\r][\n]"
19:16:07.172 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.172 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.172 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.172 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Authorization: Digest username="admin", realm="DigestTesting", nonce="5doVHi98s3sNMTU2NTQ4MjU2NzE3MDZVr43GT9aBBaRpUxQU5To=", uri="/digest", response="0413e072bfc1b028bc7a2c3d9779052c", qop=auth, nc=00000001, cnonce="c6cd1b5a982ac1e0", algorithm=MD5, opaque="00000000000000000000000000000000"[\r][\n]"
19:16:07.172 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "[\r][\n]"
19:16:07.174 [XNIO-91 task-4] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="5doVHi98s3sNMTU2NTQ4MjU2NzE3MDZVr43GT9aBBaRpUxQU5To=", uri="/digest", response="0413e072bfc1b028bc7a2c3d9779052c", qop=auth, nc=00000001, cnonce="c6cd1b5a982ac1e0", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38045]} response {}}
19:16:07.175 [XNIO-91 task-4] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.175 [XNIO-91 task-4] DEBUG ersatz.undertow.request.security - Found digest header Digest username="admin", realm="DigestTesting", nonce="5doVHi98s3sNMTU2NTQ4MjU2NzE3MDZVr43GT9aBBaRpUxQU5To=", uri="/digest", response="0413e072bfc1b028bc7a2c3d9779052c", qop=auth, nc=00000001, cnonce="c6cd1b5a982ac1e0", algorithm=MD5, opaque="00000000000000000000000000000000" in HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="5doVHi98s3sNMTU2NTQ4MjU2NzE3MDZVr43GT9aBBaRpUxQU5To=", uri="/digest", response="0413e072bfc1b028bc7a2c3d9779052c", qop=auth, nc=00000001, cnonce="c6cd1b5a982ac1e0", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38045]} response {}}
19:16:07.175 [XNIO-91 task-4] DEBUG ersatz.undertow.request.security - Authenticated as admin, roles [TESTER]
19:16:07.175 [XNIO-91 task-4] DEBUG ersatz.undertow.request.security - Authentication outcome was AUTHENTICATED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@427966c5 for /digest
19:16:07.175 [XNIO-91 task-4] DEBUG ersatz.undertow.request.security - Authentication result was AUTHENTICATED for /digest
19:16:07.175 [XNIO-91 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /digest (query=[:], headers={Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="5doVHi98s3sNMTU2NTQ4MjU2NzE3MDZVr43GT9aBBaRpUxQU5To=", uri="/digest", response="0413e072bfc1b028bc7a2c3d9779052c", qop=auth, nc=00000001, cnonce="c6cd1b5a982ac1e0", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38045]}, cookies=[:]): <empty> }
19:16:07.176 [XNIO-91 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Authentication-Info=[nextnonce="5doVHi98s3sNMTU2NTQ4MjU2NzE3MDZVr43GT9aBBaRpUxQU5To=",qop="auth",rspauth="490db141ac17f710aa9c211192f26d09",cnonce="c6cd1b5a982ac1e0",nc=00000001], Content-Type=[text/plain]}): ok-text
19:16:07.177 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.177 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Content-Encoding: gzip[\r][\n]"
19:16:07.177 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Connection: keep-alive[\r][\n]"
19:16:07.177 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Authentication-Info: nextnonce="5doVHi98s3sNMTU2NTQ4MjU2NzE3MDZVr43GT9aBBaRpUxQU5To=",qop="auth",rspauth="490db141ac17f710aa9c211192f26d09",cnonce="c6cd1b5a982ac1e0",nc=00000001[\r][\n]"
19:16:07.177 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Content-Type: text/plain[\r][\n]"
19:16:07.177 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Content-Length: 27[\r][\n]"
19:16:07.177 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.177 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "[\r][\n]"
19:16:07.177 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:07.177 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << HTTP/1.1 200 OK
19:16:07.177 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Content-Encoding: gzip
19:16:07.177 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Connection: keep-alive
19:16:07.177 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Authentication-Info: nextnonce="5doVHi98s3sNMTU2NTQ4MjU2NzE3MDZVr43GT9aBBaRpUxQU5To=",qop="auth",rspauth="490db141ac17f710aa9c211192f26d09",cnonce="c6cd1b5a982ac1e0",nc=00000001
19:16:07.177 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Content-Type: text/plain
19:16:07.177 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Content-Length: 27
19:16:07.177 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.177 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.177 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication succeeded
19:16:07.177 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Caching 'digest' auth scheme for https://localhost:38045
19:16:07.178 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:58424<->127.0.0.1:38045
19:16:07.178 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.178 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.178 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.178 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:38045
19:16:07.179 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /digest HTTP/1.1
19:16:07.179 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.179 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.179 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> DELETE /digest HTTP/1.1
19:16:07.179 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Host: localhost:38045
19:16:07.179 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Connection: Keep-Alive
19:16:07.179 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.179 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Accept-Encoding: gzip,deflate
19:16:07.179 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "DELETE /digest HTTP/1.1[\r][\n]"
19:16:07.179 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Host: localhost:38045[\r][\n]"
19:16:07.179 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.179 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.179 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.179 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "[\r][\n]"
19:16:07.180 [XNIO-91 task-5] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38045]} response {}}
19:16:07.180 [XNIO-91 task-5] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.180 [XNIO-91 task-5] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@427966c5 for /digest
19:16:07.180 [XNIO-91 task-5] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38045]} response {}}
19:16:07.180 [XNIO-91 task-5] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.180 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.180 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Connection: keep-alive[\r][\n]"
19:16:07.180 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="cdgzsKK/KcENMTU2NTQ4MjU2NzE4MJ8UvB9x4X3MvFiT1buvsjQ=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.180 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Content-Length: 0[\r][\n]"
19:16:07.180 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.180 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "[\r][\n]"
19:16:07.180 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << HTTP/1.1 401 Unauthorized
19:16:07.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Connection: keep-alive
19:16:07.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="cdgzsKK/KcENMTU2NTQ4MjU2NzE4MJ8UvB9x4X3MvFiT1buvsjQ=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Content-Length: 0
19:16:07.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.181 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.181 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.181 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:38045 requested authentication
19:16:07.181 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.181 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.181 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.181 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.181 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Basic authentication scheme not available
19:16:07.181 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [DIGEST [complete=true, nonce=null, nc=0]]
19:16:07.181 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /digest HTTP/1.1
19:16:07.181 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.181 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using digest scheme
19:16:07.181 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> DELETE /digest HTTP/1.1
19:16:07.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Host: localhost:38045
19:16:07.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Connection: Keep-Alive
19:16:07.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Accept-Encoding: gzip,deflate
19:16:07.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Authorization: Digest username="admin", realm="DigestTesting", nonce="cdgzsKK/KcENMTU2NTQ4MjU2NzE4MJ8UvB9x4X3MvFiT1buvsjQ=", uri="/digest", response="eb57070859605d3a8800efae279aa58b", qop=auth, nc=00000001, cnonce="45ef303e686dba5b", algorithm=MD5, opaque="00000000000000000000000000000000"
19:16:07.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "DELETE /digest HTTP/1.1[\r][\n]"
19:16:07.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Host: localhost:38045[\r][\n]"
19:16:07.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Authorization: Digest username="admin", realm="DigestTesting", nonce="cdgzsKK/KcENMTU2NTQ4MjU2NzE4MJ8UvB9x4X3MvFiT1buvsjQ=", uri="/digest", response="eb57070859605d3a8800efae279aa58b", qop=auth, nc=00000001, cnonce="45ef303e686dba5b", algorithm=MD5, opaque="00000000000000000000000000000000"[\r][\n]"
19:16:07.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "[\r][\n]"
19:16:07.182 [XNIO-91 task-6] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="cdgzsKK/KcENMTU2NTQ4MjU2NzE4MJ8UvB9x4X3MvFiT1buvsjQ=", uri="/digest", response="eb57070859605d3a8800efae279aa58b", qop=auth, nc=00000001, cnonce="45ef303e686dba5b", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38045]} response {}}
19:16:07.182 [XNIO-91 task-6] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.183 [XNIO-91 task-6] DEBUG ersatz.undertow.request.security - Found digest header Digest username="admin", realm="DigestTesting", nonce="cdgzsKK/KcENMTU2NTQ4MjU2NzE4MJ8UvB9x4X3MvFiT1buvsjQ=", uri="/digest", response="eb57070859605d3a8800efae279aa58b", qop=auth, nc=00000001, cnonce="45ef303e686dba5b", algorithm=MD5, opaque="00000000000000000000000000000000" in HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="cdgzsKK/KcENMTU2NTQ4MjU2NzE4MJ8UvB9x4X3MvFiT1buvsjQ=", uri="/digest", response="eb57070859605d3a8800efae279aa58b", qop=auth, nc=00000001, cnonce="45ef303e686dba5b", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38045]} response {}}
19:16:07.184 [XNIO-91 task-6] DEBUG ersatz.undertow.request.security - Authenticated as admin, roles [TESTER]
19:16:07.184 [XNIO-91 task-6] DEBUG ersatz.undertow.request.security - Authentication outcome was AUTHENTICATED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@427966c5 for /digest
19:16:07.184 [XNIO-91 task-6] DEBUG ersatz.undertow.request.security - Authentication result was AUTHENTICATED for /digest
19:16:07.184 [XNIO-91 task-6] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /digest (query=[:], headers={Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="cdgzsKK/KcENMTU2NTQ4MjU2NzE4MJ8UvB9x4X3MvFiT1buvsjQ=", uri="/digest", response="eb57070859605d3a8800efae279aa58b", qop=auth, nc=00000001, cnonce="45ef303e686dba5b", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38045]}, cookies=[:]): <empty> }
19:16:07.185 [XNIO-91 task-6] DEBUG com.stehno.ersatz.ErsatzServer - Response({Authentication-Info=[nextnonce="cdgzsKK/KcENMTU2NTQ4MjU2NzE4MJ8UvB9x4X3MvFiT1buvsjQ=",qop="auth",rspauth="50becaae19c233d87cbc2e4e888d42d2",cnonce="45ef303e686dba5b",nc=00000001], Content-Type=[text/plain]}): ok-text
19:16:07.186 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.186 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Content-Encoding: gzip[\r][\n]"
19:16:07.186 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Connection: keep-alive[\r][\n]"
19:16:07.186 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Authentication-Info: nextnonce="cdgzsKK/KcENMTU2NTQ4MjU2NzE4MJ8UvB9x4X3MvFiT1buvsjQ=",qop="auth",rspauth="50becaae19c233d87cbc2e4e888d42d2",cnonce="45ef303e686dba5b",nc=00000001[\r][\n]"
19:16:07.186 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Content-Type: text/plain[\r][\n]"
19:16:07.186 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Content-Length: 27[\r][\n]"
19:16:07.186 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.186 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "[\r][\n]"
19:16:07.186 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:07.186 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << HTTP/1.1 200 OK
19:16:07.186 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Content-Encoding: gzip
19:16:07.186 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Connection: keep-alive
19:16:07.186 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Authentication-Info: nextnonce="cdgzsKK/KcENMTU2NTQ4MjU2NzE4MJ8UvB9x4X3MvFiT1buvsjQ=",qop="auth",rspauth="50becaae19c233d87cbc2e4e888d42d2",cnonce="45ef303e686dba5b",nc=00000001
19:16:07.186 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Content-Type: text/plain
19:16:07.186 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Content-Length: 27
19:16:07.186 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.186 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.186 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication succeeded
19:16:07.186 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Caching 'digest' auth scheme for https://localhost:38045
19:16:07.187 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:58424<->127.0.0.1:38045
19:16:07.187 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.187 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@71933c1c
19:16:07.206 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.206 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-70: Shutdown connection
19:16:07.207 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.207 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-87: Shutdown connection
19:16:07.207 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.207 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-88: Shutdown connection
19:16:07.207 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.207 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-89: Shutdown connection
19:16:07.207 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.207 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-90: Shutdown connection
19:16:07.208 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.208 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-57: Shutdown connection
19:16:07.208 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.208 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-58: Shutdown connection
19:16:07.208 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.208 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-59: Shutdown connection
19:16:07.209 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.209 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-83: Shutdown connection
19:16:07.209 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.209 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-84: Shutdown connection
19:16:07.209 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.209 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-85: Shutdown connection
19:16:07.209 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.209 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-86: Shutdown connection
19:16:07.209 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.209 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-78: Shutdown connection
19:16:07.209 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.209 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-79: Shutdown connection
19:16:07.209 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.209 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-80: Shutdown connection
19:16:07.209 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.209 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-81: Shutdown connection
19:16:07.210 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@999fdbe
19:16:07.211 [XNIO-92 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 I/O-1', selector sun.nio.ch.EPollSelectorImpl@6594dcb3
19:16:07.212 [XNIO-92 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 I/O-2', selector sun.nio.ch.EPollSelectorImpl@5c2224f
19:16:07.212 [XNIO-92 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 I/O-3', selector sun.nio.ch.EPollSelectorImpl@5a6ca3c3
19:16:07.212 [XNIO-92 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 I/O-4', selector sun.nio.ch.EPollSelectorImpl@1d8ea6cb
19:16:07.214 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.214 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-82: Shutdown connection
19:16:07.214 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.214 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-73: Shutdown connection
19:16:07.214 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.214 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-74: Shutdown connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-75: Shutdown connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-76: Shutdown connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-77: Shutdown connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-68: Shutdown connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-69: Shutdown connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-71: Shutdown connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-72: Shutdown connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-64: Shutdown connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.215 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-65: Shutdown connection
19:16:07.218 [XNIO-92 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 I/O-5', selector sun.nio.ch.EPollSelectorImpl@47e2fcea
19:16:07.219 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.219 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-66: Shutdown connection
19:16:07.219 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.219 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-67: Shutdown connection
19:16:07.219 [XNIO-92 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 I/O-6', selector sun.nio.ch.EPollSelectorImpl@7badd712
19:16:07.219 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.219 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-60: Shutdown connection
19:16:07.219 [XNIO-92 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 I/O-7', selector sun.nio.ch.EPollSelectorImpl@1923018f
19:16:07.219 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.219 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-61: Shutdown connection
19:16:07.219 [XNIO-92 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 I/O-8', selector sun.nio.ch.EPollSelectorImpl@125cd3d3
19:16:07.219 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.219 [XNIO-92 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 Accept', selector sun.nio.ch.EPollSelectorImpl@4e19b81
19:16:07.219 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.219 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-62: Shutdown connection
19:16:07.219 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.219 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-63: Shutdown connection
19:16:07.220 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.223 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.223 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.223 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:43445
19:16:07.223 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:43445
19:16:07.223 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:43445
19:16:07.224 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:46224<->127.0.0.1:43445
19:16:07.224 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /digest HTTP/1.1
19:16:07.224 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.224 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.224 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> DELETE /digest HTTP/1.1
19:16:07.224 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Host: localhost:43445
19:16:07.224 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Connection: Keep-Alive
19:16:07.224 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.224 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Accept-Encoding: gzip,deflate
19:16:07.224 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "DELETE /digest HTTP/1.1[\r][\n]"
19:16:07.224 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Host: localhost:43445[\r][\n]"
19:16:07.224 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.224 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.224 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.224 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "[\r][\n]"
19:16:07.224 [XNIO-92 task-1] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43445]} response {}}
19:16:07.224 [XNIO-92 task-1] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.224 [XNIO-92 task-1] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@302dd3c0 for /digest
19:16:07.224 [XNIO-92 task-1] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43445]} response {}}
19:16:07.225 [XNIO-92 task-1] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.225 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.225 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Connection: keep-alive[\r][\n]"
19:16:07.225 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="r8UJElmS3/QNMTU2NTQ4MjU2NzIyNNkTQk7n8qyn8MTJtyRstWU=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.225 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Content-Length: 0[\r][\n]"
19:16:07.225 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.225 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "[\r][\n]"
19:16:07.225 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << HTTP/1.1 401 Unauthorized
19:16:07.225 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Connection: keep-alive
19:16:07.225 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="r8UJElmS3/QNMTU2NTQ4MjU2NzIyNNkTQk7n8qyn8MTJtyRstWU=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.225 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Content-Length: 0
19:16:07.225 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.225 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.225 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.225 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:43445 requested authentication
19:16:07.225 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.225 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.225 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.225 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.225 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Basic authentication scheme not available
19:16:07.225 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [DIGEST [complete=true, nonce=null, nc=0]]
19:16:07.225 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /digest HTTP/1.1
19:16:07.225 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.225 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using digest scheme
19:16:07.225 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.226 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> DELETE /digest HTTP/1.1
19:16:07.226 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Host: localhost:43445
19:16:07.226 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Connection: Keep-Alive
19:16:07.226 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.226 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Accept-Encoding: gzip,deflate
19:16:07.226 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Authorization: Digest username="nobody", realm="DigestTesting", nonce="r8UJElmS3/QNMTU2NTQ4MjU2NzIyNNkTQk7n8qyn8MTJtyRstWU=", uri="/digest", response="5dfe75990f3dda0adf1d0aa265514859", qop=auth, nc=00000001, cnonce="9476ff76b013b6ed", algorithm=MD5, opaque="00000000000000000000000000000000"
19:16:07.226 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "DELETE /digest HTTP/1.1[\r][\n]"
19:16:07.226 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Host: localhost:43445[\r][\n]"
19:16:07.226 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.226 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.226 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.226 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Authorization: Digest username="nobody", realm="DigestTesting", nonce="r8UJElmS3/QNMTU2NTQ4MjU2NzIyNNkTQk7n8qyn8MTJtyRstWU=", uri="/digest", response="5dfe75990f3dda0adf1d0aa265514859", qop=auth, nc=00000001, cnonce="9476ff76b013b6ed", algorithm=MD5, opaque="00000000000000000000000000000000"[\r][\n]"
19:16:07.226 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "[\r][\n]"
19:16:07.226 [XNIO-92 task-2] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="r8UJElmS3/QNMTU2NTQ4MjU2NzIyNNkTQk7n8qyn8MTJtyRstWU=", uri="/digest", response="5dfe75990f3dda0adf1d0aa265514859", qop=auth, nc=00000001, cnonce="9476ff76b013b6ed", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43445]} response {}}
19:16:07.226 [XNIO-92 task-2] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.226 [XNIO-92 task-2] DEBUG ersatz.undertow.request.security - Found digest header Digest username="nobody", realm="DigestTesting", nonce="r8UJElmS3/QNMTU2NTQ4MjU2NzIyNNkTQk7n8qyn8MTJtyRstWU=", uri="/digest", response="5dfe75990f3dda0adf1d0aa265514859", qop=auth, nc=00000001, cnonce="9476ff76b013b6ed", algorithm=MD5, opaque="00000000000000000000000000000000" in HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="r8UJElmS3/QNMTU2NTQ4MjU2NzIyNNkTQk7n8qyn8MTJtyRstWU=", uri="/digest", response="5dfe75990f3dda0adf1d0aa265514859", qop=auth, nc=00000001, cnonce="9476ff76b013b6ed", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43445]} response {}}
19:16:07.227 [XNIO-92 task-2] DEBUG ersatz.undertow.request.security - Authentication failed with message UT000038: Authentication failed, requested user name 'nobody' and mechanism DIGEST for HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="r8UJElmS3/QNMTU2NTQ4MjU2NzIyNNkTQk7n8qyn8MTJtyRstWU=", uri="/digest", response="5dfe75990f3dda0adf1d0aa265514859", qop=auth, nc=00000001, cnonce="9476ff76b013b6ed", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43445]} response {}}
19:16:07.227 [XNIO-92 task-2] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_AUTHENTICATED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@302dd3c0 for /digest
19:16:07.227 [XNIO-92 task-2] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="r8UJElmS3/QNMTU2NTQ4MjU2NzIyNNkTQk7n8qyn8MTJtyRstWU=", uri="/digest", response="5dfe75990f3dda0adf1d0aa265514859", qop=auth, nc=00000001, cnonce="9476ff76b013b6ed", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43445]} response {}}
19:16:07.227 [XNIO-92 task-2] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.227 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.227 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Connection: keep-alive[\r][\n]"
19:16:07.227 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="79jWFajFIAANMTU2NTQ4MjU2NzIyN91GtthJw7sTS3pxbtrvRww=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.227 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Content-Length: 0[\r][\n]"
19:16:07.227 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.227 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "[\r][\n]"
19:16:07.227 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << HTTP/1.1 401 Unauthorized
19:16:07.227 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Connection: keep-alive
19:16:07.227 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="79jWFajFIAANMTU2NTQ4MjU2NzIyN91GtthJw7sTS3pxbtrvRww=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.227 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Content-Length: 0
19:16:07.227 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.227 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.227 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.227 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:43445 requested authentication
19:16:07.227 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authorization challenge processed
19:16:07.227 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication failed
19:16:07.227 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:46224<->127.0.0.1:43445
19:16:07.227 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.228 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.228 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.228 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:43445
19:16:07.228 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /digest HTTP/1.1
19:16:07.228 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.228 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.228 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> DELETE /digest HTTP/1.1
19:16:07.228 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Host: localhost:43445
19:16:07.228 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Connection: Keep-Alive
19:16:07.228 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.228 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Accept-Encoding: gzip,deflate
19:16:07.228 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "DELETE /digest HTTP/1.1[\r][\n]"
19:16:07.228 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Host: localhost:43445[\r][\n]"
19:16:07.228 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.228 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.228 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.228 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "[\r][\n]"
19:16:07.229 [XNIO-92 task-3] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43445]} response {}}
19:16:07.229 [XNIO-92 task-3] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.229 [XNIO-92 task-3] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@302dd3c0 for /digest
19:16:07.229 [XNIO-92 task-3] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43445]} response {}}
19:16:07.229 [XNIO-92 task-3] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.229 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.229 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Connection: keep-alive[\r][\n]"
19:16:07.229 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="ftayJmKTA+sNMTU2NTQ4MjU2NzIyOZqpSJpmK+mCAC1oVfIVPbI=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.229 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Content-Length: 0[\r][\n]"
19:16:07.229 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.229 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "[\r][\n]"
19:16:07.229 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << HTTP/1.1 401 Unauthorized
19:16:07.229 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Connection: keep-alive
19:16:07.229 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="ftayJmKTA+sNMTU2NTQ4MjU2NzIyOZqpSJpmK+mCAC1oVfIVPbI=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.229 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Content-Length: 0
19:16:07.229 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.229 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.229 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.229 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:43445 requested authentication
19:16:07.229 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.229 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.229 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.229 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.229 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Basic authentication scheme not available
19:16:07.229 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [DIGEST [complete=true, nonce=null, nc=0]]
19:16:07.229 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /digest HTTP/1.1
19:16:07.229 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.229 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using digest scheme
19:16:07.230 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.230 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> DELETE /digest HTTP/1.1
19:16:07.230 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Host: localhost:43445
19:16:07.230 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Connection: Keep-Alive
19:16:07.230 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.230 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Accept-Encoding: gzip,deflate
19:16:07.230 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Authorization: Digest username="nobody", realm="DigestTesting", nonce="ftayJmKTA+sNMTU2NTQ4MjU2NzIyOZqpSJpmK+mCAC1oVfIVPbI=", uri="/digest", response="5e5364a089062dcb3fc67fddaeff4c3c", qop=auth, nc=00000001, cnonce="5b034c83a901f094", algorithm=MD5, opaque="00000000000000000000000000000000"
19:16:07.230 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "DELETE /digest HTTP/1.1[\r][\n]"
19:16:07.230 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Host: localhost:43445[\r][\n]"
19:16:07.230 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.230 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.230 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.230 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Authorization: Digest username="nobody", realm="DigestTesting", nonce="ftayJmKTA+sNMTU2NTQ4MjU2NzIyOZqpSJpmK+mCAC1oVfIVPbI=", uri="/digest", response="5e5364a089062dcb3fc67fddaeff4c3c", qop=auth, nc=00000001, cnonce="5b034c83a901f094", algorithm=MD5, opaque="00000000000000000000000000000000"[\r][\n]"
19:16:07.230 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "[\r][\n]"
19:16:07.230 [XNIO-92 task-4] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="ftayJmKTA+sNMTU2NTQ4MjU2NzIyOZqpSJpmK+mCAC1oVfIVPbI=", uri="/digest", response="5e5364a089062dcb3fc67fddaeff4c3c", qop=auth, nc=00000001, cnonce="5b034c83a901f094", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43445]} response {}}
19:16:07.230 [XNIO-92 task-4] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.230 [XNIO-92 task-4] DEBUG ersatz.undertow.request.security - Found digest header Digest username="nobody", realm="DigestTesting", nonce="ftayJmKTA+sNMTU2NTQ4MjU2NzIyOZqpSJpmK+mCAC1oVfIVPbI=", uri="/digest", response="5e5364a089062dcb3fc67fddaeff4c3c", qop=auth, nc=00000001, cnonce="5b034c83a901f094", algorithm=MD5, opaque="00000000000000000000000000000000" in HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="ftayJmKTA+sNMTU2NTQ4MjU2NzIyOZqpSJpmK+mCAC1oVfIVPbI=", uri="/digest", response="5e5364a089062dcb3fc67fddaeff4c3c", qop=auth, nc=00000001, cnonce="5b034c83a901f094", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43445]} response {}}
19:16:07.231 [XNIO-92 task-4] DEBUG ersatz.undertow.request.security - Authentication failed with message UT000038: Authentication failed, requested user name 'nobody' and mechanism DIGEST for HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="ftayJmKTA+sNMTU2NTQ4MjU2NzIyOZqpSJpmK+mCAC1oVfIVPbI=", uri="/digest", response="5e5364a089062dcb3fc67fddaeff4c3c", qop=auth, nc=00000001, cnonce="5b034c83a901f094", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43445]} response {}}
19:16:07.231 [XNIO-92 task-4] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_AUTHENTICATED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@302dd3c0 for /digest
19:16:07.231 [XNIO-92 task-4] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="ftayJmKTA+sNMTU2NTQ4MjU2NzIyOZqpSJpmK+mCAC1oVfIVPbI=", uri="/digest", response="5e5364a089062dcb3fc67fddaeff4c3c", qop=auth, nc=00000001, cnonce="5b034c83a901f094", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43445]} response {}}
19:16:07.231 [XNIO-92 task-4] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.231 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.231 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Connection: keep-alive[\r][\n]"
19:16:07.231 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="CaRt2Zi/X8INMTU2NTQ4MjU2NzIzMcA5BWj8zriRWfkON2BPPGg=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.231 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Content-Length: 0[\r][\n]"
19:16:07.231 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.231 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "[\r][\n]"
19:16:07.231 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << HTTP/1.1 401 Unauthorized
19:16:07.231 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Connection: keep-alive
19:16:07.231 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="CaRt2Zi/X8INMTU2NTQ4MjU2NzIzMcA5BWj8zriRWfkON2BPPGg=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.231 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Content-Length: 0
19:16:07.231 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.231 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.231 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.231 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:43445 requested authentication
19:16:07.231 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authorization challenge processed
19:16:07.232 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication failed
19:16:07.232 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:46224<->127.0.0.1:43445
19:16:07.232 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.233 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@999fdbe
19:16:07.236 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@5155df16
19:16:07.238 [XNIO-93 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 I/O-1', selector sun.nio.ch.EPollSelectorImpl@7c6cd7ab
19:16:07.241 [XNIO-93 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 I/O-2', selector sun.nio.ch.EPollSelectorImpl@4aa08bb0
19:16:07.255 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.255 [XNIO-93 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 I/O-4', selector sun.nio.ch.EPollSelectorImpl@5e7a0c35
19:16:07.255 [XNIO-93 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 I/O-6', selector sun.nio.ch.EPollSelectorImpl@5b26f2a1
19:16:07.255 [XNIO-93 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 I/O-8', selector sun.nio.ch.EPollSelectorImpl@258bab7a
19:16:07.255 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.255 [XNIO-93 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 I/O-5', selector sun.nio.ch.EPollSelectorImpl@4bcde44b
19:16:07.255 [XNIO-93 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 Accept', selector sun.nio.ch.EPollSelectorImpl@61b4ab20
19:16:07.255 [XNIO-93 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 I/O-7', selector sun.nio.ch.EPollSelectorImpl@5de591a9
19:16:07.256 [XNIO-93 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 I/O-3', selector sun.nio.ch.EPollSelectorImpl@66aa9470
19:16:07.257 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.257 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.257 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:41805
19:16:07.257 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:41805
19:16:07.257 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:41805
19:16:07.257 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:41805 with timeout 0
19:16:07.257 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:07.258 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled cipher suites:[TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384, TLS_RSA_WITH_AES_256_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA384, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA384, TLS_DHE_RSA_WITH_AES_256_CBC_SHA256, TLS_DHE_DSS_WITH_AES_256_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA, TLS_RSA_WITH_AES_256_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_256_CBC_SHA, TLS_ECDH_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_RSA_WITH_AES_256_CBC_SHA, TLS_DHE_DSS_WITH_AES_256_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256, TLS_RSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA256, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_RSA_WITH_AES_128_CBC_SHA256, TLS_DHE_DSS_WITH_AES_128_CBC_SHA256, TLS_ECDHE_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA, TLS_RSA_WITH_AES_128_CBC_SHA, TLS_ECDH_ECDSA_WITH_AES_128_CBC_SHA, TLS_ECDH_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_RSA_WITH_AES_128_CBC_SHA, TLS_DHE_DSS_WITH_AES_128_CBC_SHA, TLS_ECDHE_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384, TLS_RSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_ECDSA_WITH_AES_256_GCM_SHA384, TLS_ECDH_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_RSA_WITH_AES_256_GCM_SHA384, TLS_DHE_DSS_WITH_AES_256_GCM_SHA384, TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256, TLS_RSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_ECDSA_WITH_AES_128_GCM_SHA256, TLS_ECDH_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_RSA_WITH_AES_128_GCM_SHA256, TLS_DHE_DSS_WITH_AES_128_GCM_SHA256, TLS_EMPTY_RENEGOTIATION_INFO_SCSV]
19:16:07.258 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:07.278 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:07.278 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:07.278 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:07.278 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  peer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:07.278 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  issuer principal: CN=Ersatz, OU=Ersatz, O=Ersatz, L=Nowhere, ST=Nowhere, C=US
19:16:07.278 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:36682<->127.0.0.1:41805
19:16:07.278 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /digest HTTP/1.1
19:16:07.278 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.278 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.278 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> DELETE /digest HTTP/1.1
19:16:07.278 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Host: localhost:41805
19:16:07.278 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Connection: Keep-Alive
19:16:07.278 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.278 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Accept-Encoding: gzip,deflate
19:16:07.278 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "DELETE /digest HTTP/1.1[\r][\n]"
19:16:07.278 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Host: localhost:41805[\r][\n]"
19:16:07.278 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.278 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.278 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.278 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "[\r][\n]"
19:16:07.286 [XNIO-93 task-3] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41805]} response {}}
19:16:07.287 [XNIO-93 task-3] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.287 [XNIO-93 task-3] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@5d4571b4 for /digest
19:16:07.287 [XNIO-93 task-3] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41805]} response {}}
19:16:07.287 [XNIO-93 task-3] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.288 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.288 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Connection: keep-alive[\r][\n]"
19:16:07.288 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="li7RjgTfGAsNMTU2NTQ4MjU2NzI4Nwg7h1ag6jYRb58R496j4IA=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.288 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Content-Length: 0[\r][\n]"
19:16:07.288 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.288 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "[\r][\n]"
19:16:07.288 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << HTTP/1.1 401 Unauthorized
19:16:07.288 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Connection: keep-alive
19:16:07.288 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="li7RjgTfGAsNMTU2NTQ4MjU2NzI4Nwg7h1ag6jYRb58R496j4IA=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.288 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Content-Length: 0
19:16:07.288 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.288 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.288 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.288 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:41805 requested authentication
19:16:07.288 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.288 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.288 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.288 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.288 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Basic authentication scheme not available
19:16:07.288 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [DIGEST [complete=true, nonce=null, nc=0]]
19:16:07.288 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /digest HTTP/1.1
19:16:07.288 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.288 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using digest scheme
19:16:07.289 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.289 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> DELETE /digest HTTP/1.1
19:16:07.289 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Host: localhost:41805
19:16:07.289 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Connection: Keep-Alive
19:16:07.289 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.289 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Accept-Encoding: gzip,deflate
19:16:07.289 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Authorization: Digest username="nobody", realm="DigestTesting", nonce="li7RjgTfGAsNMTU2NTQ4MjU2NzI4Nwg7h1ag6jYRb58R496j4IA=", uri="/digest", response="a04b24af8932e7b755dea5cf85a2526c", qop=auth, nc=00000001, cnonce="1873c4a732026805", algorithm=MD5, opaque="00000000000000000000000000000000"
19:16:07.289 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "DELETE /digest HTTP/1.1[\r][\n]"
19:16:07.289 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Host: localhost:41805[\r][\n]"
19:16:07.289 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.289 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.289 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.289 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Authorization: Digest username="nobody", realm="DigestTesting", nonce="li7RjgTfGAsNMTU2NTQ4MjU2NzI4Nwg7h1ag6jYRb58R496j4IA=", uri="/digest", response="a04b24af8932e7b755dea5cf85a2526c", qop=auth, nc=00000001, cnonce="1873c4a732026805", algorithm=MD5, opaque="00000000000000000000000000000000"[\r][\n]"
19:16:07.289 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "[\r][\n]"
19:16:07.290 [XNIO-93 task-4] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="li7RjgTfGAsNMTU2NTQ4MjU2NzI4Nwg7h1ag6jYRb58R496j4IA=", uri="/digest", response="a04b24af8932e7b755dea5cf85a2526c", qop=auth, nc=00000001, cnonce="1873c4a732026805", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41805]} response {}}
19:16:07.291 [XNIO-93 task-4] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.291 [XNIO-93 task-4] DEBUG ersatz.undertow.request.security - Found digest header Digest username="nobody", realm="DigestTesting", nonce="li7RjgTfGAsNMTU2NTQ4MjU2NzI4Nwg7h1ag6jYRb58R496j4IA=", uri="/digest", response="a04b24af8932e7b755dea5cf85a2526c", qop=auth, nc=00000001, cnonce="1873c4a732026805", algorithm=MD5, opaque="00000000000000000000000000000000" in HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="li7RjgTfGAsNMTU2NTQ4MjU2NzI4Nwg7h1ag6jYRb58R496j4IA=", uri="/digest", response="a04b24af8932e7b755dea5cf85a2526c", qop=auth, nc=00000001, cnonce="1873c4a732026805", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41805]} response {}}
19:16:07.291 [XNIO-93 task-4] DEBUG ersatz.undertow.request.security - Authentication failed with message UT000038: Authentication failed, requested user name 'nobody' and mechanism DIGEST for HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="li7RjgTfGAsNMTU2NTQ4MjU2NzI4Nwg7h1ag6jYRb58R496j4IA=", uri="/digest", response="a04b24af8932e7b755dea5cf85a2526c", qop=auth, nc=00000001, cnonce="1873c4a732026805", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41805]} response {}}
19:16:07.291 [XNIO-93 task-4] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_AUTHENTICATED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@5d4571b4 for /digest
19:16:07.291 [XNIO-93 task-4] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="li7RjgTfGAsNMTU2NTQ4MjU2NzI4Nwg7h1ag6jYRb58R496j4IA=", uri="/digest", response="a04b24af8932e7b755dea5cf85a2526c", qop=auth, nc=00000001, cnonce="1873c4a732026805", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41805]} response {}}
19:16:07.291 [XNIO-93 task-4] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.292 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.292 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Connection: keep-alive[\r][\n]"
19:16:07.292 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="x4Ln2dD2jHcNMTU2NTQ4MjU2NzI5Md8jZxUrZ283KBnLIka2XKA=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.292 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Content-Length: 0[\r][\n]"
19:16:07.292 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.292 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "[\r][\n]"
19:16:07.292 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << HTTP/1.1 401 Unauthorized
19:16:07.292 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Connection: keep-alive
19:16:07.292 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="x4Ln2dD2jHcNMTU2NTQ4MjU2NzI5Md8jZxUrZ283KBnLIka2XKA=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.292 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Content-Length: 0
19:16:07.292 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.292 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.292 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.292 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:41805 requested authentication
19:16:07.292 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authorization challenge processed
19:16:07.292 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication failed
19:16:07.292 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:36682<->127.0.0.1:41805
19:16:07.292 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.293 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.293 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.293 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:41805
19:16:07.293 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /digest HTTP/1.1
19:16:07.293 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.293 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.293 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> DELETE /digest HTTP/1.1
19:16:07.293 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Host: localhost:41805
19:16:07.293 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Connection: Keep-Alive
19:16:07.293 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.293 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Accept-Encoding: gzip,deflate
19:16:07.293 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "DELETE /digest HTTP/1.1[\r][\n]"
19:16:07.293 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Host: localhost:41805[\r][\n]"
19:16:07.293 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.293 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.293 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.293 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "[\r][\n]"
19:16:07.294 [XNIO-93 task-5] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41805]} response {}}
19:16:07.294 [XNIO-93 task-5] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.294 [XNIO-93 task-5] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@5d4571b4 for /digest
19:16:07.294 [XNIO-93 task-5] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41805]} response {}}
19:16:07.294 [XNIO-93 task-5] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Connection: keep-alive[\r][\n]"
19:16:07.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="XI0HzwqkJRANMTU2NTQ4MjU2NzI5NAYQ58jm85gkME4i/+chWyo=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Content-Length: 0[\r][\n]"
19:16:07.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "[\r][\n]"
19:16:07.295 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << HTTP/1.1 401 Unauthorized
19:16:07.295 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Connection: keep-alive
19:16:07.295 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="XI0HzwqkJRANMTU2NTQ4MjU2NzI5NAYQ58jm85gkME4i/+chWyo=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.295 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Content-Length: 0
19:16:07.295 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.295 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.295 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.295 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:41805 requested authentication
19:16:07.295 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.295 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.295 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.295 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.295 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Basic authentication scheme not available
19:16:07.295 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [DIGEST [complete=true, nonce=null, nc=0]]
19:16:07.295 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /digest HTTP/1.1
19:16:07.295 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.295 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using digest scheme
19:16:07.295 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.295 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> DELETE /digest HTTP/1.1
19:16:07.295 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Host: localhost:41805
19:16:07.295 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Connection: Keep-Alive
19:16:07.295 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.295 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Accept-Encoding: gzip,deflate
19:16:07.295 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Authorization: Digest username="nobody", realm="DigestTesting", nonce="XI0HzwqkJRANMTU2NTQ4MjU2NzI5NAYQ58jm85gkME4i/+chWyo=", uri="/digest", response="8d343fe884342fee8a65c8e17c6336dd", qop=auth, nc=00000001, cnonce="9a44600048feaa6c", algorithm=MD5, opaque="00000000000000000000000000000000"
19:16:07.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "DELETE /digest HTTP/1.1[\r][\n]"
19:16:07.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Host: localhost:41805[\r][\n]"
19:16:07.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Authorization: Digest username="nobody", realm="DigestTesting", nonce="XI0HzwqkJRANMTU2NTQ4MjU2NzI5NAYQ58jm85gkME4i/+chWyo=", uri="/digest", response="8d343fe884342fee8a65c8e17c6336dd", qop=auth, nc=00000001, cnonce="9a44600048feaa6c", algorithm=MD5, opaque="00000000000000000000000000000000"[\r][\n]"
19:16:07.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "[\r][\n]"
19:16:07.296 [XNIO-93 task-6] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="XI0HzwqkJRANMTU2NTQ4MjU2NzI5NAYQ58jm85gkME4i/+chWyo=", uri="/digest", response="8d343fe884342fee8a65c8e17c6336dd", qop=auth, nc=00000001, cnonce="9a44600048feaa6c", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41805]} response {}}
19:16:07.296 [XNIO-93 task-6] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.296 [XNIO-93 task-6] DEBUG ersatz.undertow.request.security - Found digest header Digest username="nobody", realm="DigestTesting", nonce="XI0HzwqkJRANMTU2NTQ4MjU2NzI5NAYQ58jm85gkME4i/+chWyo=", uri="/digest", response="8d343fe884342fee8a65c8e17c6336dd", qop=auth, nc=00000001, cnonce="9a44600048feaa6c", algorithm=MD5, opaque="00000000000000000000000000000000" in HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="XI0HzwqkJRANMTU2NTQ4MjU2NzI5NAYQ58jm85gkME4i/+chWyo=", uri="/digest", response="8d343fe884342fee8a65c8e17c6336dd", qop=auth, nc=00000001, cnonce="9a44600048feaa6c", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41805]} response {}}
19:16:07.297 [XNIO-93 task-6] DEBUG ersatz.undertow.request.security - Authentication failed with message UT000038: Authentication failed, requested user name 'nobody' and mechanism DIGEST for HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="XI0HzwqkJRANMTU2NTQ4MjU2NzI5NAYQ58jm85gkME4i/+chWyo=", uri="/digest", response="8d343fe884342fee8a65c8e17c6336dd", qop=auth, nc=00000001, cnonce="9a44600048feaa6c", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41805]} response {}}
19:16:07.297 [XNIO-93 task-6] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_AUTHENTICATED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@5d4571b4 for /digest
19:16:07.297 [XNIO-93 task-6] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ DELETE /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="XI0HzwqkJRANMTU2NTQ4MjU2NzI5NAYQ58jm85gkME4i/+chWyo=", uri="/digest", response="8d343fe884342fee8a65c8e17c6336dd", qop=auth, nc=00000001, cnonce="9a44600048feaa6c", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41805]} response {}}
19:16:07.297 [XNIO-93 task-6] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.297 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.297 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Connection: keep-alive[\r][\n]"
19:16:07.297 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="hEPLQV2ofWANMTU2NTQ4MjU2NzI5N7mauHcm2sYegtD7S6+5hVI=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.297 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Content-Length: 0[\r][\n]"
19:16:07.297 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.297 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "[\r][\n]"
19:16:07.297 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << HTTP/1.1 401 Unauthorized
19:16:07.297 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Connection: keep-alive
19:16:07.297 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="hEPLQV2ofWANMTU2NTQ4MjU2NzI5N7mauHcm2sYegtD7S6+5hVI=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.297 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Content-Length: 0
19:16:07.297 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.297 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.297 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.297 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:41805 requested authentication
19:16:07.297 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authorization challenge processed
19:16:07.297 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication failed
19:16:07.298 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:36682<->127.0.0.1:41805
19:16:07.298 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.299 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@5155df16
19:16:07.303 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@55202a8
19:16:07.306 [XNIO-94 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 I/O-2', selector sun.nio.ch.EPollSelectorImpl@5e106c27
19:16:07.307 [XNIO-94 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 I/O-3', selector sun.nio.ch.EPollSelectorImpl@773c0c84
19:16:07.307 [XNIO-94 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 I/O-4', selector sun.nio.ch.EPollSelectorImpl@426277ce
19:16:07.306 [XNIO-94 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 I/O-1', selector sun.nio.ch.EPollSelectorImpl@1fc9a129
19:16:07.307 [XNIO-94 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 I/O-5', selector sun.nio.ch.EPollSelectorImpl@6acd7f91
19:16:07.307 [XNIO-94 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 I/O-6', selector sun.nio.ch.EPollSelectorImpl@3f4a2abc
19:16:07.308 [XNIO-94 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 I/O-7', selector sun.nio.ch.EPollSelectorImpl@7ad2c715
19:16:07.308 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.308 [XNIO-94 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 Accept', selector sun.nio.ch.EPollSelectorImpl@e472d12
19:16:07.308 [XNIO-94 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 I/O-8', selector sun.nio.ch.EPollSelectorImpl@33a174e
19:16:07.308 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.314 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.314 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.314 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:44589
19:16:07.314 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:44589
19:16:07.314 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:44589
19:16:07.315 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:60450<->127.0.0.1:44589
19:16:07.315 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /pass HTTP/1.1
19:16:07.315 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.315 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.315 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> DELETE /pass HTTP/1.1
19:16:07.315 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Host: localhost:44589
19:16:07.315 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Connection: Keep-Alive
19:16:07.315 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.315 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Accept-Encoding: gzip,deflate
19:16:07.315 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "DELETE /pass HTTP/1.1[\r][\n]"
19:16:07.315 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Host: localhost:44589[\r][\n]"
19:16:07.315 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.315 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.315 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.315 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "[\r][\n]"
19:16:07.318 [XNIO-94 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /pass (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44589]}, cookies=[:]): <empty> }
19:16:07.319 [XNIO-94 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.320 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.320 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Content-Encoding: gzip[\r][\n]"
19:16:07.320 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Connection: keep-alive[\r][\n]"
19:16:07.320 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Content-Type: text/plain[\r][\n]"
19:16:07.320 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Content-Length: 27[\r][\n]"
19:16:07.320 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.320 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "[\r][\n]"
19:16:07.320 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:07.320 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << HTTP/1.1 200 OK
19:16:07.320 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Content-Encoding: gzip
19:16:07.320 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Connection: keep-alive
19:16:07.320 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Content-Type: text/plain
19:16:07.320 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Content-Length: 27
19:16:07.320 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.320 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.320 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:60450<->127.0.0.1:44589
19:16:07.320 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.321 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.321 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.321 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:44589
19:16:07.321 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /pass HTTP/1.1
19:16:07.321 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.321 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.321 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> DELETE /pass HTTP/1.1
19:16:07.321 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Host: localhost:44589
19:16:07.321 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Connection: Keep-Alive
19:16:07.321 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.321 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Accept-Encoding: gzip,deflate
19:16:07.321 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "DELETE /pass HTTP/1.1[\r][\n]"
19:16:07.321 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Host: localhost:44589[\r][\n]"
19:16:07.321 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.321 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.321 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.321 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "[\r][\n]"
19:16:07.322 [XNIO-94 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /pass (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44589]}, cookies=[:]): <empty> }
19:16:07.322 [XNIO-94 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Content-Encoding: gzip[\r][\n]"
19:16:07.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Connection: keep-alive[\r][\n]"
19:16:07.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Content-Type: text/plain[\r][\n]"
19:16:07.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Content-Length: 27[\r][\n]"
19:16:07.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "[\r][\n]"
19:16:07.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:07.323 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << HTTP/1.1 200 OK
19:16:07.323 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Content-Encoding: gzip
19:16:07.323 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Connection: keep-alive
19:16:07.323 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Content-Type: text/plain
19:16:07.323 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Content-Length: 27
19:16:07.323 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.323 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.323 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:60450<->127.0.0.1:44589
19:16:07.323 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.324 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@55202a8
19:16:07.328 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@1d302a00
19:16:07.330 [XNIO-95 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 I/O-1', selector sun.nio.ch.EPollSelectorImpl@2c1233f5
19:16:07.330 [XNIO-95 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 I/O-2', selector sun.nio.ch.EPollSelectorImpl@1c0ed590
19:16:07.331 [XNIO-95 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 I/O-3', selector sun.nio.ch.EPollSelectorImpl@56b60471
19:16:07.336 [XNIO-95 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 I/O-6', selector sun.nio.ch.EPollSelectorImpl@79dbc917
19:16:07.336 [XNIO-95 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 I/O-5', selector sun.nio.ch.EPollSelectorImpl@188e30
19:16:07.336 [XNIO-95 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 I/O-7', selector sun.nio.ch.EPollSelectorImpl@7192557d
19:16:07.336 [XNIO-95 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 I/O-8', selector sun.nio.ch.EPollSelectorImpl@3221ea5b
19:16:07.336 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.337 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.331 [XNIO-95 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 I/O-4', selector sun.nio.ch.EPollSelectorImpl@3e12a6e1
19:16:07.341 [XNIO-95 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 Accept', selector sun.nio.ch.EPollSelectorImpl@6709961e
19:16:07.343 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.343 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.343 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:44565
19:16:07.343 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:44565
19:16:07.343 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:44565
19:16:07.343 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:45508<->127.0.0.1:44565
19:16:07.343 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.343 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.343 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.344 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> DELETE /handling HTTP/1.1
19:16:07.344 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Host: localhost:44565
19:16:07.344 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Connection: Keep-Alive
19:16:07.344 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.344 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Accept-Encoding: gzip,deflate
19:16:07.344 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.344 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Host: localhost:44565[\r][\n]"
19:16:07.344 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.344 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.344 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.344 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "[\r][\n]"
19:16:07.346 [XNIO-95 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44565]}, cookies=[:]): <empty> }
19:16:07.347 [XNIO-95 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.347 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "HTTP/1.1 205 Reset Content[\r][\n]"
19:16:07.347 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Connection: keep-alive[\r][\n]"
19:16:07.347 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Content-Length: 0[\r][\n]"
19:16:07.347 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.347 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "[\r][\n]"
19:16:07.347 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << HTTP/1.1 205 Reset Content
19:16:07.347 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Connection: keep-alive
19:16:07.347 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Content-Length: 0
19:16:07.347 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.347 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.348 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:45508<->127.0.0.1:44565
19:16:07.348 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.349 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.349 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.349 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:44565
19:16:07.349 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.349 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.349 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.349 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> DELETE /handling HTTP/1.1
19:16:07.349 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Host: localhost:44565
19:16:07.349 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Connection: Keep-Alive
19:16:07.349 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.349 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Accept-Encoding: gzip,deflate
19:16:07.349 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.349 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Host: localhost:44565[\r][\n]"
19:16:07.349 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.349 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.349 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.349 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "[\r][\n]"
19:16:07.357 [XNIO-95 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:44565]}, cookies=[:]): <empty> }
19:16:07.357 [XNIO-95 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.357 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "HTTP/1.1 205 Reset Content[\r][\n]"
19:16:07.357 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Connection: keep-alive[\r][\n]"
19:16:07.357 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Content-Length: 0[\r][\n]"
19:16:07.357 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.357 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "[\r][\n]"
19:16:07.358 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << HTTP/1.1 205 Reset Content
19:16:07.358 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Connection: keep-alive
19:16:07.358 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Content-Length: 0
19:16:07.358 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.358 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.358 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:45508<->127.0.0.1:44565
19:16:07.358 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.358 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@1d302a00
19:16:07.361 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@6390f34
19:16:07.362 [XNIO-96 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 I/O-1', selector sun.nio.ch.EPollSelectorImpl@2925de6c
19:16:07.362 [XNIO-96 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 I/O-2', selector sun.nio.ch.EPollSelectorImpl@54cca48f
19:16:07.362 [XNIO-96 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 I/O-3', selector sun.nio.ch.EPollSelectorImpl@687dd51c
19:16:07.366 [XNIO-96 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 I/O-4', selector sun.nio.ch.EPollSelectorImpl@7c33d089
19:16:07.366 [XNIO-96 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 I/O-5', selector sun.nio.ch.EPollSelectorImpl@639ff61
19:16:07.366 [XNIO-96 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 I/O-6', selector sun.nio.ch.EPollSelectorImpl@6a79c203
19:16:07.366 [XNIO-96 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 I/O-7', selector sun.nio.ch.EPollSelectorImpl@18063b9f
19:16:07.366 [XNIO-96 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 I/O-8', selector sun.nio.ch.EPollSelectorImpl@47794291
19:16:07.372 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.372 [XNIO-96 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 Accept', selector sun.nio.ch.EPollSelectorImpl@4020b4d2
19:16:07.372 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.374 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.374 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.374 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:39179
19:16:07.374 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:39179
19:16:07.374 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:39179
19:16:07.374 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:46824<->127.0.0.1:39179
19:16:07.374 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.374 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.374 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.374 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> DELETE /handling HTTP/1.1
19:16:07.374 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Host: localhost:39179
19:16:07.374 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Connection: Keep-Alive
19:16:07.374 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.374 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Accept-Encoding: gzip,deflate
19:16:07.374 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.374 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Host: localhost:39179[\r][\n]"
19:16:07.374 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.374 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.375 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.375 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "[\r][\n]"
19:16:07.375 [XNIO-96 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39179]}, cookies=[:]): <empty> }
19:16:07.375 [XNIO-96 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.376 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "HTTP/1.1 210 Unknown[\r][\n]"
19:16:07.376 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Connection: keep-alive[\r][\n]"
19:16:07.376 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Content-Length: 0[\r][\n]"
19:16:07.376 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.376 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "[\r][\n]"
19:16:07.376 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << HTTP/1.1 210 Unknown
19:16:07.376 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Connection: keep-alive
19:16:07.376 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Content-Length: 0
19:16:07.376 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.376 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.376 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:46824<->127.0.0.1:39179
19:16:07.376 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.376 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.376 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.377 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:39179
19:16:07.377 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.377 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.377 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.377 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> DELETE /handling HTTP/1.1
19:16:07.377 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Host: localhost:39179
19:16:07.377 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Connection: Keep-Alive
19:16:07.377 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.377 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Accept-Encoding: gzip,deflate
19:16:07.377 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.377 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Host: localhost:39179[\r][\n]"
19:16:07.377 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.377 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.377 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.377 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "[\r][\n]"
19:16:07.377 [XNIO-96 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39179]}, cookies=[:]): <empty> }
19:16:07.377 [XNIO-96 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.378 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "HTTP/1.1 210 Unknown[\r][\n]"
19:16:07.378 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Connection: keep-alive[\r][\n]"
19:16:07.378 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Content-Length: 0[\r][\n]"
19:16:07.378 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.378 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "[\r][\n]"
19:16:07.378 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << HTTP/1.1 210 Unknown
19:16:07.378 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Connection: keep-alive
19:16:07.378 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Content-Length: 0
19:16:07.378 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.378 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.378 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:46824<->127.0.0.1:39179
19:16:07.378 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.378 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@6390f34
19:16:07.380 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@5d72f390
19:16:07.382 [XNIO-97 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 I/O-1', selector sun.nio.ch.EPollSelectorImpl@56297bf6
19:16:07.385 [XNIO-97 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 I/O-2', selector sun.nio.ch.EPollSelectorImpl@77cd14d7
19:16:07.385 [XNIO-97 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 I/O-3', selector sun.nio.ch.EPollSelectorImpl@5d0ede58
19:16:07.385 [XNIO-97 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 I/O-4', selector sun.nio.ch.EPollSelectorImpl@691cebc4
19:16:07.386 [XNIO-97 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 I/O-5', selector sun.nio.ch.EPollSelectorImpl@61ab7e79
19:16:07.386 [XNIO-97 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 I/O-6', selector sun.nio.ch.EPollSelectorImpl@547b09ad
19:16:07.386 [XNIO-97 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 I/O-7', selector sun.nio.ch.EPollSelectorImpl@6db8c648
19:16:07.389 [XNIO-97 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 I/O-8', selector sun.nio.ch.EPollSelectorImpl@3f37680
19:16:07.389 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.389 [XNIO-97 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 Accept', selector sun.nio.ch.EPollSelectorImpl@7cc697fc
19:16:07.389 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.391 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.391 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.391 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36535
19:16:07.392 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:36535
19:16:07.392 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:36535
19:16:07.392 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:40300<->127.0.0.1:36535
19:16:07.392 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.392 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.392 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> DELETE /handling HTTP/1.1
19:16:07.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Host: localhost:36535
19:16:07.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Connection: Keep-Alive
19:16:07.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Accept-Encoding: gzip,deflate
19:16:07.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Host: localhost:36535[\r][\n]"
19:16:07.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "[\r][\n]"
19:16:07.394 [XNIO-97 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36535]}, cookies=[:]): <empty> }
19:16:07.395 [XNIO-97 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.395 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "HTTP/1.1 211 Unknown[\r][\n]"
19:16:07.395 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Connection: keep-alive[\r][\n]"
19:16:07.395 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Content-Length: 0[\r][\n]"
19:16:07.395 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.395 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "[\r][\n]"
19:16:07.395 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << HTTP/1.1 211 Unknown
19:16:07.395 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Connection: keep-alive
19:16:07.395 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Content-Length: 0
19:16:07.395 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.395 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.395 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40300<->127.0.0.1:36535
19:16:07.395 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.396 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.396 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.396 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36535
19:16:07.396 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.396 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.396 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.396 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> DELETE /handling HTTP/1.1
19:16:07.396 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Host: localhost:36535
19:16:07.396 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Connection: Keep-Alive
19:16:07.396 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.396 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Accept-Encoding: gzip,deflate
19:16:07.396 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.396 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Host: localhost:36535[\r][\n]"
19:16:07.396 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.396 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.396 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.396 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "[\r][\n]"
19:16:07.406 [XNIO-97 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36535]}, cookies=[:]): <empty> }
19:16:07.407 [XNIO-97 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.407 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "HTTP/1.1 211 Unknown[\r][\n]"
19:16:07.407 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Connection: keep-alive[\r][\n]"
19:16:07.407 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Content-Length: 0[\r][\n]"
19:16:07.407 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.407 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "[\r][\n]"
19:16:07.407 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << HTTP/1.1 211 Unknown
19:16:07.407 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Connection: keep-alive
19:16:07.407 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Content-Length: 0
19:16:07.407 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.407 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.407 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40300<->127.0.0.1:36535
19:16:07.407 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.407 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@5d72f390
19:16:07.411 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@752ee1de
19:16:07.412 [XNIO-98 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 I/O-1', selector sun.nio.ch.EPollSelectorImpl@6232c196
19:16:07.412 [XNIO-98 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 I/O-2', selector sun.nio.ch.EPollSelectorImpl@339c7f5f
19:16:07.412 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.412 [XNIO-98 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 I/O-3', selector sun.nio.ch.EPollSelectorImpl@330dea80
19:16:07.412 [XNIO-98 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 I/O-8', selector sun.nio.ch.EPollSelectorImpl@75351524
19:16:07.413 [XNIO-98 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 I/O-7', selector sun.nio.ch.EPollSelectorImpl@54ea6066
19:16:07.412 [XNIO-98 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 I/O-4', selector sun.nio.ch.EPollSelectorImpl@2d1cd2e7
19:16:07.412 [XNIO-98 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 I/O-6', selector sun.nio.ch.EPollSelectorImpl@4cbde830
19:16:07.412 [XNIO-98 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 Accept', selector sun.nio.ch.EPollSelectorImpl@34688d11
19:16:07.413 [XNIO-98 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 I/O-5', selector sun.nio.ch.EPollSelectorImpl@263dc3eb
19:16:07.413 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.419 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.419 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.419 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:46211
19:16:07.419 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:46211
19:16:07.419 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:46211
19:16:07.419 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:53376<->127.0.0.1:46211
19:16:07.419 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.419 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.419 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.419 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> DELETE /handling HTTP/1.1
19:16:07.419 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Host: localhost:46211
19:16:07.419 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Connection: Keep-Alive
19:16:07.419 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.419 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Accept-Encoding: gzip,deflate
19:16:07.420 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.420 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Host: localhost:46211[\r][\n]"
19:16:07.420 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.420 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.420 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.420 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "[\r][\n]"
19:16:07.422 [XNIO-98 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46211]}, cookies=[:]): <empty> }
19:16:07.423 [XNIO-98 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.423 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "HTTP/1.1 205 Reset Content[\r][\n]"
19:16:07.423 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Connection: keep-alive[\r][\n]"
19:16:07.423 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Content-Length: 0[\r][\n]"
19:16:07.423 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.423 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "[\r][\n]"
19:16:07.423 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << HTTP/1.1 205 Reset Content
19:16:07.423 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Connection: keep-alive
19:16:07.423 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Content-Length: 0
19:16:07.423 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.423 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.423 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:53376<->127.0.0.1:46211
19:16:07.423 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.424 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.424 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.424 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:46211
19:16:07.424 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.424 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.424 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.424 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> DELETE /handling HTTP/1.1
19:16:07.424 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Host: localhost:46211
19:16:07.424 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Connection: Keep-Alive
19:16:07.424 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.424 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Accept-Encoding: gzip,deflate
19:16:07.424 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.424 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Host: localhost:46211[\r][\n]"
19:16:07.424 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.424 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.424 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.424 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "[\r][\n]"
19:16:07.426 [XNIO-98 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46211]}, cookies=[:]): <empty> }
19:16:07.427 [XNIO-98 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.427 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "HTTP/1.1 205 Reset Content[\r][\n]"
19:16:07.427 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Connection: keep-alive[\r][\n]"
19:16:07.427 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Content-Length: 0[\r][\n]"
19:16:07.427 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.427 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "[\r][\n]"
19:16:07.427 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << HTTP/1.1 205 Reset Content
19:16:07.427 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Connection: keep-alive
19:16:07.427 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Content-Length: 0
19:16:07.427 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.427 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.427 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:53376<->127.0.0.1:46211
19:16:07.427 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.428 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@752ee1de
19:16:07.430 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@68fd68da
19:16:07.434 [XNIO-99 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 I/O-1', selector sun.nio.ch.EPollSelectorImpl@7573ee04
19:16:07.434 [XNIO-99 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 I/O-2', selector sun.nio.ch.EPollSelectorImpl@4a03a7bf
19:16:07.445 [XNIO-99 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 I/O-3', selector sun.nio.ch.EPollSelectorImpl@1576d7c6
19:16:07.450 [XNIO-99 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 I/O-4', selector sun.nio.ch.EPollSelectorImpl@1fc5cfd5
19:16:07.450 [XNIO-99 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 I/O-5', selector sun.nio.ch.EPollSelectorImpl@7eb01059
19:16:07.454 [XNIO-99 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 I/O-6', selector sun.nio.ch.EPollSelectorImpl@120a074a
19:16:07.454 [XNIO-99 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 I/O-8', selector sun.nio.ch.EPollSelectorImpl@2d9f6948
19:16:07.454 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.454 [XNIO-99 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 Accept', selector sun.nio.ch.EPollSelectorImpl@19f402f6
19:16:07.455 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.454 [XNIO-99 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 I/O-7', selector sun.nio.ch.EPollSelectorImpl@2b80e7cf
19:16:07.456 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.456 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.456 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40011
19:16:07.456 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:40011
19:16:07.456 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:40011
19:16:07.457 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:50874<->127.0.0.1:40011
19:16:07.457 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.457 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.457 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.457 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> DELETE /handling HTTP/1.1
19:16:07.457 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Host: localhost:40011
19:16:07.457 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Connection: Keep-Alive
19:16:07.457 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.457 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Accept-Encoding: gzip,deflate
19:16:07.457 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.457 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Host: localhost:40011[\r][\n]"
19:16:07.457 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.457 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.457 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.457 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "[\r][\n]"
19:16:07.458 [XNIO-99 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40011]}, cookies=[:]): <empty> }
19:16:07.459 [XNIO-99 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.459 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "HTTP/1.1 210 Unknown[\r][\n]"
19:16:07.459 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Connection: keep-alive[\r][\n]"
19:16:07.459 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Content-Length: 0[\r][\n]"
19:16:07.459 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.459 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "[\r][\n]"
19:16:07.459 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << HTTP/1.1 210 Unknown
19:16:07.459 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Connection: keep-alive
19:16:07.459 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Content-Length: 0
19:16:07.459 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.459 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.459 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:50874<->127.0.0.1:40011
19:16:07.459 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.460 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.460 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.460 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40011
19:16:07.460 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.460 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.460 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.460 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> DELETE /handling HTTP/1.1
19:16:07.460 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Host: localhost:40011
19:16:07.460 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Connection: Keep-Alive
19:16:07.460 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.460 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Accept-Encoding: gzip,deflate
19:16:07.460 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.460 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Host: localhost:40011[\r][\n]"
19:16:07.460 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.460 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.460 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.460 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "[\r][\n]"
19:16:07.461 [XNIO-99 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40011]}, cookies=[:]): <empty> }
19:16:07.461 [XNIO-99 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.461 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "HTTP/1.1 210 Unknown[\r][\n]"
19:16:07.461 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Connection: keep-alive[\r][\n]"
19:16:07.461 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Content-Length: 0[\r][\n]"
19:16:07.461 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.461 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "[\r][\n]"
19:16:07.461 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << HTTP/1.1 210 Unknown
19:16:07.461 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Connection: keep-alive
19:16:07.461 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Content-Length: 0
19:16:07.461 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.461 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.461 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:50874<->127.0.0.1:40011
19:16:07.461 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.462 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@68fd68da
19:16:07.464 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@223ed36
19:16:07.466 [XNIO-100 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 I/O-1', selector sun.nio.ch.EPollSelectorImpl@63cf9e67
19:16:07.467 [XNIO-100 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 I/O-2', selector sun.nio.ch.EPollSelectorImpl@a299da0
19:16:07.467 [XNIO-100 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 I/O-3', selector sun.nio.ch.EPollSelectorImpl@39bf98bb
19:16:07.467 [XNIO-100 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 I/O-4', selector sun.nio.ch.EPollSelectorImpl@28b91384
19:16:07.474 [XNIO-100 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 I/O-5', selector sun.nio.ch.EPollSelectorImpl@54953f63
19:16:07.475 [XNIO-100 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 I/O-6', selector sun.nio.ch.EPollSelectorImpl@5683e190
19:16:07.482 [XNIO-100 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 I/O-7', selector sun.nio.ch.EPollSelectorImpl@61c65c0e
19:16:07.482 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.482 [XNIO-100 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 Accept', selector sun.nio.ch.EPollSelectorImpl@9924237
19:16:07.482 [XNIO-100 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 I/O-8', selector sun.nio.ch.EPollSelectorImpl@441fa415
19:16:07.483 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.485 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.485 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.485 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:37681
19:16:07.485 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:37681
19:16:07.485 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:37681
19:16:07.485 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:56952<->127.0.0.1:37681
19:16:07.485 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.485 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.485 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.485 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> DELETE /handling HTTP/1.1
19:16:07.485 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Host: localhost:37681
19:16:07.485 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Connection: Keep-Alive
19:16:07.485 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.485 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Accept-Encoding: gzip,deflate
19:16:07.485 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.485 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Host: localhost:37681[\r][\n]"
19:16:07.485 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.485 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.485 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.485 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "[\r][\n]"
19:16:07.486 [XNIO-100 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:37681]}, cookies=[:]): <empty> }
19:16:07.487 [XNIO-100 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.487 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "HTTP/1.1 211 Unknown[\r][\n]"
19:16:07.487 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Connection: keep-alive[\r][\n]"
19:16:07.487 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Content-Length: 0[\r][\n]"
19:16:07.487 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.487 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "[\r][\n]"
19:16:07.487 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << HTTP/1.1 211 Unknown
19:16:07.487 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Connection: keep-alive
19:16:07.487 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Content-Length: 0
19:16:07.487 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.487 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.487 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:56952<->127.0.0.1:37681
19:16:07.487 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.488 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.488 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.488 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:37681
19:16:07.488 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.488 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.488 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.488 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> DELETE /handling HTTP/1.1
19:16:07.488 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Host: localhost:37681
19:16:07.488 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Connection: Keep-Alive
19:16:07.488 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.488 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Accept-Encoding: gzip,deflate
19:16:07.488 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.488 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Host: localhost:37681[\r][\n]"
19:16:07.488 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.488 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.488 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.488 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "[\r][\n]"
19:16:07.488 [XNIO-100 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:37681]}, cookies=[:]): <empty> }
19:16:07.489 [XNIO-100 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.489 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "HTTP/1.1 211 Unknown[\r][\n]"
19:16:07.489 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Connection: keep-alive[\r][\n]"
19:16:07.489 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Content-Length: 0[\r][\n]"
19:16:07.489 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.489 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "[\r][\n]"
19:16:07.489 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << HTTP/1.1 211 Unknown
19:16:07.489 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Connection: keep-alive
19:16:07.489 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Content-Length: 0
19:16:07.489 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.489 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.489 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:56952<->127.0.0.1:37681
19:16:07.489 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.490 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@223ed36
19:16:07.494 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@6b1a4b6f
19:16:07.497 [XNIO-101 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 I/O-1', selector sun.nio.ch.EPollSelectorImpl@245aee12
19:16:07.498 [XNIO-101 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 I/O-3', selector sun.nio.ch.EPollSelectorImpl@539e15a
19:16:07.497 [XNIO-101 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 I/O-2', selector sun.nio.ch.EPollSelectorImpl@39e5b438
19:16:07.498 [XNIO-101 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 I/O-4', selector sun.nio.ch.EPollSelectorImpl@72cdfbcd
19:16:07.498 [XNIO-101 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 I/O-5', selector sun.nio.ch.EPollSelectorImpl@2415a75a
19:16:07.498 [XNIO-101 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 I/O-6', selector sun.nio.ch.EPollSelectorImpl@6d88c96f
19:16:07.502 [XNIO-101 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 I/O-8', selector sun.nio.ch.EPollSelectorImpl@bd6139b
19:16:07.502 [XNIO-101 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 I/O-7', selector sun.nio.ch.EPollSelectorImpl@4b85266c
19:16:07.502 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.502 [XNIO-101 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 Accept', selector sun.nio.ch.EPollSelectorImpl@41c410b1
19:16:07.502 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.508 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.508 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.508 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:45649
19:16:07.508 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:45649
19:16:07.509 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:45649
19:16:07.509 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:53996<->127.0.0.1:45649
19:16:07.509 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.509 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.509 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.509 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> DELETE /handling HTTP/1.1
19:16:07.509 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Host: localhost:45649
19:16:07.509 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Connection: Keep-Alive
19:16:07.509 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.509 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Accept-Encoding: gzip,deflate
19:16:07.509 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.509 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Host: localhost:45649[\r][\n]"
19:16:07.509 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.509 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.509 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.509 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "[\r][\n]"
19:16:07.511 [XNIO-101 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:45649]}, cookies=[:]): <empty> }
19:16:07.511 [XNIO-101 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.511 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.511 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Connection: keep-alive[\r][\n]"
19:16:07.511 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Content-Length: 0[\r][\n]"
19:16:07.511 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.511 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "[\r][\n]"
19:16:07.512 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << HTTP/1.1 200 OK
19:16:07.512 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Connection: keep-alive
19:16:07.512 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Content-Length: 0
19:16:07.512 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.512 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.512 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:53996<->127.0.0.1:45649
19:16:07.512 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.512 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.513 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.513 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:45649
19:16:07.513 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.513 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.513 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.513 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> DELETE /handling HTTP/1.1
19:16:07.513 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Host: localhost:45649
19:16:07.513 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Connection: Keep-Alive
19:16:07.513 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.513 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Accept-Encoding: gzip,deflate
19:16:07.513 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.513 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Host: localhost:45649[\r][\n]"
19:16:07.513 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.513 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.513 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.513 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "[\r][\n]"
19:16:07.518 [XNIO-101 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:45649]}, cookies=[:]): <empty> }
19:16:07.519 [XNIO-101 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.519 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.519 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Connection: keep-alive[\r][\n]"
19:16:07.519 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Content-Length: 0[\r][\n]"
19:16:07.519 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.519 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "[\r][\n]"
19:16:07.519 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << HTTP/1.1 200 OK
19:16:07.519 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Connection: keep-alive
19:16:07.519 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Content-Length: 0
19:16:07.519 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.519 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.519 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:53996<->127.0.0.1:45649
19:16:07.519 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.520 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@6b1a4b6f
19:16:07.523 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@73f19151
19:16:07.542 [XNIO-102 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 I/O-2', selector sun.nio.ch.EPollSelectorImpl@17fa25f1
19:16:07.546 [XNIO-102 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 I/O-4', selector sun.nio.ch.EPollSelectorImpl@247cd076
19:16:07.547 [XNIO-102 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 I/O-5', selector sun.nio.ch.EPollSelectorImpl@7527cec3
19:16:07.550 [XNIO-102 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 I/O-3', selector sun.nio.ch.EPollSelectorImpl@b30b02e
19:16:07.546 [XNIO-102 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 I/O-1', selector sun.nio.ch.EPollSelectorImpl@6fa7bb69
19:16:07.551 [XNIO-102 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 I/O-6', selector sun.nio.ch.EPollSelectorImpl@305f14d7
19:16:07.560 [XNIO-102 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 I/O-7', selector sun.nio.ch.EPollSelectorImpl@70922f6
19:16:07.561 [XNIO-102 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 I/O-8', selector sun.nio.ch.EPollSelectorImpl@3f6c8876
19:16:07.562 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.562 [XNIO-102 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 Accept', selector sun.nio.ch.EPollSelectorImpl@705e0884
19:16:07.563 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.564 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.564 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.564 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:41519
19:16:07.565 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:41519
19:16:07.565 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:41519
19:16:07.565 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:55728<->127.0.0.1:41519
19:16:07.565 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.565 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.565 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.565 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> DELETE /handling HTTP/1.1
19:16:07.565 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> Host: localhost:41519
19:16:07.565 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> Connection: Keep-Alive
19:16:07.565 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.565 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> Accept-Encoding: gzip,deflate
19:16:07.565 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.565 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "Host: localhost:41519[\r][\n]"
19:16:07.565 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.565 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.565 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.565 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "[\r][\n]"
19:16:07.566 [XNIO-102 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41519]}, cookies=[:]): <empty> }
19:16:07.566 [XNIO-102 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.566 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "HTTP/1.1 300 Multiple Choices[\r][\n]"
19:16:07.566 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "Connection: keep-alive[\r][\n]"
19:16:07.566 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "Content-Length: 0[\r][\n]"
19:16:07.566 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.566 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "[\r][\n]"
19:16:07.566 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << HTTP/1.1 300 Multiple Choices
19:16:07.566 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << Connection: keep-alive
19:16:07.566 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << Content-Length: 0
19:16:07.566 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.567 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.567 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:55728<->127.0.0.1:41519
19:16:07.567 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.567 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.567 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.567 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:41519
19:16:07.567 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.567 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.567 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.568 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> DELETE /handling HTTP/1.1
19:16:07.568 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> Host: localhost:41519
19:16:07.568 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> Connection: Keep-Alive
19:16:07.568 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.568 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> Accept-Encoding: gzip,deflate
19:16:07.568 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.568 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "Host: localhost:41519[\r][\n]"
19:16:07.568 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.568 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.568 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.568 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "[\r][\n]"
19:16:07.570 [XNIO-102 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41519]}, cookies=[:]): <empty> }
19:16:07.571 [XNIO-102 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.571 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "HTTP/1.1 300 Multiple Choices[\r][\n]"
19:16:07.571 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "Connection: keep-alive[\r][\n]"
19:16:07.571 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "Content-Length: 0[\r][\n]"
19:16:07.571 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.571 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "[\r][\n]"
19:16:07.571 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << HTTP/1.1 300 Multiple Choices
19:16:07.571 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << Connection: keep-alive
19:16:07.571 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << Content-Length: 0
19:16:07.571 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.571 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.571 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:55728<->127.0.0.1:41519
19:16:07.571 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.572 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@73f19151
19:16:07.574 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@7984d660
19:16:07.577 [XNIO-103 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 I/O-1', selector sun.nio.ch.EPollSelectorImpl@5c5e8c24
19:16:07.577 [XNIO-103 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 I/O-2', selector sun.nio.ch.EPollSelectorImpl@377653e1
19:16:07.578 [XNIO-103 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 I/O-3', selector sun.nio.ch.EPollSelectorImpl@728b76f4
19:16:07.582 [XNIO-103 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 I/O-4', selector sun.nio.ch.EPollSelectorImpl@6c466c70
19:16:07.582 [XNIO-103 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 I/O-5', selector sun.nio.ch.EPollSelectorImpl@6dee7148
19:16:07.583 [XNIO-103 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 I/O-6', selector sun.nio.ch.EPollSelectorImpl@49243d5d
19:16:07.586 [XNIO-103 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 I/O-7', selector sun.nio.ch.EPollSelectorImpl@5f7562e7
19:16:07.594 [XNIO-103 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 I/O-8', selector sun.nio.ch.EPollSelectorImpl@74627223
19:16:07.594 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.594 [XNIO-103 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 Accept', selector sun.nio.ch.EPollSelectorImpl@792edf3a
19:16:07.595 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.597 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.597 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.597 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:45641
19:16:07.597 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:45641
19:16:07.597 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:45641
19:16:07.597 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:45920<->127.0.0.1:45641
19:16:07.597 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.597 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.597 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.597 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> DELETE /handling HTTP/1.1
19:16:07.597 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> Host: localhost:45641
19:16:07.597 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> Connection: Keep-Alive
19:16:07.597 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.597 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> Accept-Encoding: gzip,deflate
19:16:07.597 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.597 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "Host: localhost:45641[\r][\n]"
19:16:07.597 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.597 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.597 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.597 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "[\r][\n]"
19:16:07.599 [XNIO-103 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:45641]}, cookies=[:]): <empty> }
19:16:07.599 [XNIO-103 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.599 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "HTTP/1.1 400 Bad Request[\r][\n]"
19:16:07.599 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "Connection: keep-alive[\r][\n]"
19:16:07.599 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "Content-Length: 0[\r][\n]"
19:16:07.599 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.599 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "[\r][\n]"
19:16:07.599 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 << HTTP/1.1 400 Bad Request
19:16:07.599 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 << Connection: keep-alive
19:16:07.600 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 << Content-Length: 0
19:16:07.600 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.600 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.600 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:45920<->127.0.0.1:45641
19:16:07.600 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.600 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.600 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.600 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:45641
19:16:07.600 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.600 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.600 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.600 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> DELETE /handling HTTP/1.1
19:16:07.601 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> Host: localhost:45641
19:16:07.601 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> Connection: Keep-Alive
19:16:07.601 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.601 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> Accept-Encoding: gzip,deflate
19:16:07.601 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.601 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "Host: localhost:45641[\r][\n]"
19:16:07.601 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.601 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.601 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.601 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "[\r][\n]"
19:16:07.606 [XNIO-103 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:45641]}, cookies=[:]): <empty> }
19:16:07.607 [XNIO-103 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.607 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "HTTP/1.1 400 Bad Request[\r][\n]"
19:16:07.607 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "Connection: keep-alive[\r][\n]"
19:16:07.607 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "Content-Length: 0[\r][\n]"
19:16:07.607 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.607 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "[\r][\n]"
19:16:07.607 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 << HTTP/1.1 400 Bad Request
19:16:07.607 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 << Connection: keep-alive
19:16:07.607 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 << Content-Length: 0
19:16:07.607 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.607 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.607 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:45920<->127.0.0.1:45641
19:16:07.607 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.608 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@7984d660
19:16:07.610 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@58168fea
19:16:07.614 [XNIO-104 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 I/O-1', selector sun.nio.ch.EPollSelectorImpl@51ad9a88
19:16:07.615 [XNIO-104 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 I/O-2', selector sun.nio.ch.EPollSelectorImpl@5ac1d68e
19:16:07.616 [XNIO-104 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 I/O-4', selector sun.nio.ch.EPollSelectorImpl@43649753
19:16:07.616 [XNIO-104 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 I/O-6', selector sun.nio.ch.EPollSelectorImpl@6c9e7132
19:16:07.614 [XNIO-104 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 I/O-3', selector sun.nio.ch.EPollSelectorImpl@1babfb52
19:16:07.616 [XNIO-104 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 I/O-5', selector sun.nio.ch.EPollSelectorImpl@c0c1d9
19:16:07.616 [XNIO-104 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 I/O-7', selector sun.nio.ch.EPollSelectorImpl@4f08f733
19:16:07.616 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.616 [XNIO-104 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 I/O-8', selector sun.nio.ch.EPollSelectorImpl@4318246d
19:16:07.616 [XNIO-104 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 Accept', selector sun.nio.ch.EPollSelectorImpl@5ecefcac
19:16:07.616 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.618 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.618 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.618 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:35155
19:16:07.618 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:35155
19:16:07.618 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:35155
19:16:07.618 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:49820<->127.0.0.1:35155
19:16:07.618 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.618 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.618 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.618 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> DELETE /handling HTTP/1.1
19:16:07.618 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> Host: localhost:35155
19:16:07.618 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> Connection: Keep-Alive
19:16:07.618 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.618 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> Accept-Encoding: gzip,deflate
19:16:07.618 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.618 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "Host: localhost:35155[\r][\n]"
19:16:07.618 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.618 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.618 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.618 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "[\r][\n]"
19:16:07.619 [XNIO-104 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35155]}, cookies=[:]): <empty> }
19:16:07.619 [XNIO-104 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.620 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "HTTP/1.1 500 Internal Server Error[\r][\n]"
19:16:07.620 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "Connection: keep-alive[\r][\n]"
19:16:07.620 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "Content-Length: 0[\r][\n]"
19:16:07.620 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.620 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "[\r][\n]"
19:16:07.620 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 << HTTP/1.1 500 Internal Server Error
19:16:07.620 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 << Connection: keep-alive
19:16:07.620 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 << Content-Length: 0
19:16:07.620 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.620 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.620 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:49820<->127.0.0.1:35155
19:16:07.620 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.620 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.620 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.621 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:35155
19:16:07.621 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.621 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.621 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.621 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> DELETE /handling HTTP/1.1
19:16:07.621 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> Host: localhost:35155
19:16:07.621 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> Connection: Keep-Alive
19:16:07.621 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.621 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> Accept-Encoding: gzip,deflate
19:16:07.621 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.621 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "Host: localhost:35155[\r][\n]"
19:16:07.621 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.621 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.621 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.621 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "[\r][\n]"
19:16:07.622 [XNIO-104 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35155]}, cookies=[:]): <empty> }
19:16:07.623 [XNIO-104 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.623 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "HTTP/1.1 500 Internal Server Error[\r][\n]"
19:16:07.623 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "Connection: keep-alive[\r][\n]"
19:16:07.623 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "Content-Length: 0[\r][\n]"
19:16:07.623 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.623 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "[\r][\n]"
19:16:07.623 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 << HTTP/1.1 500 Internal Server Error
19:16:07.623 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 << Connection: keep-alive
19:16:07.623 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 << Content-Length: 0
19:16:07.623 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.623 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.623 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:49820<->127.0.0.1:35155
19:16:07.623 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.624 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@58168fea
19:16:07.628 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@4aa5296b
19:16:07.629 [XNIO-105 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 I/O-1', selector sun.nio.ch.EPollSelectorImpl@b5ccdd9
19:16:07.629 [XNIO-105 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 I/O-4', selector sun.nio.ch.EPollSelectorImpl@68ada7f2
19:16:07.629 [XNIO-105 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 I/O-5', selector sun.nio.ch.EPollSelectorImpl@5b8a541d
19:16:07.629 [XNIO-105 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 I/O-2', selector sun.nio.ch.EPollSelectorImpl@217b1846
19:16:07.629 [XNIO-105 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 I/O-3', selector sun.nio.ch.EPollSelectorImpl@50edbb5d
19:16:07.629 [XNIO-105 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 I/O-6', selector sun.nio.ch.EPollSelectorImpl@74a2f579
19:16:07.629 [XNIO-105 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 I/O-7', selector sun.nio.ch.EPollSelectorImpl@44fa16eb
19:16:07.629 [XNIO-105 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 I/O-8', selector sun.nio.ch.EPollSelectorImpl@1896cd33
19:16:07.629 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.629 [XNIO-105 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 Accept', selector sun.nio.ch.EPollSelectorImpl@6d01ee23
19:16:07.630 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.640 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.640 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.640 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:43563
19:16:07.641 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:43563
19:16:07.641 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:43563
19:16:07.641 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:43120<->127.0.0.1:43563
19:16:07.641 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.641 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.641 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.641 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> DELETE /handling HTTP/1.1
19:16:07.641 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> Host: localhost:43563
19:16:07.641 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> Connection: Keep-Alive
19:16:07.641 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.641 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> Accept-Encoding: gzip,deflate
19:16:07.641 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.641 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "Host: localhost:43563[\r][\n]"
19:16:07.641 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.641 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.641 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.641 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "[\r][\n]"
19:16:07.642 [XNIO-105 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43563]}, cookies=[:]): <empty> }
19:16:07.642 [XNIO-105 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.643 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.643 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "Content-Encoding: gzip[\r][\n]"
19:16:07.643 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "Connection: keep-alive[\r][\n]"
19:16:07.643 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "Content-Type: text/plain[\r][\n]"
19:16:07.643 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "Content-Length: 27[\r][\n]"
19:16:07.643 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.643 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "[\r][\n]"
19:16:07.643 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:07.643 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << HTTP/1.1 200 OK
19:16:07.643 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << Content-Encoding: gzip
19:16:07.643 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << Connection: keep-alive
19:16:07.643 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << Content-Type: text/plain
19:16:07.643 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << Content-Length: 27
19:16:07.643 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.643 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.643 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:43120<->127.0.0.1:43563
19:16:07.644 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.644 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.644 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.644 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:43563
19:16:07.644 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.644 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.644 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.644 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> DELETE /handling HTTP/1.1
19:16:07.644 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> Host: localhost:43563
19:16:07.644 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> Connection: Keep-Alive
19:16:07.644 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.644 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> Accept-Encoding: gzip,deflate
19:16:07.644 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.644 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "Host: localhost:43563[\r][\n]"
19:16:07.644 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.644 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.644 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.644 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "[\r][\n]"
19:16:07.646 [XNIO-105 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43563]}, cookies=[:]): <empty> }
19:16:07.647 [XNIO-105 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.647 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.648 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "Content-Encoding: gzip[\r][\n]"
19:16:07.648 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "Connection: keep-alive[\r][\n]"
19:16:07.648 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "Content-Type: text/plain[\r][\n]"
19:16:07.648 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "Content-Length: 27[\r][\n]"
19:16:07.648 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.648 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "[\r][\n]"
19:16:07.648 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:07.648 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << HTTP/1.1 200 OK
19:16:07.648 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << Content-Encoding: gzip
19:16:07.648 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << Connection: keep-alive
19:16:07.648 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << Content-Type: text/plain
19:16:07.648 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << Content-Length: 27
19:16:07.648 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.648 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.648 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:43120<->127.0.0.1:43563
19:16:07.648 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.649 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@4aa5296b
19:16:07.652 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@681afda0
19:16:07.653 [XNIO-106 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 I/O-1', selector sun.nio.ch.EPollSelectorImpl@2496f0a
19:16:07.655 [XNIO-105 task-2] DEBUG ersatz.undertow.request.io - UT005013: An IOException occurred
java.nio.channels.ClosedChannelException: null
	at sun.nio.ch.SocketChannelImpl.shutdownOutput(SocketChannelImpl.java:797)
	at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:190)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.processWrite(HttpResponseConduit.java:250)
	at ersatz.undertow.server.protocol.http.HttpResponseConduit.write(HttpResponseConduit.java:596)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:106)
	at ersatz.undertow.conduits.AbstractFixedLengthStreamSinkConduit.write(AbstractFixedLengthStreamSinkConduit.java:120)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.performFlushIfRequired(DeflatingStreamSinkConduit.java:419)
	at ersatz.undertow.conduits.DeflatingStreamSinkConduit.flush(DeflatingStreamSinkConduit.java:349)
	at ersatz.xnio.conduits.ConduitStreamSinkChannel.flush(ConduitStreamSinkChannel.java:162)
	at ersatz.undertow.channels.DetachableStreamSinkChannel.flush(DetachableStreamSinkChannel.java:119)
	at ersatz.xnio.channels.Channels.flushBlocking(Channels.java:63)
	at ersatz.undertow.io.UndertowOutputStream.close(UndertowOutputStream.java:344)
	at ersatz.undertow.io.BlockingSenderImpl.close(BlockingSenderImpl.java:170)
	at ersatz.undertow.io.DefaultIoCallback.onComplete(DefaultIoCallback.java:54)
	at ersatz.undertow.io.BlockingSenderImpl.invokeOnComplete(BlockingSenderImpl.java:227)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:95)
	at ersatz.undertow.io.BlockingSenderImpl.send(BlockingSenderImpl.java:117)
	at com.stehno.ersatz.ErsatzServer.send(ErsatzServer.groovy:494)
	at com.stehno.ersatz.ErsatzServer.access$0(ErsatzServer.groovy)
	at com.stehno.ersatz.ErsatzServer$1.handleRequest(ErsatzServer.groovy:370)
	at ersatz.undertow.server.handlers.HttpTraceHandler.handleRequest(HttpTraceHandler.java:70)
	at ersatz.undertow.server.handlers.encoding.EncodingHandler.handleRequest(EncodingHandler.java:72)
	at ersatz.undertow.server.Connectors.executeRootHandler(Connectors.java:332)
	at ersatz.undertow.server.HttpServerExchange$1.run(HttpServerExchange.java:812)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
	Suppressed: java.nio.channels.ClosedByInterruptException: null
		at java.nio.channels.spi.AbstractInterruptibleChannel.end(AbstractInterruptibleChannel.java:202)
		at sun.nio.ch.SocketChannelImpl.write(SocketChannelImpl.java:511)
		at ersatz.xnio.nio.NioSocketConduit.write(NioSocketConduit.java:184)
		... 25 common frames omitted
19:16:07.659 [XNIO-106 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 I/O-3', selector sun.nio.ch.EPollSelectorImpl@48af8361
19:16:07.659 [XNIO-106 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 I/O-4', selector sun.nio.ch.EPollSelectorImpl@2250e7f3
19:16:07.658 [XNIO-106 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 I/O-2', selector sun.nio.ch.EPollSelectorImpl@825d415
19:16:07.660 [XNIO-106 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 I/O-5', selector sun.nio.ch.EPollSelectorImpl@73db5b5
19:16:07.660 [XNIO-106 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 I/O-6', selector sun.nio.ch.EPollSelectorImpl@38da1e27
19:16:07.660 [XNIO-106 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 I/O-7', selector sun.nio.ch.EPollSelectorImpl@226a918
19:16:07.660 [XNIO-106 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 I/O-8', selector sun.nio.ch.EPollSelectorImpl@766d4234
19:16:07.660 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.661 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.662 [XNIO-106 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 Accept', selector sun.nio.ch.EPollSelectorImpl@3841ccad
19:16:07.663 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.663 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.663 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:42067
19:16:07.663 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:42067
19:16:07.663 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:42067
19:16:07.663 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:34008<->127.0.0.1:42067
19:16:07.663 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.663 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.663 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.663 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> DELETE /handling HTTP/1.1
19:16:07.663 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> Host: localhost:42067
19:16:07.663 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> Connection: Keep-Alive
19:16:07.663 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.663 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> Accept-Encoding: gzip,deflate
19:16:07.663 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.663 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "Host: localhost:42067[\r][\n]"
19:16:07.663 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.663 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.663 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.663 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "[\r][\n]"
19:16:07.664 [XNIO-106 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42067]}, cookies=[:]): <empty> }
19:16:07.665 [XNIO-106 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.665 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "HTTP/1.1 300 Multiple Choices[\r][\n]"
19:16:07.665 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "Content-Encoding: gzip[\r][\n]"
19:16:07.665 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "Connection: keep-alive[\r][\n]"
19:16:07.665 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "Content-Type: text/plain[\r][\n]"
19:16:07.665 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "Content-Length: 27[\r][\n]"
19:16:07.665 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.665 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "[\r][\n]"
19:16:07.665 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:07.665 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << HTTP/1.1 300 Multiple Choices
19:16:07.665 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << Content-Encoding: gzip
19:16:07.665 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << Connection: keep-alive
19:16:07.665 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << Content-Type: text/plain
19:16:07.665 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << Content-Length: 27
19:16:07.665 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.665 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.666 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:34008<->127.0.0.1:42067
19:16:07.666 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.667 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.667 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.667 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:42067
19:16:07.667 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.667 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.667 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.667 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> DELETE /handling HTTP/1.1
19:16:07.667 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> Host: localhost:42067
19:16:07.667 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> Connection: Keep-Alive
19:16:07.667 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.667 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> Accept-Encoding: gzip,deflate
19:16:07.667 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.667 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "Host: localhost:42067[\r][\n]"
19:16:07.667 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.667 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.667 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.667 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "[\r][\n]"
19:16:07.670 [XNIO-106 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42067]}, cookies=[:]): <empty> }
19:16:07.671 [XNIO-106 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "HTTP/1.1 300 Multiple Choices[\r][\n]"
19:16:07.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "Content-Encoding: gzip[\r][\n]"
19:16:07.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "Connection: keep-alive[\r][\n]"
19:16:07.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "Content-Type: text/plain[\r][\n]"
19:16:07.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "Content-Length: 27[\r][\n]"
19:16:07.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "[\r][\n]"
19:16:07.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:07.672 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << HTTP/1.1 300 Multiple Choices
19:16:07.672 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << Content-Encoding: gzip
19:16:07.672 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << Connection: keep-alive
19:16:07.672 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << Content-Type: text/plain
19:16:07.672 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << Content-Length: 27
19:16:07.672 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.672 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.672 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:34008<->127.0.0.1:42067
19:16:07.672 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.672 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@681afda0
19:16:07.675 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@74178928
19:16:07.676 [XNIO-107 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 I/O-1', selector sun.nio.ch.EPollSelectorImpl@46c9ce6f
19:16:07.676 [XNIO-107 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 I/O-2', selector sun.nio.ch.EPollSelectorImpl@536d731c
19:16:07.678 [XNIO-107 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 I/O-3', selector sun.nio.ch.EPollSelectorImpl@21669a06
19:16:07.679 [XNIO-107 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 I/O-4', selector sun.nio.ch.EPollSelectorImpl@6fd9eabd
19:16:07.682 [XNIO-107 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 I/O-5', selector sun.nio.ch.EPollSelectorImpl@381be493
19:16:07.690 [XNIO-107 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 I/O-6', selector sun.nio.ch.EPollSelectorImpl@cd233bd
19:16:07.691 [XNIO-107 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 I/O-7', selector sun.nio.ch.EPollSelectorImpl@2cb5c9f3
19:16:07.691 [XNIO-107 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 I/O-8', selector sun.nio.ch.EPollSelectorImpl@2f8a4e58
19:16:07.691 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.691 [XNIO-107 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 Accept', selector sun.nio.ch.EPollSelectorImpl@55820951
19:16:07.691 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.693 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.693 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.693 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:34819
19:16:07.693 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:34819
19:16:07.693 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:34819
19:16:07.693 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:42782<->127.0.0.1:34819
19:16:07.693 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.693 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.693 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.694 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> DELETE /handling HTTP/1.1
19:16:07.694 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> Host: localhost:34819
19:16:07.694 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> Connection: Keep-Alive
19:16:07.694 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.694 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> Accept-Encoding: gzip,deflate
19:16:07.694 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.694 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "Host: localhost:34819[\r][\n]"
19:16:07.694 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.694 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.694 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.694 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "[\r][\n]"
19:16:07.694 [XNIO-107 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:34819]}, cookies=[:]): <empty> }
19:16:07.695 [XNIO-107 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.695 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "HTTP/1.1 400 Bad Request[\r][\n]"
19:16:07.695 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "Content-Encoding: gzip[\r][\n]"
19:16:07.695 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "Connection: keep-alive[\r][\n]"
19:16:07.695 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "Content-Type: text/plain[\r][\n]"
19:16:07.695 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "Content-Length: 27[\r][\n]"
19:16:07.695 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.695 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "[\r][\n]"
19:16:07.695 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:07.695 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << HTTP/1.1 400 Bad Request
19:16:07.695 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << Content-Encoding: gzip
19:16:07.695 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << Connection: keep-alive
19:16:07.695 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << Content-Type: text/plain
19:16:07.695 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << Content-Length: 27
19:16:07.695 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.695 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.696 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:42782<->127.0.0.1:34819
19:16:07.696 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.696 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.696 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.696 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:34819
19:16:07.696 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.696 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.696 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.696 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> DELETE /handling HTTP/1.1
19:16:07.696 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> Host: localhost:34819
19:16:07.696 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> Connection: Keep-Alive
19:16:07.696 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.696 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> Accept-Encoding: gzip,deflate
19:16:07.696 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.696 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "Host: localhost:34819[\r][\n]"
19:16:07.696 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.696 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.696 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.696 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "[\r][\n]"
19:16:07.697 [XNIO-107 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:34819]}, cookies=[:]): <empty> }
19:16:07.697 [XNIO-107 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.698 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "HTTP/1.1 400 Bad Request[\r][\n]"
19:16:07.698 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "Content-Encoding: gzip[\r][\n]"
19:16:07.698 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "Connection: keep-alive[\r][\n]"
19:16:07.698 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "Content-Type: text/plain[\r][\n]"
19:16:07.698 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "Content-Length: 27[\r][\n]"
19:16:07.698 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.698 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "[\r][\n]"
19:16:07.698 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:07.698 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << HTTP/1.1 400 Bad Request
19:16:07.698 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << Content-Encoding: gzip
19:16:07.698 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << Connection: keep-alive
19:16:07.698 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << Content-Type: text/plain
19:16:07.698 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << Content-Length: 27
19:16:07.698 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.698 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.699 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:42782<->127.0.0.1:34819
19:16:07.699 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.700 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@74178928
19:16:07.702 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@249c7792
19:16:07.704 [XNIO-108 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 I/O-1', selector sun.nio.ch.EPollSelectorImpl@701b9e72
19:16:07.706 [XNIO-108 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 I/O-3', selector sun.nio.ch.EPollSelectorImpl@35890690
19:16:07.706 [XNIO-108 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 I/O-2', selector sun.nio.ch.EPollSelectorImpl@44f10318
19:16:07.710 [XNIO-108 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 I/O-4', selector sun.nio.ch.EPollSelectorImpl@dc120da
19:16:07.712 [XNIO-108 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 I/O-5', selector sun.nio.ch.EPollSelectorImpl@348f7b
19:16:07.712 [XNIO-108 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 I/O-6', selector sun.nio.ch.EPollSelectorImpl@63463cc9
19:16:07.712 [XNIO-108 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 I/O-7', selector sun.nio.ch.EPollSelectorImpl@76190dbe
19:16:07.712 [XNIO-108 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 I/O-8', selector sun.nio.ch.EPollSelectorImpl@6b2260fc
19:16:07.712 [XNIO-108 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 Accept', selector sun.nio.ch.EPollSelectorImpl@653e525c
19:16:07.712 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.713 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.715 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.715 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.715 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:41691
19:16:07.715 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:41691
19:16:07.715 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:41691
19:16:07.715 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:40182<->127.0.0.1:41691
19:16:07.715 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.715 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.715 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.715 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> DELETE /handling HTTP/1.1
19:16:07.715 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> Host: localhost:41691
19:16:07.715 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> Connection: Keep-Alive
19:16:07.715 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.715 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> Accept-Encoding: gzip,deflate
19:16:07.715 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.715 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "Host: localhost:41691[\r][\n]"
19:16:07.715 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.715 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.715 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.715 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "[\r][\n]"
19:16:07.716 [XNIO-108 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41691]}, cookies=[:]): <empty> }
19:16:07.716 [XNIO-108 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.717 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "HTTP/1.1 500 Internal Server Error[\r][\n]"
19:16:07.717 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "Content-Encoding: gzip[\r][\n]"
19:16:07.717 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "Connection: keep-alive[\r][\n]"
19:16:07.717 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "Content-Type: text/plain[\r][\n]"
19:16:07.717 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "Content-Length: 27[\r][\n]"
19:16:07.717 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.717 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "[\r][\n]"
19:16:07.717 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:07.717 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << HTTP/1.1 500 Internal Server Error
19:16:07.717 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << Content-Encoding: gzip
19:16:07.717 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << Connection: keep-alive
19:16:07.717 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << Content-Type: text/plain
19:16:07.717 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << Content-Length: 27
19:16:07.717 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.717 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.717 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40182<->127.0.0.1:41691
19:16:07.717 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.718 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.718 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.718 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:41691
19:16:07.718 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /handling HTTP/1.1
19:16:07.718 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.718 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.718 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> DELETE /handling HTTP/1.1
19:16:07.718 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> Host: localhost:41691
19:16:07.718 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> Connection: Keep-Alive
19:16:07.718 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.718 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> Accept-Encoding: gzip,deflate
19:16:07.718 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "DELETE /handling HTTP/1.1[\r][\n]"
19:16:07.718 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "Host: localhost:41691[\r][\n]"
19:16:07.718 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.718 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.718 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.718 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "[\r][\n]"
19:16:07.722 [XNIO-108 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41691]}, cookies=[:]): <empty> }
19:16:07.723 [XNIO-108 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.723 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "HTTP/1.1 500 Internal Server Error[\r][\n]"
19:16:07.723 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "Content-Encoding: gzip[\r][\n]"
19:16:07.723 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "Connection: keep-alive[\r][\n]"
19:16:07.723 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "Content-Type: text/plain[\r][\n]"
19:16:07.723 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "Content-Length: 27[\r][\n]"
19:16:07.723 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.723 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "[\r][\n]"
19:16:07.723 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xcb][0xcf][0xd6]-I[0xad]([0x1][0x0][0x85][0x8f]?[0xa1][0x7][0x0][0x0][0x0]"
19:16:07.723 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << HTTP/1.1 500 Internal Server Error
19:16:07.723 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << Content-Encoding: gzip
19:16:07.723 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << Connection: keep-alive
19:16:07.723 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << Content-Type: text/plain
19:16:07.723 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << Content-Length: 27
19:16:07.723 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.724 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.724 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40182<->127.0.0.1:41691
19:16:07.724 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.724 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@249c7792
19:16:07.728 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@5e2e7e0b
19:16:07.734 [XNIO-109 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 I/O-1', selector sun.nio.ch.EPollSelectorImpl@e47977e
19:16:07.734 [XNIO-109 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 I/O-2', selector sun.nio.ch.EPollSelectorImpl@66b17e3b
19:16:07.734 [XNIO-109 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 I/O-3', selector sun.nio.ch.EPollSelectorImpl@70fa550e
19:16:07.734 [XNIO-109 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 I/O-4', selector sun.nio.ch.EPollSelectorImpl@158146ac
19:16:07.737 [XNIO-109 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 I/O-5', selector sun.nio.ch.EPollSelectorImpl@56c2f2ab
19:16:07.737 [XNIO-109 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 I/O-6', selector sun.nio.ch.EPollSelectorImpl@ba66adc
19:16:07.737 [XNIO-109 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 I/O-7', selector sun.nio.ch.EPollSelectorImpl@15a3cf32
19:16:07.737 [XNIO-109 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 I/O-8', selector sun.nio.ch.EPollSelectorImpl@238eab80
19:16:07.738 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.738 [XNIO-109 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 Accept', selector sun.nio.ch.EPollSelectorImpl@2415b12
19:16:07.739 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.743 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.743 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.743 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:45809
19:16:07.743 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:45809
19:16:07.743 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:45809
19:16:07.743 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:35750<->127.0.0.1:45809
19:16:07.743 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /gzip HTTP/1.1
19:16:07.743 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.743 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.743 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> DELETE /gzip HTTP/1.1
19:16:07.743 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> Accept-Encoding: gzip
19:16:07.743 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> Host: localhost:45809
19:16:07.743 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> Connection: Keep-Alive
19:16:07.743 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.743 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "DELETE /gzip HTTP/1.1[\r][\n]"
19:16:07.743 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "Accept-Encoding: gzip[\r][\n]"
19:16:07.743 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "Host: localhost:45809[\r][\n]"
19:16:07.743 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.743 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.743 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "[\r][\n]"
19:16:07.745 [XNIO-109 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /gzip (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:45809]}, cookies=[:]): <empty> }
19:16:07.746 [XNIO-109 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
19:16:07.746 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.746 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "Content-Encoding: gzip[\r][\n]"
19:16:07.746 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "Connection: keep-alive[\r][\n]"
19:16:07.746 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "Content-Type: text/plain[\r][\n]"
19:16:07.746 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "Content-Length: 29[\r][\n]"
19:16:07.746 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.746 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "[\r][\n]"
19:16:07.746 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab][0xa8][0x18][0x5][0xa3]`[0x14][0xc]w[0x0][0x0][0xe6][0xc9]A;[0xe8][0x3][0x0][0x0]"
19:16:07.746 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << HTTP/1.1 200 OK
19:16:07.746 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << Content-Encoding: gzip
19:16:07.746 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << Connection: keep-alive
19:16:07.746 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << Content-Type: text/plain
19:16:07.746 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << Content-Length: 29
19:16:07.746 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.746 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.748 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:35750<->127.0.0.1:45809
19:16:07.748 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.748 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.748 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.749 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:45809
19:16:07.749 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request DELETE /gzip HTTP/1.1
19:16:07.749 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.749 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.749 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> DELETE /gzip HTTP/1.1
19:16:07.749 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> Accept-Encoding: gzip
19:16:07.749 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> Host: localhost:45809
19:16:07.749 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> Connection: Keep-Alive
19:16:07.749 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.749 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "DELETE /gzip HTTP/1.1[\r][\n]"
19:16:07.749 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "Accept-Encoding: gzip[\r][\n]"
19:16:07.749 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "Host: localhost:45809[\r][\n]"
19:16:07.749 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.749 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:07.749 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "[\r][\n]"
19:16:07.762 [XNIO-109 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { DELETE /gzip (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:45809]}, cookies=[:]): <empty> }
19:16:07.763 [XNIO-109 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
19:16:07.763 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.763 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "Content-Encoding: gzip[\r][\n]"
19:16:07.763 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "Connection: keep-alive[\r][\n]"
19:16:07.763 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "Content-Type: text/plain[\r][\n]"
19:16:07.763 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "Content-Length: 29[\r][\n]"
19:16:07.763 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "Date: Sun, 11 Aug 2019 00:15:57 GMT[\r][\n]"
19:16:07.763 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "[\r][\n]"
19:16:07.763 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "[0x1f][0x8b][0x8][0x0][0x0][0x0][0x0][0x0][0x0][0x0][0xab][0xa8][0x18][0x5][0xa3]`[0x14][0xc]w[0x0][0x0][0xe6][0xc9]A;[0xe8][0x3][0x0][0x0]"
19:16:07.764 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << HTTP/1.1 200 OK
19:16:07.764 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << Content-Encoding: gzip
19:16:07.764 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << Connection: keep-alive
19:16:07.764 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << Content-Type: text/plain
19:16:07.764 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << Content-Length: 29
19:16:07.764 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << Date: Sun, 11 Aug 2019 00:15:57 GMT
19:16:07.764 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.764 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:35750<->127.0.0.1:45809
19:16:07.764 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.764 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@5e2e7e0b