Class groovyx.net.http.ApacheHttpPutSpec

58

tests

0

failures

0

ignored

2.308s

duration

100%

successful

Tests

Test Duration Result
HTTP PUT with BASIC authentication (authorized) 0.047s passed
HTTP PUT with BASIC authentication (unauthorized) 0.044s passed
HTTP PUT with DIGEST authentication (authorized) 0.027s passed
HTTP PUT with DIGEST authentication (unauthorized) 0.044s passed
HTTPS PUT with BASIC authentication (authorized) 0.066s passed
HTTPS PUT with BASIC authentication (unauthorized) 0.083s passed
HTTPS PUT with DIGEST authentication (authorized) 0.071s passed
HTTPS PUT with DIGEST authentication (unauthorized) 0.085s passed
form (url-encoded): HTTP 0.018s passed
form (url-encoded): HTTPS 0.031s passed
gzip compression supported 0.021s passed
interceptor 0.049s passed
multipart request HTTP 0.024s passed
multipart request HTTPS 0.037s passed
put(): HTTP application/json [:] 0.093s passed
put(): HTTP application/xml [one:1] 0.076s passed
put(): HTTP text/csv [one:1, two:2] 0.036s passed
put(): HTTP text/html [two:2] 0.048s passed
put(): HTTP text/plain null 0.057s passed
put(): HTTPS application/json [:] 0.100s passed
put(): HTTPS application/xml [one:1] 0.077s passed
put(): HTTPS text/csv [one:1, two:2] 0.066s passed
put(): HTTPS text/html [two:2] 0.056s passed
put(): HTTPS text/plain null 0.080s passed
put(Class,Closure): cookies -> [:] 0.044s passed
put(Class,Closure): cookies -> [flavor:chocolate-chip, count:dozen] 0.032s passed
put(Class,Closure): cookies -> [flavor:chocolate-chip] 0.037s passed
put(Class,Closure): cookies -> null 0.052s passed
put(Class,Consumer): cookies -> [:] 0.042s passed
put(Class,Consumer): cookies -> [flavor:oatmeal, count:dozen] 0.034s passed
put(Class,Consumer): cookies -> [flavor:peanut-butter] 0.032s passed
put(Class,Consumer): cookies -> null 0.042s passed
put(Closure): query -> [:] 0.035s passed
put(Closure): query -> [alpha:[one, two], bravo:three] 0.033s passed
put(Closure): query -> [alpha:[one, two]] 0.035s passed
put(Closure): query -> [alpha:[one]] 0.035s passed
put(Closure): query -> [alpha:one] 0.034s passed
put(Closure): query -> null 0.040s passed
put(Consumer): headers -> [:] 0.031s passed
put(Consumer): headers -> [hat:fedora] 0.020s passed
put(Consumer): headers -> null 0.031s passed
request content encoding (application/json) 0.028s passed
request content encoding (application/xml) 0.020s passed
request content encoding (text/html) 0.017s passed
success/failure handler with BiFunction (200) 0.028s passed
success/failure handler with BiFunction (300) 0.014s passed
success/failure handler with BiFunction (400) 0.012s passed
success/failure handler with BiFunction (500) 0.012s passed
success/failure handler with Closure (200) 0.025s passed
success/failure handler with Closure (300) 0.022s passed
success/failure handler with Closure (400) 0.024s passed
success/failure handler with Closure (500) 0.019s passed
when handler with BiFunction (205) 0.024s passed
when handler with BiFunction (210) 0.019s passed
when handler with BiFunction (211) 0.040s passed
when handler with Closure (205) 0.025s passed
when handler with Closure (210) 0.020s passed
when handler with Closure (211) 0.014s passed

Standard output

19:16:06.113 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@7b8767e5
19:16:06.115 [XNIO-69 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 I/O-1', selector sun.nio.ch.EPollSelectorImpl@1296b6eb
19:16:06.115 [XNIO-69 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 I/O-2', selector sun.nio.ch.EPollSelectorImpl@77081492
19:16:06.120 [XNIO-69 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 I/O-3', selector sun.nio.ch.EPollSelectorImpl@235582d7
19:16:06.133 [XNIO-69 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 I/O-4', selector sun.nio.ch.EPollSelectorImpl@16111f05
19:16:06.134 [XNIO-69 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 I/O-5', selector sun.nio.ch.EPollSelectorImpl@4f47adb
19:16:06.135 [XNIO-69 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 I/O-6', selector sun.nio.ch.EPollSelectorImpl@2486deba
19:16:06.135 [XNIO-69 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 I/O-7', selector sun.nio.ch.EPollSelectorImpl@7507da79
19:16:06.138 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.139 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.140 [XNIO-69 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 Accept', selector sun.nio.ch.EPollSelectorImpl@4b62759d
19:16:06.145 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.145 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.145 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:33119
19:16:06.145 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:33119
19:16:06.145 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:33119
19:16:06.145 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:47990<->127.0.0.1:33119
19:16:06.145 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.145 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.145 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.145 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> PUT /alpha HTTP/1.1
19:16:06.145 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> Content-Type: application/json; charset=utf-8
19:16:06.145 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> Content-Length: 0
19:16:06.145 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> Host: localhost:33119
19:16:06.145 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> Connection: Keep-Alive
19:16:06.145 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.145 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> Accept-Encoding: gzip,deflate
19:16:06.145 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.145 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.145 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "Content-Length: 0[\r][\n]"
19:16:06.145 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "Host: localhost:33119[\r][\n]"
19:16:06.145 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.145 [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:06.145 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.145 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "[\r][\n]"
19:16:06.147 [XNIO-69 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-69 I/O-8', selector sun.nio.ch.EPollSelectorImpl@6f085f6d
19:16:06.150 [XNIO-69 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[0], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33119]}, cookies=[:]): <empty> }
19:16:06.152 [XNIO-69 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Content-Encoding: gzip[\r][\n]"
19:16:06.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Connection: keep-alive[\r][\n]"
19:16:06.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Content-Type: text/plain[\r][\n]"
19:16:06.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Content-Length: 27[\r][\n]"
19:16:06.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "[\r][\n]"
19:16:06.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "[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.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << HTTP/1.1 200 OK
19:16:06.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Content-Encoding: gzip
19:16:06.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Connection: keep-alive
19:16:06.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Content-Type: text/plain
19:16:06.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Content-Length: 27
19:16:06.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.152 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.153 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:47990<->127.0.0.1:33119
19:16:06.153 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.155 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.155 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.155 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:33119
19:16:06.155 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.155 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.155 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.155 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> PUT /alpha HTTP/1.1
19:16:06.155 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> Content-Type: application/json; charset=utf-8
19:16:06.155 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> Content-Length: 0
19:16:06.155 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> Host: localhost:33119
19:16:06.155 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> Connection: Keep-Alive
19:16:06.155 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:06.155 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 >> Accept-Encoding: gzip,deflate
19:16:06.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "Content-Length: 0[\r][\n]"
19:16:06.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "Host: localhost:33119[\r][\n]"
19:16:06.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.155 [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:06.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 >> "[\r][\n]"
19:16:06.162 [XNIO-69 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[0], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33119]}, cookies=[:]): <empty> }
19:16:06.163 [XNIO-69 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.163 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.163 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Content-Encoding: gzip[\r][\n]"
19:16:06.163 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Connection: keep-alive[\r][\n]"
19:16:06.164 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Content-Type: text/plain[\r][\n]"
19:16:06.164 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Content-Length: 27[\r][\n]"
19:16:06.164 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.164 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "[\r][\n]"
19:16:06.164 [Test worker] DEBUG org.apache.http.wire - http-outgoing-66 << "[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.164 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << HTTP/1.1 200 OK
19:16:06.164 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Content-Encoding: gzip
19:16:06.164 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Connection: keep-alive
19:16:06.164 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Content-Type: text/plain
19:16:06.164 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Content-Length: 27
19:16:06.164 [Test worker] DEBUG org.apache.http.headers - http-outgoing-66 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.164 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.164 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:47990<->127.0.0.1:33119
19:16:06.164 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.165 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@7b8767e5
19:16:06.169 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@613bdaac
19:16:06.174 [XNIO-70 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 I/O-2', selector sun.nio.ch.EPollSelectorImpl@888baff
19:16:06.175 [XNIO-70 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 I/O-3', selector sun.nio.ch.EPollSelectorImpl@40a41038
19:16:06.174 [XNIO-70 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 I/O-1', selector sun.nio.ch.EPollSelectorImpl@55744cc3
19:16:06.175 [XNIO-70 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 I/O-4', selector sun.nio.ch.EPollSelectorImpl@631dafd3
19:16:06.178 [XNIO-70 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 I/O-6', selector sun.nio.ch.EPollSelectorImpl@de71f5a
19:16:06.175 [XNIO-70 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 I/O-5', selector sun.nio.ch.EPollSelectorImpl@bee3cb6
19:16:06.180 [XNIO-70 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 I/O-7', selector sun.nio.ch.EPollSelectorImpl@72421aad
19:16:06.183 [XNIO-70 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 I/O-8', selector sun.nio.ch.EPollSelectorImpl@5544c688
19:16:06.190 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.190 [XNIO-70 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-70 Accept', selector sun.nio.ch.EPollSelectorImpl@5350275e
19:16:06.191 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.193 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.193 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.193 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:39983
19:16:06.193 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:39983
19:16:06.193 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:39983
19:16:06.193 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:39983 with timeout 0
19:16:06.194 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:06.194 [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.194 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:06.215 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:06.215 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:06.215 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:06.215 [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.215 [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.215 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:49652<->127.0.0.1:39983
19:16:06.215 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.215 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.215 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.215 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> PUT /alpha HTTP/1.1
19:16:06.215 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> Content-Type: application/json; charset=utf-8
19:16:06.215 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> Content-Length: 0
19:16:06.215 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> Host: localhost:39983
19:16:06.215 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> Connection: Keep-Alive
19:16:06.215 [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.215 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> Accept-Encoding: gzip,deflate
19:16:06.215 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.215 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.215 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "Content-Length: 0[\r][\n]"
19:16:06.215 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "Host: localhost:39983[\r][\n]"
19:16:06.215 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.215 [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.215 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.215 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "[\r][\n]"
19:16:06.217 [XNIO-70 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[0], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39983]}, cookies=[:]): <empty> }
19:16:06.218 [XNIO-70 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.218 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.218 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Content-Encoding: gzip[\r][\n]"
19:16:06.218 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Connection: keep-alive[\r][\n]"
19:16:06.218 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Content-Type: text/plain[\r][\n]"
19:16:06.218 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Content-Length: 27[\r][\n]"
19:16:06.218 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.218 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "[\r][\n]"
19:16:06.218 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "[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.219 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << HTTP/1.1 200 OK
19:16:06.219 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Content-Encoding: gzip
19:16:06.219 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Connection: keep-alive
19:16:06.219 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Content-Type: text/plain
19:16:06.219 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Content-Length: 27
19:16:06.219 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.219 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.219 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:49652<->127.0.0.1:39983
19:16:06.219 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.220 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.220 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.220 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:39983
19:16:06.220 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.220 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.220 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.220 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> PUT /alpha HTTP/1.1
19:16:06.220 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> Content-Type: application/json; charset=utf-8
19:16:06.220 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> Content-Length: 0
19:16:06.220 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> Host: localhost:39983
19:16:06.220 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> Connection: Keep-Alive
19:16:06.220 [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.220 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 >> Accept-Encoding: gzip,deflate
19:16:06.220 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.220 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.220 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "Content-Length: 0[\r][\n]"
19:16:06.220 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "Host: localhost:39983[\r][\n]"
19:16:06.220 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.220 [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.220 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.220 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 >> "[\r][\n]"
19:16:06.243 [XNIO-70 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[0], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39983]}, cookies=[:]): <empty> }
19:16:06.244 [XNIO-70 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.245 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.245 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Content-Encoding: gzip[\r][\n]"
19:16:06.245 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Connection: keep-alive[\r][\n]"
19:16:06.245 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Content-Type: text/plain[\r][\n]"
19:16:06.245 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Content-Length: 27[\r][\n]"
19:16:06.245 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.245 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "[\r][\n]"
19:16:06.245 [Test worker] DEBUG org.apache.http.wire - http-outgoing-67 << "[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.245 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << HTTP/1.1 200 OK
19:16:06.245 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Content-Encoding: gzip
19:16:06.245 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Connection: keep-alive
19:16:06.245 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Content-Type: text/plain
19:16:06.245 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Content-Length: 27
19:16:06.245 [Test worker] DEBUG org.apache.http.headers - http-outgoing-67 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.245 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.246 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:49652<->127.0.0.1:39983
19:16:06.246 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.246 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@613bdaac
19:16:06.252 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@1a0e35f6
19:16:06.264 [XNIO-71 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 I/O-1', selector sun.nio.ch.EPollSelectorImpl@2ed71365
19:16:06.275 [XNIO-71 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 I/O-2', selector sun.nio.ch.EPollSelectorImpl@115cf6b8
19:16:06.277 [XNIO-71 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 I/O-3', selector sun.nio.ch.EPollSelectorImpl@673dcbeb
19:16:06.295 [XNIO-71 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 I/O-4', selector sun.nio.ch.EPollSelectorImpl@fe66084
19:16:06.297 [XNIO-71 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 I/O-5', selector sun.nio.ch.EPollSelectorImpl@76cd3b55
19:16:06.300 [XNIO-71 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 I/O-6', selector sun.nio.ch.EPollSelectorImpl@12681433
19:16:06.306 [XNIO-71 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 I/O-7', selector sun.nio.ch.EPollSelectorImpl@6a4d48e0
19:16:06.317 [XNIO-71 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 I/O-8', selector sun.nio.ch.EPollSelectorImpl@1d5fcd46
19:16:06.317 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.318 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.320 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.320 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.320 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:38839
19:16:06.320 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:38839
19:16:06.320 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:38839
19:16:06.320 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:35688<->127.0.0.1:38839
19:16:06.320 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.320 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.320 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.320 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> PUT /alpha HTTP/1.1
19:16:06.320 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> Content-Type: application/json; charset=utf-8
19:16:06.320 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> Content-Length: 2
19:16:06.320 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> Host: localhost:38839
19:16:06.320 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> Connection: Keep-Alive
19:16:06.320 [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.320 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> Accept-Encoding: gzip,deflate
19:16:06.320 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.320 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.320 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "Content-Length: 2[\r][\n]"
19:16:06.320 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "Host: localhost:38839[\r][\n]"
19:16:06.320 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.320 [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.320 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.320 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "[\r][\n]"
19:16:06.320 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "{}"
19:16:06.321 [XNIO-71 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-71 Accept', selector sun.nio.ch.EPollSelectorImpl@6ea14397
19:16:06.322 [XNIO-71 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[2], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38839]}, cookies=[:]): {} }
19:16:06.323 [XNIO-71 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[application/json]}): {"value":"ok-json"}
19:16:06.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Content-Encoding: gzip[\r][\n]"
19:16:06.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Connection: keep-alive[\r][\n]"
19:16:06.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Content-Type: application/json[\r][\n]"
19:16:06.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Content-Length: 39[\r][\n]"
19:16:06.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "[\r][\n]"
19:16:06.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "[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:06.323 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << HTTP/1.1 200 OK
19:16:06.323 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Content-Encoding: gzip
19:16:06.323 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Connection: keep-alive
19:16:06.323 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Content-Type: application/json
19:16:06.323 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Content-Length: 39
19:16:06.323 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.323 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.324 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:35688<->127.0.0.1:38839
19:16:06.324 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.325 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.325 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.325 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:38839
19:16:06.325 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.325 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.325 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.325 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> PUT /alpha HTTP/1.1
19:16:06.325 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> Content-Type: application/json; charset=utf-8
19:16:06.325 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> Content-Length: 2
19:16:06.325 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> Host: localhost:38839
19:16:06.325 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> Connection: Keep-Alive
19:16:06.325 [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.325 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 >> Accept-Encoding: gzip,deflate
19:16:06.325 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.325 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.325 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "Content-Length: 2[\r][\n]"
19:16:06.325 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "Host: localhost:38839[\r][\n]"
19:16:06.325 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.325 [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.325 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.325 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "[\r][\n]"
19:16:06.325 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 >> "{}"
19:16:06.335 [XNIO-71 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[2], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38839]}, cookies=[:]): {} }
19:16:06.340 [XNIO-71 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[application/json]}): {"value":"ok-json"}
19:16:06.340 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.340 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Content-Encoding: gzip[\r][\n]"
19:16:06.340 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Connection: keep-alive[\r][\n]"
19:16:06.340 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Content-Type: application/json[\r][\n]"
19:16:06.340 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Content-Length: 39[\r][\n]"
19:16:06.340 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.340 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "[\r][\n]"
19:16:06.340 [Test worker] DEBUG org.apache.http.wire - http-outgoing-68 << "[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:06.340 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << HTTP/1.1 200 OK
19:16:06.340 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Content-Encoding: gzip
19:16:06.340 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Connection: keep-alive
19:16:06.340 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Content-Type: application/json
19:16:06.340 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Content-Length: 39
19:16:06.340 [Test worker] DEBUG org.apache.http.headers - http-outgoing-68 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.340 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.341 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:35688<->127.0.0.1:38839
19:16:06.341 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.341 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@1a0e35f6
19:16:06.344 [XNIO-71 task-2] ERROR ersatz.undertow.request - UT005071: Undertow request failed HttpServerExchange{ PUT /alpha request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[2], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38839]} response {Content-Encoding=[gzip], Connection=[keep-alive], Content-Type=[application/json], Content-Length=[39], Date=[Sun, 11 Aug 2019 00:15:58 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.349 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@156cc913
19:16:06.354 [XNIO-72 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 I/O-1', selector sun.nio.ch.EPollSelectorImpl@22993070
19:16:06.367 [XNIO-72 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 I/O-2', selector sun.nio.ch.EPollSelectorImpl@15285b14
19:16:06.367 [XNIO-72 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 I/O-3', selector sun.nio.ch.EPollSelectorImpl@65070d87
19:16:06.370 [XNIO-72 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 I/O-4', selector sun.nio.ch.EPollSelectorImpl@9c21957
19:16:06.374 [XNIO-72 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 I/O-5', selector sun.nio.ch.EPollSelectorImpl@6b80ecf9
19:16:06.375 [XNIO-72 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 I/O-6', selector sun.nio.ch.EPollSelectorImpl@19379923
19:16:06.375 [XNIO-72 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 I/O-7', selector sun.nio.ch.EPollSelectorImpl@71f86bac
19:16:06.377 [XNIO-72 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 I/O-8', selector sun.nio.ch.EPollSelectorImpl@3fcfcd76
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.383 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.384 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.384 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:35145
19:16:06.384 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:35145
19:16:06.384 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:35145
19:16:06.384 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:35145 with timeout 0
19:16:06.384 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:06.384 [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.384 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:06.386 [XNIO-72 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-72 Accept', selector sun.nio.ch.EPollSelectorImpl@5e30d01a
19:16:06.416 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:06.416 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:06.416 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:06.416 [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.416 [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.416 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:46874<->127.0.0.1:35145
19:16:06.416 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.416 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.416 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.416 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> PUT /alpha HTTP/1.1
19:16:06.417 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> Content-Type: application/json; charset=utf-8
19:16:06.417 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> Content-Length: 2
19:16:06.417 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> Host: localhost:35145
19:16:06.417 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> Connection: Keep-Alive
19:16:06.417 [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.417 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> Accept-Encoding: gzip,deflate
19:16:06.417 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.417 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.417 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "Content-Length: 2[\r][\n]"
19:16:06.417 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "Host: localhost:35145[\r][\n]"
19:16:06.417 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.417 [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.417 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.417 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "[\r][\n]"
19:16:06.417 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "{}"
19:16:06.422 [XNIO-72 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[2], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35145]}, cookies=[:]): {} }
19:16:06.424 [XNIO-72 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[application/json]}): {"value":"ok-json"}
19:16:06.425 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.425 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Content-Encoding: gzip[\r][\n]"
19:16:06.426 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Connection: keep-alive[\r][\n]"
19:16:06.426 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Content-Type: application/json[\r][\n]"
19:16:06.426 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Content-Length: 39[\r][\n]"
19:16:06.426 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.426 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "[\r][\n]"
19:16:06.426 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "[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:06.426 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << HTTP/1.1 200 OK
19:16:06.426 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Content-Encoding: gzip
19:16:06.426 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Connection: keep-alive
19:16:06.426 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Content-Type: application/json
19:16:06.426 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Content-Length: 39
19:16:06.426 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.426 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.426 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:46874<->127.0.0.1:35145
19:16:06.426 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.435 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.435 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.435 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:35145
19:16:06.435 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.435 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.435 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.435 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> PUT /alpha HTTP/1.1
19:16:06.435 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> Content-Type: application/json; charset=utf-8
19:16:06.435 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> Content-Length: 2
19:16:06.435 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> Host: localhost:35145
19:16:06.435 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> Connection: Keep-Alive
19:16:06.435 [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.435 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 >> Accept-Encoding: gzip,deflate
19:16:06.435 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.435 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.435 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "Content-Length: 2[\r][\n]"
19:16:06.435 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "Host: localhost:35145[\r][\n]"
19:16:06.435 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.435 [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.435 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.435 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "[\r][\n]"
19:16:06.435 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 >> "{}"
19:16:06.438 [XNIO-72 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[2], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35145]}, cookies=[:]): {} }
19:16:06.440 [XNIO-72 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[application/json]}): {"value":"ok-json"}
19:16:06.441 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.441 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Content-Encoding: gzip[\r][\n]"
19:16:06.441 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Connection: keep-alive[\r][\n]"
19:16:06.441 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Content-Type: application/json[\r][\n]"
19:16:06.441 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Content-Length: 39[\r][\n]"
19:16:06.441 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.441 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "[\r][\n]"
19:16:06.441 [Test worker] DEBUG org.apache.http.wire - http-outgoing-69 << "[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:06.441 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << HTTP/1.1 200 OK
19:16:06.441 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Content-Encoding: gzip
19:16:06.441 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Connection: keep-alive
19:16:06.441 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Content-Type: application/json
19:16:06.441 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Content-Length: 39
19:16:06.441 [Test worker] DEBUG org.apache.http.headers - http-outgoing-69 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.441 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.441 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:46874<->127.0.0.1:35145
19:16:06.441 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.442 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@156cc913
19:16:06.450 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@70e06182
19:16:06.468 [XNIO-73 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 I/O-1', selector sun.nio.ch.EPollSelectorImpl@1487622c
19:16:06.472 [XNIO-73 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 I/O-2', selector sun.nio.ch.EPollSelectorImpl@452fb8a2
19:16:06.473 [XNIO-73 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 I/O-3', selector sun.nio.ch.EPollSelectorImpl@174edf0d
19:16:06.474 [XNIO-73 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 I/O-4', selector sun.nio.ch.EPollSelectorImpl@762e3c3
19:16:06.482 [XNIO-73 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 I/O-6', selector sun.nio.ch.EPollSelectorImpl@6c09736a
19:16:06.474 [XNIO-73 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 I/O-5', selector sun.nio.ch.EPollSelectorImpl@19a5db23
19:16:06.484 [XNIO-73 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 I/O-7', selector sun.nio.ch.EPollSelectorImpl@1a6915b7
19:16:06.485 [XNIO-73 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 I/O-8', selector sun.nio.ch.EPollSelectorImpl@421f41c0
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-73 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-73 Accept', selector sun.nio.ch.EPollSelectorImpl@15c25152
19:16:06.485 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.488 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.488 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.488 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:42411
19:16:06.488 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:42411
19:16:06.488 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:42411
19:16:06.488 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:58682<->127.0.0.1:42411
19:16:06.488 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.488 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.488 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.488 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> PUT /alpha HTTP/1.1
19:16:06.488 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> Content-Type: application/json; charset=utf-8
19:16:06.488 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> Content-Length: 11
19:16:06.488 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> Host: localhost:42411
19:16:06.488 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> Connection: Keep-Alive
19:16:06.488 [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.488 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> Accept-Encoding: gzip,deflate
19:16:06.488 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.488 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.489 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "Content-Length: 11[\r][\n]"
19:16:06.489 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "Host: localhost:42411[\r][\n]"
19:16:06.489 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.489 [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.489 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.489 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "[\r][\n]"
19:16:06.489 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "{"one":"1"}"
19:16:06.490 [XNIO-73 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[11], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42411]}, cookies=[:]): {"one":"1"} }
19:16:06.492 [XNIO-73 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[application/xml]}): <?xml version="1.0"?><message value="ok-xml"/>
19:16:06.492 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.492 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Content-Encoding: gzip[\r][\n]"
19:16:06.492 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Connection: keep-alive[\r][\n]"
19:16:06.492 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Content-Type: application/xml[\r][\n]"
19:16:06.492 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Content-Length: 65[\r][\n]"
19:16:06.492 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.492 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "[\r][\n]"
19:16:06.492 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "[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:06.492 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << HTTP/1.1 200 OK
19:16:06.492 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Content-Encoding: gzip
19:16:06.492 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Connection: keep-alive
19:16:06.492 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Content-Type: application/xml
19:16:06.492 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Content-Length: 65
19:16:06.492 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.492 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.495 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:58682<->127.0.0.1:42411
19:16:06.495 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.496 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.496 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.496 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:42411
19:16:06.496 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.496 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.496 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.496 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> PUT /alpha HTTP/1.1
19:16:06.496 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> Content-Type: application/json; charset=utf-8
19:16:06.496 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> Content-Length: 11
19:16:06.496 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> Host: localhost:42411
19:16:06.496 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> Connection: Keep-Alive
19:16:06.496 [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.496 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 >> Accept-Encoding: gzip,deflate
19:16:06.496 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.496 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.496 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "Content-Length: 11[\r][\n]"
19:16:06.496 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "Host: localhost:42411[\r][\n]"
19:16:06.496 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.496 [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.496 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.496 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "[\r][\n]"
19:16:06.496 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 >> "{"one":"1"}"
19:16:06.514 [XNIO-73 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[11], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42411]}, cookies=[:]): {"one":"1"} }
19:16:06.516 [XNIO-73 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[application/xml]}): <?xml version="1.0"?><message value="ok-xml"/>
19:16:06.516 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.516 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Content-Encoding: gzip[\r][\n]"
19:16:06.516 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Connection: keep-alive[\r][\n]"
19:16:06.516 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Content-Type: application/xml[\r][\n]"
19:16:06.516 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Content-Length: 65[\r][\n]"
19:16:06.516 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.516 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "[\r][\n]"
19:16:06.516 [Test worker] DEBUG org.apache.http.wire - http-outgoing-70 << "[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:06.516 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << HTTP/1.1 200 OK
19:16:06.516 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Content-Encoding: gzip
19:16:06.516 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Connection: keep-alive
19:16:06.516 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Content-Type: application/xml
19:16:06.516 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Content-Length: 65
19:16:06.516 [Test worker] DEBUG org.apache.http.headers - http-outgoing-70 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.516 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.519 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:58682<->127.0.0.1:42411
19:16:06.519 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.519 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@70e06182
19:16:06.522 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@53af93f7
19:16:06.525 [XNIO-74 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 I/O-1', selector sun.nio.ch.EPollSelectorImpl@60bc238e
19:16:06.527 [XNIO-74 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 I/O-2', selector sun.nio.ch.EPollSelectorImpl@428c802e
19:16:06.541 [XNIO-74 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 I/O-3', selector sun.nio.ch.EPollSelectorImpl@3931ab42
19:16:06.541 [XNIO-74 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 I/O-4', selector sun.nio.ch.EPollSelectorImpl@6ef92140
19:16:06.541 [XNIO-74 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 I/O-5', selector sun.nio.ch.EPollSelectorImpl@7ae5c839
19:16:06.542 [XNIO-74 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 I/O-6', selector sun.nio.ch.EPollSelectorImpl@628bb328
19:16:06.542 [XNIO-74 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 I/O-7', selector sun.nio.ch.EPollSelectorImpl@2c475fbf
19:16:06.550 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.550 [XNIO-74 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 I/O-8', selector sun.nio.ch.EPollSelectorImpl@16f95a78
19:16:06.551 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.550 [XNIO-74 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-74 Accept', selector sun.nio.ch.EPollSelectorImpl@2522d324
19:16:06.552 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.553 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.553 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:39887
19:16:06.553 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:39887
19:16:06.553 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:39887
19:16:06.553 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:39887 with timeout 0
19:16:06.553 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:06.553 [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.553 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:06.576 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:06.576 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:06.576 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:06.576 [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.576 [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.576 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:58686<->127.0.0.1:39887
19:16:06.576 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.576 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.576 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.576 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> PUT /alpha HTTP/1.1
19:16:06.576 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> Content-Type: application/json; charset=utf-8
19:16:06.576 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> Content-Length: 11
19:16:06.576 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> Host: localhost:39887
19:16:06.576 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> Connection: Keep-Alive
19:16:06.576 [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.576 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> Accept-Encoding: gzip,deflate
19:16:06.576 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.576 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.576 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "Content-Length: 11[\r][\n]"
19:16:06.576 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "Host: localhost:39887[\r][\n]"
19:16:06.576 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.576 [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.576 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.576 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "[\r][\n]"
19:16:06.576 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "{"one":"1"}"
19:16:06.577 [XNIO-74 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[11], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39887]}, cookies=[:]): {"one":"1"} }
19:16:06.578 [XNIO-74 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[application/xml]}): <?xml version="1.0"?><message value="ok-xml"/>
19:16:06.579 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.579 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Content-Encoding: gzip[\r][\n]"
19:16:06.579 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Connection: keep-alive[\r][\n]"
19:16:06.579 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Content-Type: application/xml[\r][\n]"
19:16:06.579 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Content-Length: 65[\r][\n]"
19:16:06.579 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.579 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "[\r][\n]"
19:16:06.579 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "[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:06.579 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << HTTP/1.1 200 OK
19:16:06.579 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Content-Encoding: gzip
19:16:06.579 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Connection: keep-alive
19:16:06.579 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Content-Type: application/xml
19:16:06.579 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Content-Length: 65
19:16:06.579 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.579 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.581 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:58686<->127.0.0.1:39887
19:16:06.581 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.582 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.582 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.582 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:39887
19:16:06.582 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.582 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.582 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.582 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> PUT /alpha HTTP/1.1
19:16:06.582 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> Content-Type: application/json; charset=utf-8
19:16:06.582 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> Content-Length: 11
19:16:06.582 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> Host: localhost:39887
19:16:06.582 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> Connection: Keep-Alive
19:16:06.582 [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.582 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 >> Accept-Encoding: gzip,deflate
19:16:06.583 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.583 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.583 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "Content-Length: 11[\r][\n]"
19:16:06.583 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "Host: localhost:39887[\r][\n]"
19:16:06.583 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.583 [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.583 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.583 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "[\r][\n]"
19:16:06.583 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 >> "{"one":"1"}"
19:16:06.588 [XNIO-74 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[11], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39887]}, cookies=[:]): {"one":"1"} }
19:16:06.590 [XNIO-74 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[application/xml]}): <?xml version="1.0"?><message value="ok-xml"/>
19:16:06.590 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.591 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Content-Encoding: gzip[\r][\n]"
19:16:06.591 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Connection: keep-alive[\r][\n]"
19:16:06.591 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Content-Type: application/xml[\r][\n]"
19:16:06.591 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Content-Length: 65[\r][\n]"
19:16:06.591 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.591 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "[\r][\n]"
19:16:06.591 [Test worker] DEBUG org.apache.http.wire - http-outgoing-71 << "[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:06.591 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << HTTP/1.1 200 OK
19:16:06.592 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Content-Encoding: gzip
19:16:06.592 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Connection: keep-alive
19:16:06.592 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Content-Type: application/xml
19:16:06.592 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Content-Length: 65
19:16:06.592 [Test worker] DEBUG org.apache.http.headers - http-outgoing-71 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.592 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.595 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:58686<->127.0.0.1:39887
19:16:06.595 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.595 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@53af93f7
19:16:06.600 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@47d07941
19:16:06.602 [XNIO-75 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 I/O-1', selector sun.nio.ch.EPollSelectorImpl@504b2ef
19:16:06.606 [XNIO-75 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 I/O-2', selector sun.nio.ch.EPollSelectorImpl@16d4531e
19:16:06.607 [XNIO-75 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 I/O-3', selector sun.nio.ch.EPollSelectorImpl@61762569
19:16:06.608 [XNIO-75 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 I/O-4', selector sun.nio.ch.EPollSelectorImpl@2771464b
19:16:06.615 [XNIO-75 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 I/O-5', selector sun.nio.ch.EPollSelectorImpl@23ed2db9
19:16:06.615 [XNIO-75 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 I/O-6', selector sun.nio.ch.EPollSelectorImpl@14ee37
19:16:06.616 [XNIO-75 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 I/O-7', selector sun.nio.ch.EPollSelectorImpl@4b70dafb
19:16:06.616 [XNIO-75 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 I/O-8', selector sun.nio.ch.EPollSelectorImpl@8b41a26
19:16:06.616 [XNIO-75 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-75 Accept', selector sun.nio.ch.EPollSelectorImpl@4fea7d2e
19:16:06.616 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.617 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.619 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.619 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.619 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:38721
19:16:06.619 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:38721
19:16:06.619 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:38721
19:16:06.619 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:46308<->127.0.0.1:38721
19:16:06.619 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.619 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.619 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.620 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> PUT /alpha HTTP/1.1
19:16:06.620 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> Content-Type: application/json; charset=utf-8
19:16:06.620 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> Content-Length: 9
19:16:06.620 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> Host: localhost:38721
19:16:06.620 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> Connection: Keep-Alive
19:16:06.620 [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.620 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> Accept-Encoding: gzip,deflate
19:16:06.620 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.620 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.620 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "Content-Length: 9[\r][\n]"
19:16:06.620 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "Host: localhost:38721[\r][\n]"
19:16:06.620 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.620 [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.620 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.620 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "[\r][\n]"
19:16:06.620 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "{"two":2}"
19:16:06.625 [XNIO-75 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[9], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38721]}, cookies=[:]): {"two":2} }
19:16:06.626 [XNIO-75 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/html]}): <html><body>ok-html</body>
19:16:06.626 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.626 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Content-Encoding: gzip[\r][\n]"
19:16:06.626 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Connection: keep-alive[\r][\n]"
19:16:06.626 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Content-Type: text/html[\r][\n]"
19:16:06.626 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Content-Length: 40[\r][\n]"
19:16:06.626 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.626 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "[\r][\n]"
19:16:06.626 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "[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:06.626 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << HTTP/1.1 200 OK
19:16:06.627 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Content-Encoding: gzip
19:16:06.627 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Connection: keep-alive
19:16:06.627 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Content-Type: text/html
19:16:06.627 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Content-Length: 40
19:16:06.627 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.627 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.627 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:46308<->127.0.0.1:38721
19:16:06.627 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.628 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.628 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.629 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:38721
19:16:06.629 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.629 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.629 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.629 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> PUT /alpha HTTP/1.1
19:16:06.629 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> Content-Type: application/json; charset=utf-8
19:16:06.629 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> Content-Length: 9
19:16:06.629 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> Host: localhost:38721
19:16:06.629 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> Connection: Keep-Alive
19:16:06.629 [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.629 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 >> Accept-Encoding: gzip,deflate
19:16:06.629 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.629 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.629 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "Content-Length: 9[\r][\n]"
19:16:06.629 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "Host: localhost:38721[\r][\n]"
19:16:06.629 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.629 [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.629 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.629 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "[\r][\n]"
19:16:06.629 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 >> "{"two":2}"
19:16:06.642 [XNIO-75 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[9], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38721]}, cookies=[:]): {"two":2} }
19:16:06.644 [XNIO-75 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/html]}): <html><body>ok-html</body>
19:16:06.644 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.644 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Content-Encoding: gzip[\r][\n]"
19:16:06.644 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Connection: keep-alive[\r][\n]"
19:16:06.644 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Content-Type: text/html[\r][\n]"
19:16:06.644 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Content-Length: 40[\r][\n]"
19:16:06.644 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.644 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "[\r][\n]"
19:16:06.644 [Test worker] DEBUG org.apache.http.wire - http-outgoing-72 << "[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:06.644 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << HTTP/1.1 200 OK
19:16:06.644 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Content-Encoding: gzip
19:16:06.644 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Connection: keep-alive
19:16:06.644 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Content-Type: text/html
19:16:06.644 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Content-Length: 40
19:16:06.644 [Test worker] DEBUG org.apache.http.headers - http-outgoing-72 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.645 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.645 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:46308<->127.0.0.1:38721
19:16:06.645 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.646 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@47d07941
19:16:06.650 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@71881134
19:16:06.653 [XNIO-75 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.659 [XNIO-76 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 I/O-2', selector sun.nio.ch.EPollSelectorImpl@4c6314c3
19:16:06.658 [XNIO-76 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 I/O-1', selector sun.nio.ch.EPollSelectorImpl@5b6548f8
19:16:06.659 [XNIO-76 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 I/O-3', selector sun.nio.ch.EPollSelectorImpl@374ba0e1
19:16:06.659 [XNIO-76 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 I/O-4', selector sun.nio.ch.EPollSelectorImpl@56d157a5
19:16:06.660 [XNIO-76 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 I/O-5', selector sun.nio.ch.EPollSelectorImpl@4c65ddde
19:16:06.660 [XNIO-76 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 I/O-6', selector sun.nio.ch.EPollSelectorImpl@386deeff
19:16:06.662 [XNIO-76 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 I/O-7', selector sun.nio.ch.EPollSelectorImpl@ba0a661
19:16:06.663 [XNIO-76 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 I/O-8', selector sun.nio.ch.EPollSelectorImpl@6b96982
19:16:06.663 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.663 [XNIO-76 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-76 Accept', selector sun.nio.ch.EPollSelectorImpl@dae430e
19:16:06.663 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.666 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.666 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.666 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:35841
19:16:06.666 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:35841
19:16:06.666 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:35841
19:16:06.666 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:35841 with timeout 0
19:16:06.666 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:06.667 [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.667 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:06.688 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:06.688 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:06.688 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:06.688 [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.688 [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.688 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:52998<->127.0.0.1:35841
19:16:06.688 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.688 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.688 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.688 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> PUT /alpha HTTP/1.1
19:16:06.688 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> Content-Type: application/json; charset=utf-8
19:16:06.688 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> Content-Length: 9
19:16:06.688 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> Host: localhost:35841
19:16:06.688 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> Connection: Keep-Alive
19:16:06.688 [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.688 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> Accept-Encoding: gzip,deflate
19:16:06.688 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.688 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.688 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "Content-Length: 9[\r][\n]"
19:16:06.688 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "Host: localhost:35841[\r][\n]"
19:16:06.688 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.688 [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.688 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.688 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "[\r][\n]"
19:16:06.688 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "{"two":2}"
19:16:06.693 [XNIO-76 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[9], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35841]}, cookies=[:]): {"two":2} }
19:16:06.694 [XNIO-76 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/html]}): <html><body>ok-html</body>
19:16:06.694 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.694 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Content-Encoding: gzip[\r][\n]"
19:16:06.695 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Connection: keep-alive[\r][\n]"
19:16:06.695 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Content-Type: text/html[\r][\n]"
19:16:06.695 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Content-Length: 40[\r][\n]"
19:16:06.695 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.695 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "[\r][\n]"
19:16:06.695 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "[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:06.695 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << HTTP/1.1 200 OK
19:16:06.695 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Content-Encoding: gzip
19:16:06.695 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Connection: keep-alive
19:16:06.695 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Content-Type: text/html
19:16:06.695 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Content-Length: 40
19:16:06.695 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.695 [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:52998<->127.0.0.1:35841
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 {s}->https://localhost:35841
19:16:06.696 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.696 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.696 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.696 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> PUT /alpha HTTP/1.1
19:16:06.696 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> Content-Type: application/json; charset=utf-8
19:16:06.696 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> Content-Length: 9
19:16:06.696 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> Host: localhost:35841
19:16:06.696 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> Connection: Keep-Alive
19:16:06.696 [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.696 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 >> Accept-Encoding: gzip,deflate
19:16:06.696 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.696 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.696 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "Content-Length: 9[\r][\n]"
19:16:06.696 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "Host: localhost:35841[\r][\n]"
19:16:06.696 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.696 [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.696 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.696 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "[\r][\n]"
19:16:06.696 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 >> "{"two":2}"
19:16:06.698 [XNIO-76 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[9], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35841]}, cookies=[:]): {"two":2} }
19:16:06.699 [XNIO-76 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/html]}): <html><body>ok-html</body>
19:16:06.700 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.700 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Content-Encoding: gzip[\r][\n]"
19:16:06.700 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Connection: keep-alive[\r][\n]"
19:16:06.700 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Content-Type: text/html[\r][\n]"
19:16:06.700 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Content-Length: 40[\r][\n]"
19:16:06.700 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.700 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "[\r][\n]"
19:16:06.700 [Test worker] DEBUG org.apache.http.wire - http-outgoing-73 << "[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:06.700 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << HTTP/1.1 200 OK
19:16:06.700 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Content-Encoding: gzip
19:16:06.700 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Connection: keep-alive
19:16:06.700 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Content-Type: text/html
19:16:06.700 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Content-Length: 40
19:16:06.700 [Test worker] DEBUG org.apache.http.headers - http-outgoing-73 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.700 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.701 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:52998<->127.0.0.1:35841
19:16:06.701 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.702 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@71881134
19:16:06.711 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@27d2adf0
19:16:06.712 [XNIO-77 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 I/O-3', selector sun.nio.ch.EPollSelectorImpl@d6e33af
19:16:06.712 [XNIO-77 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 I/O-2', selector sun.nio.ch.EPollSelectorImpl@14a99a7d
19:16:06.712 [XNIO-77 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 I/O-1', selector sun.nio.ch.EPollSelectorImpl@75be6e96
19:16:06.718 [XNIO-77 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 I/O-4', selector sun.nio.ch.EPollSelectorImpl@2cee6eb5
19:16:06.719 [XNIO-77 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 I/O-5', selector sun.nio.ch.EPollSelectorImpl@7d6896
19:16:06.719 [XNIO-77 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 I/O-6', selector sun.nio.ch.EPollSelectorImpl@4fa70e3f
19:16:06.719 [XNIO-77 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 I/O-7', selector sun.nio.ch.EPollSelectorImpl@63433392
19:16:06.719 [XNIO-77 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 I/O-8', selector sun.nio.ch.EPollSelectorImpl@473b36ce
19:16:06.719 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.719 [XNIO-77 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-77 Accept', selector sun.nio.ch.EPollSelectorImpl@c47d89
19:16:06.720 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.722 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.722 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.722 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:43193
19:16:06.722 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:43193
19:16:06.723 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:43193
19:16:06.723 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:34878<->127.0.0.1:43193
19:16:06.723 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.723 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.723 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.723 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> PUT /alpha HTTP/1.1
19:16:06.723 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> Content-Type: application/json; charset=utf-8
19:16:06.723 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> Content-Length: 19
19:16:06.723 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> Host: localhost:43193
19:16:06.723 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> Connection: Keep-Alive
19:16:06.723 [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.723 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> Accept-Encoding: gzip,deflate
19:16:06.723 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.723 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.723 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "Content-Length: 19[\r][\n]"
19:16:06.723 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "Host: localhost:43193[\r][\n]"
19:16:06.723 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.723 [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.723 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.723 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "[\r][\n]"
19:16:06.723 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "{"one":"1","two":2}"
19:16:06.726 [XNIO-77 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[19], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43193]}, cookies=[:]): {"one":"1","two":2} }
19:16:06.728 [XNIO-77 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/csv]}): alpha,bravo,charlie
one,two,three
19:16:06.728 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.729 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Content-Encoding: gzip[\r][\n]"
19:16:06.729 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Connection: keep-alive[\r][\n]"
19:16:06.729 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Content-Type: text/csv[\r][\n]"
19:16:06.729 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Content-Length: 53[\r][\n]"
19:16:06.729 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.729 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "[\r][\n]"
19:16:06.729 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "[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.729 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << HTTP/1.1 200 OK
19:16:06.729 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Content-Encoding: gzip
19:16:06.729 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Connection: keep-alive
19:16:06.729 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Content-Type: text/csv
19:16:06.729 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Content-Length: 53
19:16:06.729 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.729 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.729 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:34878<->127.0.0.1:43193
19:16:06.729 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.730 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.730 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.731 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:43193
19:16:06.731 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.731 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.731 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.731 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> PUT /alpha HTTP/1.1
19:16:06.731 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> Content-Type: application/json; charset=utf-8
19:16:06.731 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> Content-Length: 19
19:16:06.731 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> Host: localhost:43193
19:16:06.731 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> Connection: Keep-Alive
19:16:06.731 [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.731 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 >> Accept-Encoding: gzip,deflate
19:16:06.731 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.731 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.731 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "Content-Length: 19[\r][\n]"
19:16:06.731 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "Host: localhost:43193[\r][\n]"
19:16:06.731 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.731 [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.731 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.731 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "[\r][\n]"
19:16:06.731 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 >> "{"one":"1","two":2}"
19:16:06.735 [XNIO-77 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[19], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43193]}, cookies=[:]): {"one":"1","two":2} }
19:16:06.736 [XNIO-77 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/csv]}): alpha,bravo,charlie
one,two,three
19:16:06.736 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.736 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Content-Encoding: gzip[\r][\n]"
19:16:06.736 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Connection: keep-alive[\r][\n]"
19:16:06.736 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Content-Type: text/csv[\r][\n]"
19:16:06.736 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Content-Length: 53[\r][\n]"
19:16:06.736 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.736 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "[\r][\n]"
19:16:06.736 [Test worker] DEBUG org.apache.http.wire - http-outgoing-74 << "[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.736 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << HTTP/1.1 200 OK
19:16:06.736 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Content-Encoding: gzip
19:16:06.736 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Connection: keep-alive
19:16:06.736 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Content-Type: text/csv
19:16:06.736 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Content-Length: 53
19:16:06.736 [Test worker] DEBUG org.apache.http.headers - http-outgoing-74 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.737 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.738 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:34878<->127.0.0.1:43193
19:16:06.738 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.738 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@27d2adf0
19:16:06.745 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@23ce85
19:16:06.750 [XNIO-78 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 I/O-1', selector sun.nio.ch.EPollSelectorImpl@4a1d1946
19:16:06.751 [XNIO-78 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 I/O-3', selector sun.nio.ch.EPollSelectorImpl@7afb9774
19:16:06.751 [XNIO-78 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 I/O-4', selector sun.nio.ch.EPollSelectorImpl@e8eeeed
19:16:06.757 [XNIO-78 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 I/O-5', selector sun.nio.ch.EPollSelectorImpl@374ebf8b
19:16:06.750 [XNIO-78 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 I/O-2', selector sun.nio.ch.EPollSelectorImpl@52e29c64
19:16:06.757 [XNIO-78 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 I/O-7', selector sun.nio.ch.EPollSelectorImpl@50d80868
19:16:06.757 [XNIO-78 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 I/O-6', selector sun.nio.ch.EPollSelectorImpl@1eb8d07c
19:16:06.766 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.767 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.769 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.769 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.769 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:36877
19:16:06.770 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:36877
19:16:06.770 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:36877
19:16:06.770 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:36877 with timeout 0
19:16:06.770 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:06.770 [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.770 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:06.771 [XNIO-78 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 Accept', selector sun.nio.ch.EPollSelectorImpl@20d9facb
19:16:06.758 [XNIO-78 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-78 I/O-8', selector sun.nio.ch.EPollSelectorImpl@27af4549
19:16:06.796 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:06.796 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:06.796 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:06.796 [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.796 [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.797 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:43304<->127.0.0.1:36877
19:16:06.797 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.797 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.797 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.797 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> PUT /alpha HTTP/1.1
19:16:06.797 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> Content-Type: application/json; charset=utf-8
19:16:06.797 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> Content-Length: 19
19:16:06.797 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> Host: localhost:36877
19:16:06.797 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> Connection: Keep-Alive
19:16:06.797 [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.797 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> Accept-Encoding: gzip,deflate
19:16:06.797 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.797 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.797 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "Content-Length: 19[\r][\n]"
19:16:06.797 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "Host: localhost:36877[\r][\n]"
19:16:06.797 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.797 [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.797 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.797 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "[\r][\n]"
19:16:06.797 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "{"one":"1","two":2}"
19:16:06.800 [XNIO-78 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[19], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36877]}, cookies=[:]): {"one":"1","two":2} }
19:16:06.801 [XNIO-78 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/csv]}): alpha,bravo,charlie
one,two,three
19:16:06.802 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.802 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Content-Encoding: gzip[\r][\n]"
19:16:06.802 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Connection: keep-alive[\r][\n]"
19:16:06.802 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Content-Type: text/csv[\r][\n]"
19:16:06.802 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Content-Length: 53[\r][\n]"
19:16:06.802 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.802 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "[\r][\n]"
19:16:06.802 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "[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.802 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << HTTP/1.1 200 OK
19:16:06.802 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Content-Encoding: gzip
19:16:06.802 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Connection: keep-alive
19:16:06.802 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Content-Type: text/csv
19:16:06.802 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Content-Length: 53
19:16:06.802 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.802 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.803 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:43304<->127.0.0.1:36877
19:16:06.803 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.804 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.804 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.804 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:36877
19:16:06.804 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /alpha HTTP/1.1
19:16:06.804 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.804 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.804 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> PUT /alpha HTTP/1.1
19:16:06.804 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> Content-Type: application/json; charset=utf-8
19:16:06.804 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> Content-Length: 19
19:16:06.804 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> Host: localhost:36877
19:16:06.804 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> Connection: Keep-Alive
19:16:06.804 [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.804 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 >> Accept-Encoding: gzip,deflate
19:16:06.804 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "PUT /alpha HTTP/1.1[\r][\n]"
19:16:06.804 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.804 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "Content-Length: 19[\r][\n]"
19:16:06.804 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "Host: localhost:36877[\r][\n]"
19:16:06.804 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.804 [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.804 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.804 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "[\r][\n]"
19:16:06.804 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 >> "{"one":"1","two":2}"
19:16:06.805 [XNIO-78 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /alpha (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[19], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36877]}, cookies=[:]): {"one":"1","two":2} }
19:16:06.806 [XNIO-78 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/csv]}): alpha,bravo,charlie
one,two,three
19:16:06.807 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.807 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Content-Encoding: gzip[\r][\n]"
19:16:06.807 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Connection: keep-alive[\r][\n]"
19:16:06.807 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Content-Type: text/csv[\r][\n]"
19:16:06.807 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Content-Length: 53[\r][\n]"
19:16:06.807 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.807 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "[\r][\n]"
19:16:06.807 [Test worker] DEBUG org.apache.http.wire - http-outgoing-75 << "[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.807 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << HTTP/1.1 200 OK
19:16:06.807 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Content-Encoding: gzip
19:16:06.807 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Connection: keep-alive
19:16:06.807 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Content-Type: text/csv
19:16:06.807 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Content-Length: 53
19:16:06.807 [Test worker] DEBUG org.apache.http.headers - http-outgoing-75 << Date: Sun, 11 Aug 2019 00:15:58 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:43304<->127.0.0.1:36877
19:16:06.808 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.808 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@23ce85
19:16:06.818 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@d21c32
19:16:06.822 [XNIO-79 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 I/O-1', selector sun.nio.ch.EPollSelectorImpl@1319c71e
19:16:06.822 [XNIO-79 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 I/O-2', selector sun.nio.ch.EPollSelectorImpl@2a96c38c
19:16:06.823 [XNIO-79 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 I/O-4', selector sun.nio.ch.EPollSelectorImpl@52cfe503
19:16:06.823 [XNIO-79 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 I/O-5', selector sun.nio.ch.EPollSelectorImpl@1d06709e
19:16:06.822 [XNIO-79 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 I/O-3', selector sun.nio.ch.EPollSelectorImpl@6e44509
19:16:06.823 [XNIO-79 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 I/O-6', selector sun.nio.ch.EPollSelectorImpl@7c588a01
19:16:06.823 [XNIO-79 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 I/O-7', selector sun.nio.ch.EPollSelectorImpl@2c429cec
19:16:06.823 [XNIO-79 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 I/O-8', selector sun.nio.ch.EPollSelectorImpl@3d4dfa5e
19:16:06.829 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.829 [XNIO-79 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-79 Accept', selector sun.nio.ch.EPollSelectorImpl@4f86488e
19:16:06.830 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.834 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.834 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.834 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40537
19:16:06.834 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:40537
19:16:06.834 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:40537
19:16:06.834 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:46480<->127.0.0.1:40537
19:16:06.834 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /bravo HTTP/1.1
19:16:06.834 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.834 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.834 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> PUT /bravo HTTP/1.1
19:16:06.834 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> Content-Type: application/json; charset=utf-8
19:16:06.834 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> Content-Length: 30
19:16:06.834 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> Host: localhost:40537
19:16:06.834 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> Connection: Keep-Alive
19:16:06.834 [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.834 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> Accept-Encoding: gzip,deflate
19:16:06.834 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "PUT /bravo HTTP/1.1[\r][\n]"
19:16:06.834 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.834 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "Content-Length: 30[\r][\n]"
19:16:06.834 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "Host: localhost:40537[\r][\n]"
19:16:06.834 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.834 [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.834 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.834 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "[\r][\n]"
19:16:06.834 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "{"alpha":"bravo","charlie":42}"
19:16:06.838 [XNIO-79 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /bravo (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40537]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:06.839 [XNIO-79 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Content-Encoding: gzip[\r][\n]"
19:16:06.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Connection: keep-alive[\r][\n]"
19:16:06.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Content-Type: text/plain[\r][\n]"
19:16:06.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Content-Length: 27[\r][\n]"
19:16:06.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.840 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "[\r][\n]"
19:16:06.840 [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.840 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << HTTP/1.1 200 OK
19:16:06.840 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Content-Encoding: gzip
19:16:06.840 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Connection: keep-alive
19:16:06.840 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Content-Type: text/plain
19:16:06.840 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Content-Length: 27
19:16:06.840 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Date: Sun, 11 Aug 2019 00:15:58 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:46480<->127.0.0.1:40537
19:16:06.841 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.843 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.843 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.843 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40537
19:16:06.843 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /bravo HTTP/1.1
19:16:06.843 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.843 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.843 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> PUT /bravo HTTP/1.1
19:16:06.843 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> Content-Type: application/json; charset=utf-8
19:16:06.843 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> Content-Length: 30
19:16:06.843 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> Host: localhost:40537
19:16:06.843 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> Connection: Keep-Alive
19:16:06.843 [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.843 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 >> Accept-Encoding: gzip,deflate
19:16:06.843 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "PUT /bravo HTTP/1.1[\r][\n]"
19:16:06.843 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.843 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "Content-Length: 30[\r][\n]"
19:16:06.843 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "Host: localhost:40537[\r][\n]"
19:16:06.843 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.843 [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.843 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.843 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "[\r][\n]"
19:16:06.843 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 >> "{"alpha":"bravo","charlie":42}"
19:16:06.846 [XNIO-79 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /bravo (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40537]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:06.848 [XNIO-79 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.848 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.848 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Content-Encoding: gzip[\r][\n]"
19:16:06.848 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Connection: keep-alive[\r][\n]"
19:16:06.848 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Content-Type: text/plain[\r][\n]"
19:16:06.848 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Content-Length: 27[\r][\n]"
19:16:06.848 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.848 [Test worker] DEBUG org.apache.http.wire - http-outgoing-76 << "[\r][\n]"
19:16:06.848 [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.848 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << HTTP/1.1 200 OK
19:16:06.848 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Content-Encoding: gzip
19:16:06.848 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Connection: keep-alive
19:16:06.848 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Content-Type: text/plain
19:16:06.848 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Content-Length: 27
19:16:06.848 [Test worker] DEBUG org.apache.http.headers - http-outgoing-76 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.848 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.849 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:46480<->127.0.0.1:40537
19:16:06.849 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.849 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@d21c32
19:16:06.853 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@bd01331
19:16:06.854 [XNIO-80 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 I/O-2', selector sun.nio.ch.EPollSelectorImpl@2a6d5d04
19:16:06.854 [XNIO-80 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 I/O-1', selector sun.nio.ch.EPollSelectorImpl@390cdd63
19:16:06.854 [XNIO-80 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 I/O-3', selector sun.nio.ch.EPollSelectorImpl@1b741886
19:16:06.855 [XNIO-80 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 I/O-4', selector sun.nio.ch.EPollSelectorImpl@414df15c
19:16:06.858 [XNIO-80 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 I/O-5', selector sun.nio.ch.EPollSelectorImpl@562bebbe
19:16:06.859 [XNIO-80 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 I/O-6', selector sun.nio.ch.EPollSelectorImpl@585f26d2
19:16:06.859 [XNIO-80 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 I/O-7', selector sun.nio.ch.EPollSelectorImpl@545549cc
19:16:06.859 [XNIO-80 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 I/O-8', selector sun.nio.ch.EPollSelectorImpl@524506dc
19:16:06.862 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.862 [XNIO-80 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-80 Accept', selector sun.nio.ch.EPollSelectorImpl@2687026c
19:16:06.863 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.865 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.865 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.865 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40547
19:16:06.865 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:40547
19:16:06.865 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:40547
19:16:06.865 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:50220<->127.0.0.1:40547
19:16:06.865 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /bravo 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-77 >> PUT /bravo HTTP/1.1
19:16:06.866 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> Content-Type: application/json; charset=utf-8
19:16:06.866 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> Content-Length: 30
19:16:06.866 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> Host: localhost:40547
19:16:06.866 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> Connection: Keep-Alive
19:16:06.866 [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.866 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> Accept-Encoding: gzip,deflate
19:16:06.866 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "PUT /bravo HTTP/1.1[\r][\n]"
19:16:06.866 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.866 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "Content-Length: 30[\r][\n]"
19:16:06.866 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "Host: localhost:40547[\r][\n]"
19:16:06.866 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.866 [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.866 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.866 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "[\r][\n]"
19:16:06.866 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "{"alpha":"bravo","charlie":42}"
19:16:06.870 [XNIO-80 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /bravo (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40547]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:06.872 [XNIO-80 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.872 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.872 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Content-Encoding: gzip[\r][\n]"
19:16:06.872 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Connection: keep-alive[\r][\n]"
19:16:06.872 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Content-Type: text/plain[\r][\n]"
19:16:06.872 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Content-Length: 27[\r][\n]"
19:16:06.872 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.872 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "[\r][\n]"
19:16:06.872 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "[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.872 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << HTTP/1.1 200 OK
19:16:06.872 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Content-Encoding: gzip
19:16:06.872 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Connection: keep-alive
19:16:06.872 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Content-Type: text/plain
19:16:06.872 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Content-Length: 27
19:16:06.872 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.872 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.873 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:50220<->127.0.0.1:40547
19:16:06.873 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.874 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.874 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.874 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40547
19:16:06.874 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /bravo HTTP/1.1
19:16:06.874 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.874 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.874 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> PUT /bravo HTTP/1.1
19:16:06.874 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> Content-Type: application/json; charset=utf-8
19:16:06.874 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> Content-Length: 30
19:16:06.874 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> Host: localhost:40547
19:16:06.874 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> Connection: Keep-Alive
19:16:06.874 [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.874 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 >> Accept-Encoding: gzip,deflate
19:16:06.874 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "PUT /bravo HTTP/1.1[\r][\n]"
19:16:06.874 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.874 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "Content-Length: 30[\r][\n]"
19:16:06.874 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "Host: localhost:40547[\r][\n]"
19:16:06.874 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.874 [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.874 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.874 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "[\r][\n]"
19:16:06.874 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 >> "{"alpha":"bravo","charlie":42}"
19:16:06.882 [XNIO-80 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /bravo (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40547]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:06.884 [XNIO-80 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.884 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.884 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Content-Encoding: gzip[\r][\n]"
19:16:06.884 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Connection: keep-alive[\r][\n]"
19:16:06.884 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Content-Type: text/plain[\r][\n]"
19:16:06.884 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Content-Length: 27[\r][\n]"
19:16:06.884 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.884 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "[\r][\n]"
19:16:06.884 [Test worker] DEBUG org.apache.http.wire - http-outgoing-77 << "[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.884 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << HTTP/1.1 200 OK
19:16:06.884 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Content-Encoding: gzip
19:16:06.884 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Connection: keep-alive
19:16:06.884 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Content-Type: text/plain
19:16:06.884 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Content-Length: 27
19:16:06.884 [Test worker] DEBUG org.apache.http.headers - http-outgoing-77 << Date: Sun, 11 Aug 2019 00:15:58 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.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:50220<->127.0.0.1:40547
19:16:06.885 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.885 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@bd01331
19:16:06.888 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@fed959c
19:16:06.890 [XNIO-81 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 I/O-1', selector sun.nio.ch.EPollSelectorImpl@3cd94fcc
19:16:06.891 [XNIO-80 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.894 [XNIO-81 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 I/O-3', selector sun.nio.ch.EPollSelectorImpl@3434c740
19:16:06.894 [XNIO-81 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 I/O-2', selector sun.nio.ch.EPollSelectorImpl@219f0c2d
19:16:06.899 [XNIO-81 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 I/O-7', selector sun.nio.ch.EPollSelectorImpl@5e281d0
19:16:06.894 [XNIO-81 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 I/O-4', selector sun.nio.ch.EPollSelectorImpl@4a2f12
19:16:06.902 [XNIO-81 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 I/O-6', selector sun.nio.ch.EPollSelectorImpl@a4eb34b
19:16:06.899 [XNIO-81 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 I/O-5', selector sun.nio.ch.EPollSelectorImpl@4cb3d5d4
19:16:06.899 [XNIO-81 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 I/O-8', selector sun.nio.ch.EPollSelectorImpl@7706d762
19:16:06.902 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.903 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.906 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.906 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.906 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:33441
19:16:06.902 [XNIO-81 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-81 Accept', selector sun.nio.ch.EPollSelectorImpl@23f3e293
19:16:06.906 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:33441
19:16:06.906 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:33441
19:16:06.906 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:43432<->127.0.0.1:33441
19:16:06.906 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /bravo?alpha=one HTTP/1.1
19:16:06.906 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.906 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.907 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> PUT /bravo?alpha=one HTTP/1.1
19:16:06.907 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> Content-Type: application/json; charset=utf-8
19:16:06.907 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> Content-Length: 30
19:16:06.907 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> Host: localhost:33441
19:16:06.907 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> Connection: Keep-Alive
19:16:06.907 [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.907 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> Accept-Encoding: gzip,deflate
19:16:06.907 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "PUT /bravo?alpha=one HTTP/1.1[\r][\n]"
19:16:06.907 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.907 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "Content-Length: 30[\r][\n]"
19:16:06.907 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "Host: localhost:33441[\r][\n]"
19:16:06.907 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.907 [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.907 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.907 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "[\r][\n]"
19:16:06.907 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "{"alpha":"bravo","charlie":42}"
19:16:06.910 [XNIO-81 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /bravo (query=[alpha:[one]], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33441]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:06.912 [XNIO-81 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.913 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.913 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Content-Encoding: gzip[\r][\n]"
19:16:06.913 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Connection: keep-alive[\r][\n]"
19:16:06.913 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Content-Type: text/plain[\r][\n]"
19:16:06.913 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Content-Length: 27[\r][\n]"
19:16:06.913 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.913 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "[\r][\n]"
19:16:06.913 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "[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.913 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << HTTP/1.1 200 OK
19:16:06.913 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Content-Encoding: gzip
19:16:06.913 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Connection: keep-alive
19:16:06.913 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Content-Type: text/plain
19:16:06.913 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Content-Length: 27
19:16:06.913 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.913 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.913 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:43432<->127.0.0.1:33441
19:16:06.913 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.914 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.914 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.914 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:33441
19:16:06.914 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /bravo?alpha=one HTTP/1.1
19:16:06.914 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.914 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.914 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> PUT /bravo?alpha=one HTTP/1.1
19:16:06.914 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> Content-Type: application/json; charset=utf-8
19:16:06.914 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> Content-Length: 30
19:16:06.914 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> Host: localhost:33441
19:16:06.914 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> Connection: Keep-Alive
19:16:06.914 [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.914 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 >> Accept-Encoding: gzip,deflate
19:16:06.915 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "PUT /bravo?alpha=one HTTP/1.1[\r][\n]"
19:16:06.915 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.915 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "Content-Length: 30[\r][\n]"
19:16:06.915 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "Host: localhost:33441[\r][\n]"
19:16:06.915 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.915 [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.915 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.915 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "[\r][\n]"
19:16:06.915 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 >> "{"alpha":"bravo","charlie":42}"
19:16:06.918 [XNIO-81 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /bravo (query=[alpha:[one]], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33441]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:06.920 [XNIO-81 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.920 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.920 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Content-Encoding: gzip[\r][\n]"
19:16:06.920 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Connection: keep-alive[\r][\n]"
19:16:06.920 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Content-Type: text/plain[\r][\n]"
19:16:06.920 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Content-Length: 27[\r][\n]"
19:16:06.920 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.920 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "[\r][\n]"
19:16:06.920 [Test worker] DEBUG org.apache.http.wire - http-outgoing-78 << "[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.920 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << HTTP/1.1 200 OK
19:16:06.920 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Content-Encoding: gzip
19:16:06.920 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Connection: keep-alive
19:16:06.920 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Content-Type: text/plain
19:16:06.920 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Content-Length: 27
19:16:06.920 [Test worker] DEBUG org.apache.http.headers - http-outgoing-78 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.920 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.921 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:43432<->127.0.0.1:33441
19:16:06.921 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.921 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@fed959c
19:16:06.924 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@78960239
19:16:06.934 [XNIO-82 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 I/O-1', selector sun.nio.ch.EPollSelectorImpl@5be0346
19:16:06.934 [XNIO-82 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 I/O-3', selector sun.nio.ch.EPollSelectorImpl@8a9e031
19:16:06.942 [XNIO-82 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 I/O-5', selector sun.nio.ch.EPollSelectorImpl@2615fbf3
19:16:06.942 [XNIO-82 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 I/O-6', selector sun.nio.ch.EPollSelectorImpl@3339d8b6
19:16:06.934 [XNIO-82 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 I/O-2', selector sun.nio.ch.EPollSelectorImpl@18b86860
19:16:06.943 [XNIO-82 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 I/O-8', selector sun.nio.ch.EPollSelectorImpl@5c8bca35
19:16:06.942 [XNIO-82 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 I/O-4', selector sun.nio.ch.EPollSelectorImpl@5845f803
19:16:06.943 [XNIO-82 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 I/O-7', selector sun.nio.ch.EPollSelectorImpl@51ba303f
19:16:06.943 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.943 [XNIO-82 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-82 Accept', selector sun.nio.ch.EPollSelectorImpl@73d8b75b
19:16:06.944 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.947 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.947 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.947 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:34361
19:16:06.947 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:34361
19:16:06.948 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:34361
19:16:06.948 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:40766<->127.0.0.1:34361
19:16:06.948 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /bravo?alpha=one HTTP/1.1
19:16:06.948 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.948 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.948 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> PUT /bravo?alpha=one HTTP/1.1
19:16:06.948 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Content-Type: application/json; charset=utf-8
19:16:06.948 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Content-Length: 30
19:16:06.948 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Host: localhost:34361
19:16:06.948 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Connection: Keep-Alive
19:16:06.948 [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.948 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Accept-Encoding: gzip,deflate
19:16:06.948 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "PUT /bravo?alpha=one HTTP/1.1[\r][\n]"
19:16:06.948 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.948 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Content-Length: 30[\r][\n]"
19:16:06.948 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Host: localhost:34361[\r][\n]"
19:16:06.948 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.948 [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.948 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.948 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "[\r][\n]"
19:16:06.948 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "{"alpha":"bravo","charlie":42}"
19:16:06.950 [XNIO-82 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /bravo (query=[alpha:[one]], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:34361]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:06.952 [XNIO-82 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.953 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.953 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Content-Encoding: gzip[\r][\n]"
19:16:06.953 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Connection: keep-alive[\r][\n]"
19:16:06.953 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Content-Type: text/plain[\r][\n]"
19:16:06.953 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Content-Length: 27[\r][\n]"
19:16:06.953 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.953 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "[\r][\n]"
19:16:06.953 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "[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.953 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << HTTP/1.1 200 OK
19:16:06.953 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Content-Encoding: gzip
19:16:06.953 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Connection: keep-alive
19:16:06.953 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Content-Type: text/plain
19:16:06.953 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Content-Length: 27
19:16:06.953 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.953 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.953 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40766<->127.0.0.1:34361
19:16:06.953 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.954 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.954 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.954 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:34361
19:16:06.954 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /bravo?alpha=one HTTP/1.1
19:16:06.954 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.954 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.954 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> PUT /bravo?alpha=one HTTP/1.1
19:16:06.954 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Content-Type: application/json; charset=utf-8
19:16:06.954 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Content-Length: 30
19:16:06.954 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Host: localhost:34361
19:16:06.954 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Connection: Keep-Alive
19:16:06.954 [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.954 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 >> Accept-Encoding: gzip,deflate
19:16:06.954 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "PUT /bravo?alpha=one HTTP/1.1[\r][\n]"
19:16:06.954 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.954 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Content-Length: 30[\r][\n]"
19:16:06.954 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Host: localhost:34361[\r][\n]"
19:16:06.954 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.954 [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.954 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.954 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "[\r][\n]"
19:16:06.954 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 >> "{"alpha":"bravo","charlie":42}"
19:16:06.955 [XNIO-82 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /bravo (query=[alpha:[one]], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:34361]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:06.956 [XNIO-82 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.957 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.957 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Content-Encoding: gzip[\r][\n]"
19:16:06.957 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Connection: keep-alive[\r][\n]"
19:16:06.957 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Content-Type: text/plain[\r][\n]"
19:16:06.957 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Content-Length: 27[\r][\n]"
19:16:06.957 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.957 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "[\r][\n]"
19:16:06.957 [Test worker] DEBUG org.apache.http.wire - http-outgoing-79 << "[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.957 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << HTTP/1.1 200 OK
19:16:06.957 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Content-Encoding: gzip
19:16:06.957 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Connection: keep-alive
19:16:06.957 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Content-Type: text/plain
19:16:06.957 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Content-Length: 27
19:16:06.957 [Test worker] DEBUG org.apache.http.headers - http-outgoing-79 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.957 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.957 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40766<->127.0.0.1:34361
19:16:06.957 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.958 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@78960239
19:16:06.962 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@aa3a448
19:16:06.967 [XNIO-83 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 I/O-1', selector sun.nio.ch.EPollSelectorImpl@14e668e
19:16:06.967 [XNIO-83 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 I/O-2', selector sun.nio.ch.EPollSelectorImpl@4d3dbd4d
19:16:06.970 [XNIO-83 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 I/O-3', selector sun.nio.ch.EPollSelectorImpl@54489284
19:16:06.971 [XNIO-83 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 I/O-4', selector sun.nio.ch.EPollSelectorImpl@33956820
19:16:06.971 [XNIO-83 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 I/O-5', selector sun.nio.ch.EPollSelectorImpl@65cd01eb
19:16:06.971 [XNIO-83 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 I/O-6', selector sun.nio.ch.EPollSelectorImpl@7f5a2b8
19:16:06.974 [XNIO-83 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 I/O-7', selector sun.nio.ch.EPollSelectorImpl@633faf99
19:16:06.974 [XNIO-83 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 I/O-8', selector sun.nio.ch.EPollSelectorImpl@341e59e7
19:16:06.975 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:06.975 [XNIO-83 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-83 Accept', selector sun.nio.ch.EPollSelectorImpl@79c19a70
19:16:06.975 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:06.977 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.977 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.977 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40627
19:16:06.977 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:40627
19:16:06.978 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:40627
19:16:06.978 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:53170<->127.0.0.1:40627
19:16:06.978 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /bravo?alpha=one&alpha=two HTTP/1.1
19:16:06.978 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.978 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.978 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> PUT /bravo?alpha=one&alpha=two HTTP/1.1
19:16:06.978 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Content-Type: application/json; charset=utf-8
19:16:06.978 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Content-Length: 30
19:16:06.978 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Host: localhost:40627
19:16:06.978 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Connection: Keep-Alive
19:16:06.978 [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.978 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Accept-Encoding: gzip,deflate
19:16:06.978 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "PUT /bravo?alpha=one&alpha=two HTTP/1.1[\r][\n]"
19:16:06.978 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.978 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Content-Length: 30[\r][\n]"
19:16:06.978 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Host: localhost:40627[\r][\n]"
19:16:06.978 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.978 [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.978 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.978 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "[\r][\n]"
19:16:06.978 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "{"alpha":"bravo","charlie":42}"
19:16:06.982 [XNIO-83 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /bravo (query=[alpha:[one, two]], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40627]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:06.984 [XNIO-83 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.984 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.984 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Content-Encoding: gzip[\r][\n]"
19:16:06.984 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Connection: keep-alive[\r][\n]"
19:16:06.984 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Content-Type: text/plain[\r][\n]"
19:16:06.984 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Content-Length: 27[\r][\n]"
19:16:06.984 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.984 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "[\r][\n]"
19:16:06.984 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "[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.984 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << HTTP/1.1 200 OK
19:16:06.984 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Content-Encoding: gzip
19:16:06.984 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Connection: keep-alive
19:16:06.984 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Content-Type: text/plain
19:16:06.984 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Content-Length: 27
19:16:06.984 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.984 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.985 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:53170<->127.0.0.1:40627
19:16:06.985 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.986 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:06.986 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:06.986 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40627
19:16:06.986 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /bravo?alpha=one&alpha=two HTTP/1.1
19:16:06.986 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:06.986 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:06.986 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> PUT /bravo?alpha=one&alpha=two HTTP/1.1
19:16:06.986 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Content-Type: application/json; charset=utf-8
19:16:06.986 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Content-Length: 30
19:16:06.986 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Host: localhost:40627
19:16:06.986 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Connection: Keep-Alive
19:16:06.986 [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.986 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 >> Accept-Encoding: gzip,deflate
19:16:06.986 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "PUT /bravo?alpha=one&alpha=two HTTP/1.1[\r][\n]"
19:16:06.986 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:06.986 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Content-Length: 30[\r][\n]"
19:16:06.986 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Host: localhost:40627[\r][\n]"
19:16:06.986 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Connection: Keep-Alive[\r][\n]"
19:16:06.986 [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.986 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:06.986 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "[\r][\n]"
19:16:06.986 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 >> "{"alpha":"bravo","charlie":42}"
19:16:06.989 [XNIO-83 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /bravo (query=[alpha:[one, two]], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40627]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:06.993 [XNIO-83 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:06.993 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "HTTP/1.1 200 OK[\r][\n]"
19:16:06.993 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Content-Encoding: gzip[\r][\n]"
19:16:06.993 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Connection: keep-alive[\r][\n]"
19:16:06.993 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Content-Type: text/plain[\r][\n]"
19:16:06.993 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Content-Length: 27[\r][\n]"
19:16:06.993 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:06.993 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "[\r][\n]"
19:16:06.993 [Test worker] DEBUG org.apache.http.wire - http-outgoing-80 << "[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.993 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << HTTP/1.1 200 OK
19:16:06.993 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Content-Encoding: gzip
19:16:06.993 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Connection: keep-alive
19:16:06.993 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Content-Type: text/plain
19:16:06.993 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Content-Length: 27
19:16:06.993 [Test worker] DEBUG org.apache.http.headers - http-outgoing-80 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:06.994 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:06.994 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:53170<->127.0.0.1:40627
19:16:06.994 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:06.994 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@aa3a448
19:16:06.998 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@5151c7bf
19:16:07.002 [XNIO-84 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 I/O-1', selector sun.nio.ch.EPollSelectorImpl@221879c5
19:16:07.003 [XNIO-84 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 I/O-2', selector sun.nio.ch.EPollSelectorImpl@2a24b838
19:16:07.005 [XNIO-84 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 I/O-3', selector sun.nio.ch.EPollSelectorImpl@41c875a3
19:16:07.005 [XNIO-84 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 I/O-4', selector sun.nio.ch.EPollSelectorImpl@73129148
19:16:07.005 [XNIO-84 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 I/O-5', selector sun.nio.ch.EPollSelectorImpl@679dd178
19:16:07.010 [XNIO-84 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 I/O-6', selector sun.nio.ch.EPollSelectorImpl@2e9a4978
19:16:07.011 [XNIO-84 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 I/O-7', selector sun.nio.ch.EPollSelectorImpl@4f9000d9
19:16:07.011 [XNIO-84 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 I/O-8', selector sun.nio.ch.EPollSelectorImpl@359bf831
19:16:07.018 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.018 [XNIO-84 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-84 Accept', selector sun.nio.ch.EPollSelectorImpl@17d0ae6a
19:16:07.019 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.021 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.021 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.021 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:35751
19:16:07.021 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:35751
19:16:07.021 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:35751
19:16:07.022 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:52190<->127.0.0.1:35751
19:16:07.022 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /bravo?alpha=one&alpha=two&bravo=three HTTP/1.1
19:16:07.022 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.022 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.022 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> PUT /bravo?alpha=one&alpha=two&bravo=three HTTP/1.1
19:16:07.022 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> Content-Type: application/json; charset=utf-8
19:16:07.022 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> Content-Length: 30
19:16:07.022 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> Host: localhost:35751
19:16:07.022 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> Connection: Keep-Alive
19:16:07.022 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.022 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> Accept-Encoding: gzip,deflate
19:16:07.022 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "PUT /bravo?alpha=one&alpha=two&bravo=three HTTP/1.1[\r][\n]"
19:16:07.022 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.022 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "Content-Length: 30[\r][\n]"
19:16:07.022 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "Host: localhost:35751[\r][\n]"
19:16:07.022 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.022 [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:07.022 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.022 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "[\r][\n]"
19:16:07.022 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "{"alpha":"bravo","charlie":42}"
19:16:07.023 [XNIO-84 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /bravo (query=[alpha:[one, two], bravo:[three]], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35751]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.024 [XNIO-84 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.024 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.024 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Content-Encoding: gzip[\r][\n]"
19:16:07.024 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Connection: keep-alive[\r][\n]"
19:16:07.024 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Content-Type: text/plain[\r][\n]"
19:16:07.024 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Content-Length: 27[\r][\n]"
19:16:07.024 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.024 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "[\r][\n]"
19:16:07.024 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "[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.024 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << HTTP/1.1 200 OK
19:16:07.024 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Content-Encoding: gzip
19:16:07.024 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Connection: keep-alive
19:16:07.024 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Content-Type: text/plain
19:16:07.024 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Content-Length: 27
19:16:07.024 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.024 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.025 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:52190<->127.0.0.1:35751
19:16:07.025 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.025 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.025 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.025 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:35751
19:16:07.025 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /bravo?alpha=one&alpha=two&bravo=three HTTP/1.1
19:16:07.026 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.026 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.026 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> PUT /bravo?alpha=one&alpha=two&bravo=three HTTP/1.1
19:16:07.026 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> Content-Type: application/json; charset=utf-8
19:16:07.026 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> Content-Length: 30
19:16:07.026 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> Host: localhost:35751
19:16:07.026 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> Connection: Keep-Alive
19:16:07.026 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.026 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 >> Accept-Encoding: gzip,deflate
19:16:07.026 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "PUT /bravo?alpha=one&alpha=two&bravo=three HTTP/1.1[\r][\n]"
19:16:07.026 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.026 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "Content-Length: 30[\r][\n]"
19:16:07.026 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "Host: localhost:35751[\r][\n]"
19:16:07.026 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.026 [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:07.026 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.026 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "[\r][\n]"
19:16:07.026 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 >> "{"alpha":"bravo","charlie":42}"
19:16:07.026 [XNIO-84 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /bravo (query=[alpha:[one, two], bravo:[three]], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35751]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.027 [XNIO-84 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.028 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.028 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Content-Encoding: gzip[\r][\n]"
19:16:07.028 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Connection: keep-alive[\r][\n]"
19:16:07.028 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Content-Type: text/plain[\r][\n]"
19:16:07.028 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Content-Length: 27[\r][\n]"
19:16:07.028 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.028 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "[\r][\n]"
19:16:07.028 [Test worker] DEBUG org.apache.http.wire - http-outgoing-81 << "[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.028 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << HTTP/1.1 200 OK
19:16:07.028 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Content-Encoding: gzip
19:16:07.028 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Connection: keep-alive
19:16:07.028 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Content-Type: text/plain
19:16:07.028 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Content-Length: 27
19:16:07.028 [Test worker] DEBUG org.apache.http.headers - http-outgoing-81 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.028 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.028 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:52190<->127.0.0.1:35751
19:16:07.028 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.029 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@5151c7bf
19:16:07.034 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@756c1600
19:16:07.038 [XNIO-85 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 I/O-1', selector sun.nio.ch.EPollSelectorImpl@762bba20
19:16:07.041 [XNIO-85 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 I/O-2', selector sun.nio.ch.EPollSelectorImpl@25b2f29c
19:16:07.042 [XNIO-85 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 I/O-3', selector sun.nio.ch.EPollSelectorImpl@55934bd3
19:16:07.043 [XNIO-85 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 I/O-4', selector sun.nio.ch.EPollSelectorImpl@3ce46458
19:16:07.045 [XNIO-85 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 I/O-5', selector sun.nio.ch.EPollSelectorImpl@3a95590
19:16:07.045 [XNIO-85 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 I/O-7', selector sun.nio.ch.EPollSelectorImpl@1b30f164
19:16:07.045 [XNIO-85 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 I/O-6', selector sun.nio.ch.EPollSelectorImpl@4713218e
19:16:07.046 [XNIO-85 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 I/O-8', selector sun.nio.ch.EPollSelectorImpl@3ba41d5e
19:16:07.046 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.046 [XNIO-85 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-85 Accept', selector sun.nio.ch.EPollSelectorImpl@30d9b17c
19:16:07.047 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.053 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.053 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.053 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:39339
19:16:07.053 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:39339
19:16:07.053 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:39339
19:16:07.053 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:40404<->127.0.0.1:39339
19:16:07.053 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /charlie HTTP/1.1
19:16:07.053 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.053 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.054 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> PUT /charlie HTTP/1.1
19:16:07.054 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> Content-Type: application/json; charset=utf-8
19:16:07.054 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> Content-Length: 30
19:16:07.054 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> Host: localhost:39339
19:16:07.054 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> Connection: Keep-Alive
19:16:07.054 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.054 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> Accept-Encoding: gzip,deflate
19:16:07.054 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "PUT /charlie HTTP/1.1[\r][\n]"
19:16:07.054 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.054 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "Content-Length: 30[\r][\n]"
19:16:07.054 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "Host: localhost:39339[\r][\n]"
19:16:07.054 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.054 [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:07.054 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.054 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "[\r][\n]"
19:16:07.054 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "{"alpha":"bravo","charlie":42}"
19:16:07.054 [XNIO-85 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /charlie (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39339]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.056 [XNIO-85 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.056 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.056 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Content-Encoding: gzip[\r][\n]"
19:16:07.056 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Connection: keep-alive[\r][\n]"
19:16:07.056 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Content-Type: text/plain[\r][\n]"
19:16:07.056 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Content-Length: 27[\r][\n]"
19:16:07.056 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.056 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "[\r][\n]"
19:16:07.056 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "[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.056 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << HTTP/1.1 200 OK
19:16:07.056 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Content-Encoding: gzip
19:16:07.056 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Connection: keep-alive
19:16:07.056 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Content-Type: text/plain
19:16:07.056 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Content-Length: 27
19:16:07.056 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.056 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.057 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40404<->127.0.0.1:39339
19:16:07.057 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.058 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.058 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.058 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:39339
19:16:07.058 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /charlie HTTP/1.1
19:16:07.058 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.058 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.058 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> PUT /charlie HTTP/1.1
19:16:07.058 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> Content-Type: application/json; charset=utf-8
19:16:07.058 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> Content-Length: 30
19:16:07.058 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> Host: localhost:39339
19:16:07.058 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> Connection: Keep-Alive
19:16:07.058 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.058 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 >> Accept-Encoding: gzip,deflate
19:16:07.058 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "PUT /charlie HTTP/1.1[\r][\n]"
19:16:07.058 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.058 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "Content-Length: 30[\r][\n]"
19:16:07.058 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "Host: localhost:39339[\r][\n]"
19:16:07.058 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.058 [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:07.058 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.058 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "[\r][\n]"
19:16:07.058 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 >> "{"alpha":"bravo","charlie":42}"
19:16:07.059 [XNIO-85 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /charlie (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39339]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.060 [XNIO-85 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.060 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.060 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Content-Encoding: gzip[\r][\n]"
19:16:07.060 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Connection: keep-alive[\r][\n]"
19:16:07.060 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Content-Type: text/plain[\r][\n]"
19:16:07.060 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Content-Length: 27[\r][\n]"
19:16:07.060 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.060 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "[\r][\n]"
19:16:07.060 [Test worker] DEBUG org.apache.http.wire - http-outgoing-82 << "[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.060 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << HTTP/1.1 200 OK
19:16:07.060 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Content-Encoding: gzip
19:16:07.060 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Connection: keep-alive
19:16:07.060 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Content-Type: text/plain
19:16:07.060 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Content-Length: 27
19:16:07.060 [Test worker] DEBUG org.apache.http.headers - http-outgoing-82 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.060 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.061 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40404<->127.0.0.1:39339
19:16:07.061 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.061 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@756c1600
19:16:07.064 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@1dc56485
19:16:07.065 [XNIO-86 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 I/O-1', selector sun.nio.ch.EPollSelectorImpl@7c24dbd
19:16:07.066 [XNIO-86 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 I/O-2', selector sun.nio.ch.EPollSelectorImpl@361dc56e
19:16:07.066 [XNIO-86 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 I/O-3', selector sun.nio.ch.EPollSelectorImpl@5548005a
19:16:07.067 [XNIO-86 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 I/O-4', selector sun.nio.ch.EPollSelectorImpl@51bef145
19:16:07.070 [XNIO-86 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 I/O-5', selector sun.nio.ch.EPollSelectorImpl@5a07a72b
19:16:07.074 [XNIO-86 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 I/O-7', selector sun.nio.ch.EPollSelectorImpl@1c57f48
19:16:07.070 [XNIO-86 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 I/O-6', selector sun.nio.ch.EPollSelectorImpl@19129e1d
19:16:07.078 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.078 [XNIO-86 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 I/O-8', selector sun.nio.ch.EPollSelectorImpl@2441561b
19:16:07.078 [XNIO-86 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-86 Accept', selector sun.nio.ch.EPollSelectorImpl@12dce3f9
19:16:07.079 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.082 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.082 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.082 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:34057
19:16:07.083 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:34057
19:16:07.083 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:34057
19:16:07.083 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:57816<->127.0.0.1:34057
19:16:07.083 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /charlie HTTP/1.1
19:16:07.083 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.083 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.083 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> PUT /charlie HTTP/1.1
19:16:07.083 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Content-Type: application/json; charset=utf-8
19:16:07.083 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Content-Length: 30
19:16:07.083 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Host: localhost:34057
19:16:07.083 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Connection: Keep-Alive
19:16:07.083 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.083 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Accept-Encoding: gzip,deflate
19:16:07.083 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "PUT /charlie HTTP/1.1[\r][\n]"
19:16:07.083 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.083 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Content-Length: 30[\r][\n]"
19:16:07.083 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Host: localhost:34057[\r][\n]"
19:16:07.083 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.083 [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:07.083 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.083 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "[\r][\n]"
19:16:07.083 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "{"alpha":"bravo","charlie":42}"
19:16:07.086 [XNIO-86 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /charlie (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:34057]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.088 [XNIO-86 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.088 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.088 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Content-Encoding: gzip[\r][\n]"
19:16:07.088 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Connection: keep-alive[\r][\n]"
19:16:07.088 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Content-Type: text/plain[\r][\n]"
19:16:07.088 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Content-Length: 27[\r][\n]"
19:16:07.088 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.088 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "[\r][\n]"
19:16:07.088 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "[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.088 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << HTTP/1.1 200 OK
19:16:07.088 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Content-Encoding: gzip
19:16:07.088 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Connection: keep-alive
19:16:07.088 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Content-Type: text/plain
19:16:07.088 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Content-Length: 27
19:16:07.088 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.088 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.089 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:57816<->127.0.0.1:34057
19:16:07.089 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.089 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.089 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.089 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:34057
19:16:07.090 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /charlie HTTP/1.1
19:16:07.090 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.090 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.090 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> PUT /charlie HTTP/1.1
19:16:07.090 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Content-Type: application/json; charset=utf-8
19:16:07.090 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Content-Length: 30
19:16:07.090 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Host: localhost:34057
19:16:07.090 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Connection: Keep-Alive
19:16:07.090 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.090 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 >> Accept-Encoding: gzip,deflate
19:16:07.090 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "PUT /charlie HTTP/1.1[\r][\n]"
19:16:07.090 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.090 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Content-Length: 30[\r][\n]"
19:16:07.090 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Host: localhost:34057[\r][\n]"
19:16:07.090 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.090 [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:07.090 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.090 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "[\r][\n]"
19:16:07.090 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 >> "{"alpha":"bravo","charlie":42}"
19:16:07.090 [XNIO-86 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /charlie (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:34057]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.091 [XNIO-86 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.091 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.091 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Content-Encoding: gzip[\r][\n]"
19:16:07.091 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Connection: keep-alive[\r][\n]"
19:16:07.091 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Content-Type: text/plain[\r][\n]"
19:16:07.091 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Content-Length: 27[\r][\n]"
19:16:07.091 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.091 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "[\r][\n]"
19:16:07.091 [Test worker] DEBUG org.apache.http.wire - http-outgoing-83 << "[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.092 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << HTTP/1.1 200 OK
19:16:07.092 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Content-Encoding: gzip
19:16:07.092 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Connection: keep-alive
19:16:07.092 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Content-Type: text/plain
19:16:07.092 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Content-Length: 27
19:16:07.092 [Test worker] DEBUG org.apache.http.headers - http-outgoing-83 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.092 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.092 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:57816<->127.0.0.1:34057
19:16:07.092 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.092 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@1dc56485
19:16:07.096 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@7ec60aa3
19:16:07.097 [XNIO-87 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 I/O-1', selector sun.nio.ch.EPollSelectorImpl@684e8bab
19:16:07.098 [XNIO-87 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 I/O-2', selector sun.nio.ch.EPollSelectorImpl@19146686
19:16:07.099 [XNIO-87 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 I/O-3', selector sun.nio.ch.EPollSelectorImpl@43b1557c
19:16:07.099 [XNIO-87 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 I/O-4', selector sun.nio.ch.EPollSelectorImpl@5c467de3
19:16:07.099 [XNIO-87 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 I/O-5', selector sun.nio.ch.EPollSelectorImpl@d5a2dd4
19:16:07.099 [XNIO-87 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 I/O-6', selector sun.nio.ch.EPollSelectorImpl@59f5a5ec
19:16:07.099 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.099 [XNIO-87 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 I/O-7', selector sun.nio.ch.EPollSelectorImpl@32feed7a
19:16:07.099 [XNIO-87 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 Accept', selector sun.nio.ch.EPollSelectorImpl@6c28be14
19:16:07.099 [XNIO-87 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-87 I/O-8', selector sun.nio.ch.EPollSelectorImpl@6b0864ec
19:16:07.100 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.101 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.102 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.102 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40089
19:16:07.102 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:40089
19:16:07.102 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:40089
19:16:07.102 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:53090<->127.0.0.1:40089
19:16:07.102 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /charlie HTTP/1.1
19:16:07.102 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.102 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.102 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> PUT /charlie HTTP/1.1
19:16:07.102 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Content-Type: application/json; charset=utf-8
19:16:07.102 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> hat: fedora
19:16:07.102 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Content-Length: 30
19:16:07.102 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Host: localhost:40089
19:16:07.102 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Connection: Keep-Alive
19:16:07.102 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.102 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Accept-Encoding: gzip,deflate
19:16:07.102 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "PUT /charlie HTTP/1.1[\r][\n]"
19:16:07.102 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.102 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "hat: fedora[\r][\n]"
19:16:07.102 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Content-Length: 30[\r][\n]"
19:16:07.102 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Host: localhost:40089[\r][\n]"
19:16:07.102 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.102 [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:07.102 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.102 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "[\r][\n]"
19:16:07.102 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "{"alpha":"bravo","charlie":42}"
19:16:07.106 [XNIO-87 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /charlie (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], hat=[fedora], Host=[localhost:40089]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.108 [XNIO-87 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.108 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.108 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Content-Encoding: gzip[\r][\n]"
19:16:07.108 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Connection: keep-alive[\r][\n]"
19:16:07.108 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Content-Type: text/plain[\r][\n]"
19:16:07.108 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Content-Length: 27[\r][\n]"
19:16:07.108 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.108 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "[\r][\n]"
19:16:07.108 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "[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.108 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << HTTP/1.1 200 OK
19:16:07.108 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Content-Encoding: gzip
19:16:07.108 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Connection: keep-alive
19:16:07.108 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Content-Type: text/plain
19:16:07.108 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Content-Length: 27
19:16:07.108 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.108 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.109 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:53090<->127.0.0.1:40089
19:16:07.109 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.109 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.110 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.110 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40089
19:16:07.110 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /charlie HTTP/1.1
19:16:07.110 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.110 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.110 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> PUT /charlie HTTP/1.1
19:16:07.110 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Content-Type: application/json; charset=utf-8
19:16:07.110 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> hat: fedora
19:16:07.110 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Content-Length: 30
19:16:07.110 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Host: localhost:40089
19:16:07.110 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Connection: Keep-Alive
19:16:07.110 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.110 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 >> Accept-Encoding: gzip,deflate
19:16:07.110 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "PUT /charlie HTTP/1.1[\r][\n]"
19:16:07.110 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.110 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "hat: fedora[\r][\n]"
19:16:07.110 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Content-Length: 30[\r][\n]"
19:16:07.110 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Host: localhost:40089[\r][\n]"
19:16:07.110 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.110 [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:07.110 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.110 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "[\r][\n]"
19:16:07.110 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 >> "{"alpha":"bravo","charlie":42}"
19:16:07.110 [XNIO-87 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /charlie (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], hat=[fedora], Host=[localhost:40089]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.111 [XNIO-87 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.112 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.112 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Content-Encoding: gzip[\r][\n]"
19:16:07.112 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Connection: keep-alive[\r][\n]"
19:16:07.112 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Content-Type: text/plain[\r][\n]"
19:16:07.112 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Content-Length: 27[\r][\n]"
19:16:07.112 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.112 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "[\r][\n]"
19:16:07.112 [Test worker] DEBUG org.apache.http.wire - http-outgoing-84 << "[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.112 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << HTTP/1.1 200 OK
19:16:07.112 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Content-Encoding: gzip
19:16:07.112 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Connection: keep-alive
19:16:07.112 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Content-Type: text/plain
19:16:07.112 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Content-Length: 27
19:16:07.112 [Test worker] DEBUG org.apache.http.headers - http-outgoing-84 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.112 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.113 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:53090<->127.0.0.1:40089
19:16:07.113 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.113 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@7ec60aa3
19:16:07.120 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@64f82333
19:16:07.122 [XNIO-88 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 I/O-1', selector sun.nio.ch.EPollSelectorImpl@24116485
19:16:07.138 [XNIO-88 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 I/O-2', selector sun.nio.ch.EPollSelectorImpl@7487cb12
19:16:07.139 [XNIO-88 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 I/O-3', selector sun.nio.ch.EPollSelectorImpl@571f6128
19:16:07.139 [XNIO-88 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 I/O-4', selector sun.nio.ch.EPollSelectorImpl@1744578b
19:16:07.139 [XNIO-88 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 I/O-5', selector sun.nio.ch.EPollSelectorImpl@62448381
19:16:07.141 [XNIO-88 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 I/O-6', selector sun.nio.ch.EPollSelectorImpl@3eb04a31
19:16:07.142 [XNIO-88 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 I/O-7', selector sun.nio.ch.EPollSelectorImpl@b900c9a
19:16:07.142 [XNIO-88 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 I/O-8', selector sun.nio.ch.EPollSelectorImpl@66212408
19:16:07.146 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.146 [XNIO-88 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-88 Accept', selector sun.nio.ch.EPollSelectorImpl@2347beaa
19:16:07.147 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.153 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.153 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.153 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:39949
19:16:07.154 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:39949
19:16:07.154 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:39949
19:16:07.154 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:48782<->127.0.0.1:39949
19:16:07.154 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /delta HTTP/1.1
19:16:07.154 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.154 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.154 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> PUT /delta HTTP/1.1
19:16:07.154 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Content-Type: application/json; charset=utf-8
19:16:07.154 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Content-Length: 30
19:16:07.154 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Host: localhost:39949
19:16:07.154 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Connection: Keep-Alive
19:16:07.154 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.154 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Accept-Encoding: gzip,deflate
19:16:07.154 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "PUT /delta HTTP/1.1[\r][\n]"
19:16:07.154 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.154 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Content-Length: 30[\r][\n]"
19:16:07.154 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Host: localhost:39949[\r][\n]"
19:16:07.154 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.154 [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:07.154 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.154 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "[\r][\n]"
19:16:07.154 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "{"alpha":"bravo","charlie":42}"
19:16:07.155 [XNIO-88 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39949]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.156 [XNIO-88 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:07.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Content-Encoding: gzip[\r][\n]"
19:16:07.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Connection: keep-alive[\r][\n]"
19:16:07.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Content-Type: text/date[\r][\n]"
19:16:07.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Content-Length: 36[\r][\n]"
19:16:07.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "[\r][\n]"
19:16:07.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "[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:07.157 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << HTTP/1.1 200 OK
19:16:07.157 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Content-Encoding: gzip
19:16:07.157 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Connection: keep-alive
19:16:07.157 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Content-Type: text/date
19:16:07.157 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Content-Length: 36
19:16:07.157 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.157 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.158 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:48782<->127.0.0.1:39949
19:16:07.158 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.160 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.160 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.160 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:39949
19:16:07.160 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /delta HTTP/1.1
19:16:07.160 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.160 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.160 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> PUT /delta HTTP/1.1
19:16:07.160 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Content-Type: application/json; charset=utf-8
19:16:07.160 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Content-Length: 30
19:16:07.160 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Host: localhost:39949
19:16:07.160 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Connection: Keep-Alive
19:16:07.160 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.160 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 >> Accept-Encoding: gzip,deflate
19:16:07.160 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "PUT /delta HTTP/1.1[\r][\n]"
19:16:07.160 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.160 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Content-Length: 30[\r][\n]"
19:16:07.160 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Host: localhost:39949[\r][\n]"
19:16:07.160 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.160 [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:07.160 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.160 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "[\r][\n]"
19:16:07.160 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 >> "{"alpha":"bravo","charlie":42}"
19:16:07.162 [XNIO-88 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39949]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.164 [XNIO-88 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:07.164 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.164 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Content-Encoding: gzip[\r][\n]"
19:16:07.164 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Connection: keep-alive[\r][\n]"
19:16:07.164 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Content-Type: text/date[\r][\n]"
19:16:07.164 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Content-Length: 36[\r][\n]"
19:16:07.164 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.164 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "[\r][\n]"
19:16:07.164 [Test worker] DEBUG org.apache.http.wire - http-outgoing-85 << "[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:07.165 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << HTTP/1.1 200 OK
19:16:07.165 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Content-Encoding: gzip
19:16:07.165 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Connection: keep-alive
19:16:07.165 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Content-Type: text/date
19:16:07.165 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Content-Length: 36
19:16:07.165 [Test worker] DEBUG org.apache.http.headers - http-outgoing-85 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.165 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.165 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:48782<->127.0.0.1:39949
19:16:07.165 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.166 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@64f82333
19:16:07.170 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@6ac78d59
19:16:07.172 [XNIO-89 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 I/O-1', selector sun.nio.ch.EPollSelectorImpl@7d5bd9c0
19:16:07.174 [XNIO-89 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 I/O-2', selector sun.nio.ch.EPollSelectorImpl@6ace32d6
19:16:07.178 [XNIO-89 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 I/O-3', selector sun.nio.ch.EPollSelectorImpl@5e1e00cf
19:16:07.182 [XNIO-89 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 I/O-4', selector sun.nio.ch.EPollSelectorImpl@3aeb9a9
19:16:07.190 [XNIO-89 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 I/O-6', selector sun.nio.ch.EPollSelectorImpl@27b513ee
19:16:07.190 [XNIO-89 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 I/O-5', selector sun.nio.ch.EPollSelectorImpl@4d5e9977
19:16:07.198 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.198 [XNIO-89 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 I/O-8', selector sun.nio.ch.EPollSelectorImpl@3dc33138
19:16:07.199 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.198 [XNIO-89 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 I/O-7', selector sun.nio.ch.EPollSelectorImpl@6e9ceb35
19:16:07.198 [XNIO-89 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-89 Accept', selector sun.nio.ch.EPollSelectorImpl@35d5f1bb
19:16:07.201 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.201 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.201 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:42821
19:16:07.202 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:42821
19:16:07.202 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:42821
19:16:07.202 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:45694<->127.0.0.1:42821
19:16:07.202 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /delta HTTP/1.1
19:16:07.202 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.202 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.202 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> PUT /delta HTTP/1.1
19:16:07.202 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Content-Type: application/json; charset=utf-8
19:16:07.202 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Content-Length: 30
19:16:07.202 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Host: localhost:42821
19:16:07.202 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Connection: Keep-Alive
19:16:07.202 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.202 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Accept-Encoding: gzip,deflate
19:16:07.202 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "PUT /delta HTTP/1.1[\r][\n]"
19:16:07.202 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.202 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Content-Length: 30[\r][\n]"
19:16:07.202 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Host: localhost:42821[\r][\n]"
19:16:07.202 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.202 [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:07.202 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.202 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "[\r][\n]"
19:16:07.202 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "{"alpha":"bravo","charlie":42}"
19:16:07.203 [XNIO-89 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42821]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.204 [XNIO-89 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:07.204 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.204 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Content-Encoding: gzip[\r][\n]"
19:16:07.204 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Connection: keep-alive[\r][\n]"
19:16:07.204 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Content-Type: text/date[\r][\n]"
19:16:07.204 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Content-Length: 36[\r][\n]"
19:16:07.204 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.204 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "[\r][\n]"
19:16:07.204 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "[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:07.204 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << HTTP/1.1 200 OK
19:16:07.205 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Content-Encoding: gzip
19:16:07.205 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Connection: keep-alive
19:16:07.205 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Content-Type: text/date
19:16:07.205 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Content-Length: 36
19:16:07.205 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.205 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.205 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:45694<->127.0.0.1:42821
19:16:07.205 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.207 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.207 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.207 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:42821
19:16:07.207 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /delta HTTP/1.1
19:16:07.207 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.207 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.207 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> PUT /delta HTTP/1.1
19:16:07.207 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Content-Type: application/json; charset=utf-8
19:16:07.207 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Content-Length: 30
19:16:07.207 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Host: localhost:42821
19:16:07.207 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Connection: Keep-Alive
19:16:07.207 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:07.207 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 >> Accept-Encoding: gzip,deflate
19:16:07.207 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "PUT /delta HTTP/1.1[\r][\n]"
19:16:07.207 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.207 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Content-Length: 30[\r][\n]"
19:16:07.207 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Host: localhost:42821[\r][\n]"
19:16:07.207 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.207 [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:07.207 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.207 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "[\r][\n]"
19:16:07.207 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 >> "{"alpha":"bravo","charlie":42}"
19:16:07.208 [XNIO-89 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42821]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.209 [XNIO-89 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:07.209 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.209 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Content-Encoding: gzip[\r][\n]"
19:16:07.209 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Connection: keep-alive[\r][\n]"
19:16:07.209 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Content-Type: text/date[\r][\n]"
19:16:07.209 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Content-Length: 36[\r][\n]"
19:16:07.209 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.209 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "[\r][\n]"
19:16:07.210 [Test worker] DEBUG org.apache.http.wire - http-outgoing-86 << "[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:07.210 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << HTTP/1.1 200 OK
19:16:07.210 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Content-Encoding: gzip
19:16:07.210 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Connection: keep-alive
19:16:07.210 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Content-Type: text/date
19:16:07.210 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Content-Length: 36
19:16:07.210 [Test worker] DEBUG org.apache.http.headers - http-outgoing-86 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.210 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.210 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:45694<->127.0.0.1:42821
19:16:07.210 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.211 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@6ac78d59
19:16:07.215 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@11d5ec28
19:16:07.216 [XNIO-90 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 I/O-1', selector sun.nio.ch.EPollSelectorImpl@4bcb2baf
19:16:07.223 [XNIO-90 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 I/O-2', selector sun.nio.ch.EPollSelectorImpl@174739cd
19:16:07.224 [XNIO-90 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 I/O-4', selector sun.nio.ch.EPollSelectorImpl@77568511
19:16:07.224 [XNIO-90 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 I/O-5', selector sun.nio.ch.EPollSelectorImpl@35ec5172
19:16:07.223 [XNIO-90 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 I/O-3', selector sun.nio.ch.EPollSelectorImpl@373f8a1f
19:16:07.226 [XNIO-90 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 I/O-6', selector sun.nio.ch.EPollSelectorImpl@14f45611
19:16:07.230 [XNIO-90 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 I/O-7', selector sun.nio.ch.EPollSelectorImpl@2c2afd1b
19:16:07.231 [XNIO-90 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 I/O-8', selector sun.nio.ch.EPollSelectorImpl@121042d1
19:16:07.238 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.238 [XNIO-90 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-90 Accept', selector sun.nio.ch.EPollSelectorImpl@1048a572
19:16:07.239 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.241 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.241 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.241 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40957
19:16:07.241 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:40957
19:16:07.242 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:40957
19:16:07.242 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:52048<->127.0.0.1:40957
19:16:07.242 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /delta HTTP/1.1
19:16:07.242 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.242 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.242 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> PUT /delta HTTP/1.1
19:16:07.242 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Content-Type: application/json; charset=utf-8
19:16:07.242 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Cookie: flavor=chocolate-chip
19:16:07.242 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Content-Length: 30
19:16:07.242 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Host: localhost:40957
19:16:07.242 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Connection: Keep-Alive
19:16:07.242 [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.242 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Accept-Encoding: gzip,deflate
19:16:07.242 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "PUT /delta HTTP/1.1[\r][\n]"
19:16:07.242 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.242 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Cookie: flavor=chocolate-chip[\r][\n]"
19:16:07.242 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Content-Length: 30[\r][\n]"
19:16:07.242 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Host: localhost:40957[\r][\n]"
19:16:07.242 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.242 [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.242 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.242 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "[\r][\n]"
19:16:07.242 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "{"alpha":"bravo","charlie":42}"
19:16:07.243 [XNIO-90 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Cookie=[flavor=chocolate-chip], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40957]}, cookies=[flavor:ersatz.undertow.server.handlers.CookieImpl@12a07a5c]): {"alpha":"bravo","charlie":42} }
19:16:07.244 [XNIO-90 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:07.244 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.244 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Content-Encoding: gzip[\r][\n]"
19:16:07.244 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Connection: keep-alive[\r][\n]"
19:16:07.244 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Content-Type: text/date[\r][\n]"
19:16:07.244 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Content-Length: 36[\r][\n]"
19:16:07.244 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.244 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "[\r][\n]"
19:16:07.244 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "[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:07.244 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << HTTP/1.1 200 OK
19:16:07.244 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Content-Encoding: gzip
19:16:07.244 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Connection: keep-alive
19:16:07.244 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Content-Type: text/date
19:16:07.244 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Content-Length: 36
19:16:07.244 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.244 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.245 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:52048<->127.0.0.1:40957
19:16:07.245 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.246 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.246 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.246 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40957
19:16:07.246 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /delta HTTP/1.1
19:16:07.246 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.246 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.246 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> PUT /delta HTTP/1.1
19:16:07.246 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Content-Type: application/json; charset=utf-8
19:16:07.246 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Cookie: flavor=chocolate-chip
19:16:07.246 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Content-Length: 30
19:16:07.246 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Host: localhost:40957
19:16:07.246 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Connection: Keep-Alive
19:16:07.246 [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.246 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 >> Accept-Encoding: gzip,deflate
19:16:07.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "PUT /delta HTTP/1.1[\r][\n]"
19:16:07.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Cookie: flavor=chocolate-chip[\r][\n]"
19:16:07.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Content-Length: 30[\r][\n]"
19:16:07.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Host: localhost:40957[\r][\n]"
19:16:07.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.246 [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.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "[\r][\n]"
19:16:07.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 >> "{"alpha":"bravo","charlie":42}"
19:16:07.247 [XNIO-90 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Cookie=[flavor=chocolate-chip], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40957]}, cookies=[flavor:ersatz.undertow.server.handlers.CookieImpl@699430c4]): {"alpha":"bravo","charlie":42} }
19:16:07.248 [XNIO-90 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:07.248 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.248 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Content-Encoding: gzip[\r][\n]"
19:16:07.248 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Connection: keep-alive[\r][\n]"
19:16:07.248 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Content-Type: text/date[\r][\n]"
19:16:07.248 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Content-Length: 36[\r][\n]"
19:16:07.248 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.248 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "[\r][\n]"
19:16:07.248 [Test worker] DEBUG org.apache.http.wire - http-outgoing-87 << "[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:07.248 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << HTTP/1.1 200 OK
19:16:07.249 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Content-Encoding: gzip
19:16:07.249 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Connection: keep-alive
19:16:07.249 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Content-Type: text/date
19:16:07.249 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Content-Length: 36
19:16:07.249 [Test worker] DEBUG org.apache.http.headers - http-outgoing-87 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.249 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.249 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:52048<->127.0.0.1:40957
19:16:07.249 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.249 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@11d5ec28
19:16:07.253 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@34325bcc
19:16:07.254 [XNIO-91 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 I/O-1', selector sun.nio.ch.EPollSelectorImpl@1b1f87b9
19:16:07.254 [XNIO-91 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 I/O-3', selector sun.nio.ch.EPollSelectorImpl@634d642a
19:16:07.254 [XNIO-91 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 I/O-2', selector sun.nio.ch.EPollSelectorImpl@125ad3df
19:16:07.258 [XNIO-91 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 I/O-5', selector sun.nio.ch.EPollSelectorImpl@714dfe63
19:16:07.254 [XNIO-91 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 I/O-4', selector sun.nio.ch.EPollSelectorImpl@5c302bec
19:16:07.260 [XNIO-91 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 I/O-6', selector sun.nio.ch.EPollSelectorImpl@70168814
19:16:07.260 [XNIO-91 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 I/O-8', selector sun.nio.ch.EPollSelectorImpl@5e14cac2
19:16:07.260 [XNIO-91 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 I/O-7', selector sun.nio.ch.EPollSelectorImpl@5b897193
19:16:07.260 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.261 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.263 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.263 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.263 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36891
19:16:07.263 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:36891
19:16:07.263 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:36891
19:16:07.263 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:37650<->127.0.0.1:36891
19:16:07.263 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /delta HTTP/1.1
19:16:07.263 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.263 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.264 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> PUT /delta HTTP/1.1
19:16:07.264 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Content-Type: application/json; charset=utf-8
19:16:07.264 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Cookie: flavor=chocolate-chip; count=dozen
19:16:07.264 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Content-Length: 30
19:16:07.264 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Host: localhost:36891
19:16:07.264 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Connection: Keep-Alive
19:16:07.264 [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.264 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Accept-Encoding: gzip,deflate
19:16:07.264 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "PUT /delta HTTP/1.1[\r][\n]"
19:16:07.264 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.264 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Cookie: flavor=chocolate-chip; count=dozen[\r][\n]"
19:16:07.264 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Content-Length: 30[\r][\n]"
19:16:07.264 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Host: localhost:36891[\r][\n]"
19:16:07.264 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.264 [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.264 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.264 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "[\r][\n]"
19:16:07.264 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "{"alpha":"bravo","charlie":42}"
19:16:07.266 [XNIO-91 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-91 Accept', selector sun.nio.ch.EPollSelectorImpl@60392d88
19:16:07.267 [XNIO-91 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Cookie=[flavor=chocolate-chip; count=dozen], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36891]}, cookies=[count:ersatz.undertow.server.handlers.CookieImpl@2246f2e7, flavor:ersatz.undertow.server.handlers.CookieImpl@2c8108df]): {"alpha":"bravo","charlie":42} }
19:16:07.273 [XNIO-91 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:07.273 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.273 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Content-Encoding: gzip[\r][\n]"
19:16:07.273 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Connection: keep-alive[\r][\n]"
19:16:07.273 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Content-Type: text/date[\r][\n]"
19:16:07.273 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Content-Length: 36[\r][\n]"
19:16:07.273 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.273 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "[\r][\n]"
19:16:07.273 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "[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:07.273 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << HTTP/1.1 200 OK
19:16:07.273 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Content-Encoding: gzip
19:16:07.273 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Connection: keep-alive
19:16:07.273 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Content-Type: text/date
19:16:07.273 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Content-Length: 36
19:16:07.273 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.273 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.274 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:37650<->127.0.0.1:36891
19:16:07.274 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.275 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.275 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.275 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36891
19:16:07.275 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /delta HTTP/1.1
19:16:07.275 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.275 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.275 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> PUT /delta HTTP/1.1
19:16:07.275 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Content-Type: application/json; charset=utf-8
19:16:07.275 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Cookie: flavor=chocolate-chip; count=dozen
19:16:07.275 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Content-Length: 30
19:16:07.275 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Host: localhost:36891
19:16:07.275 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Connection: Keep-Alive
19:16:07.275 [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.275 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 >> Accept-Encoding: gzip,deflate
19:16:07.275 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "PUT /delta HTTP/1.1[\r][\n]"
19:16:07.275 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.275 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Cookie: flavor=chocolate-chip; count=dozen[\r][\n]"
19:16:07.275 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Content-Length: 30[\r][\n]"
19:16:07.275 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Host: localhost:36891[\r][\n]"
19:16:07.275 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.275 [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.275 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.275 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "[\r][\n]"
19:16:07.275 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 >> "{"alpha":"bravo","charlie":42}"
19:16:07.278 [XNIO-91 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Cookie=[flavor=chocolate-chip; count=dozen], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36891]}, cookies=[count:ersatz.undertow.server.handlers.CookieImpl@5309956e, flavor:ersatz.undertow.server.handlers.CookieImpl@5dce717f]): {"alpha":"bravo","charlie":42} }
19:16:07.280 [XNIO-91 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:07.281 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.281 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Content-Encoding: gzip[\r][\n]"
19:16:07.281 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Connection: keep-alive[\r][\n]"
19:16:07.281 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Content-Type: text/date[\r][\n]"
19:16:07.281 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Content-Length: 36[\r][\n]"
19:16:07.281 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.281 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "[\r][\n]"
19:16:07.281 [Test worker] DEBUG org.apache.http.wire - http-outgoing-88 << "[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:07.281 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << HTTP/1.1 200 OK
19:16:07.281 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Content-Encoding: gzip
19:16:07.281 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Connection: keep-alive
19:16:07.281 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Content-Type: text/date
19:16:07.281 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Content-Length: 36
19:16:07.281 [Test worker] DEBUG org.apache.http.headers - http-outgoing-88 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.281 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.281 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:37650<->127.0.0.1:36891
19:16:07.281 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.282 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@34325bcc
19:16:07.288 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@5121c59e
19:16:07.289 [XNIO-92 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 I/O-1', selector sun.nio.ch.EPollSelectorImpl@bb5bd74
19:16:07.289 [XNIO-92 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 I/O-4', selector sun.nio.ch.EPollSelectorImpl@33922ca5
19:16:07.289 [XNIO-92 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 I/O-5', selector sun.nio.ch.EPollSelectorImpl@47d4c0f4
19:16:07.289 [XNIO-92 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 I/O-2', selector sun.nio.ch.EPollSelectorImpl@9fad246
19:16:07.289 [XNIO-92 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 I/O-3', selector sun.nio.ch.EPollSelectorImpl@22a3258a
19:16:07.290 [XNIO-92 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 I/O-6', selector sun.nio.ch.EPollSelectorImpl@3cab9936
19:16:07.298 [XNIO-92 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 I/O-7', selector sun.nio.ch.EPollSelectorImpl@efd01a4
19:16:07.306 [XNIO-92 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 Accept', selector sun.nio.ch.EPollSelectorImpl@165a1138
19:16:07.306 [XNIO-92 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-92 I/O-8', selector sun.nio.ch.EPollSelectorImpl@7aeece2f
19:16:07.306 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.307 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.316 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.316 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.316 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:34285
19:16:07.316 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:34285
19:16:07.316 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:34285
19:16:07.316 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:40664<->127.0.0.1:34285
19:16:07.316 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /delta HTTP/1.1
19:16:07.316 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.316 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.316 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> PUT /delta HTTP/1.1
19:16:07.316 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Content-Type: application/json; charset=utf-8
19:16:07.316 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Content-Length: 30
19:16:07.316 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Host: localhost:34285
19:16:07.316 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Connection: Keep-Alive
19:16:07.316 [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.316 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Accept-Encoding: gzip,deflate
19:16:07.316 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "PUT /delta HTTP/1.1[\r][\n]"
19:16:07.316 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.316 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Content-Length: 30[\r][\n]"
19:16:07.316 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Host: localhost:34285[\r][\n]"
19:16:07.316 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.316 [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.316 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.316 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "[\r][\n]"
19:16:07.316 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "{"alpha":"bravo","charlie":42}"
19:16:07.317 [XNIO-92 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:34285]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.318 [XNIO-92 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:07.319 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.319 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Content-Encoding: gzip[\r][\n]"
19:16:07.319 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Connection: keep-alive[\r][\n]"
19:16:07.319 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Content-Type: text/date[\r][\n]"
19:16:07.319 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Content-Length: 36[\r][\n]"
19:16:07.319 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.319 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "[\r][\n]"
19:16:07.319 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "[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:07.319 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << HTTP/1.1 200 OK
19:16:07.319 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Content-Encoding: gzip
19:16:07.319 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Connection: keep-alive
19:16:07.319 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Content-Type: text/date
19:16:07.319 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Content-Length: 36
19:16:07.319 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.319 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.319 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40664<->127.0.0.1:34285
19:16:07.319 [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:34285
19:16:07.321 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /delta 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.322 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> PUT /delta HTTP/1.1
19:16:07.322 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Content-Type: application/json; charset=utf-8
19:16:07.322 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Content-Length: 30
19:16:07.322 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Host: localhost:34285
19:16:07.322 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Connection: Keep-Alive
19:16:07.322 [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.322 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 >> Accept-Encoding: gzip,deflate
19:16:07.322 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "PUT /delta HTTP/1.1[\r][\n]"
19:16:07.322 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.322 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Content-Length: 30[\r][\n]"
19:16:07.322 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Host: localhost:34285[\r][\n]"
19:16:07.322 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.322 [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.322 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.322 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "[\r][\n]"
19:16:07.322 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 >> "{"alpha":"bravo","charlie":42}"
19:16:07.322 [XNIO-92 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:34285]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.323 [XNIO-92 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:07.324 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.324 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Content-Encoding: gzip[\r][\n]"
19:16:07.324 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Connection: keep-alive[\r][\n]"
19:16:07.324 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Content-Type: text/date[\r][\n]"
19:16:07.324 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Content-Length: 36[\r][\n]"
19:16:07.324 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.324 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "[\r][\n]"
19:16:07.324 [Test worker] DEBUG org.apache.http.wire - http-outgoing-89 << "[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:07.324 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << HTTP/1.1 200 OK
19:16:07.324 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Content-Encoding: gzip
19:16:07.324 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Connection: keep-alive
19:16:07.324 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Content-Type: text/date
19:16:07.324 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Content-Length: 36
19:16:07.324 [Test worker] DEBUG org.apache.http.headers - http-outgoing-89 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.324 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.325 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40664<->127.0.0.1:34285
19:16:07.325 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.325 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@5121c59e
19:16:07.329 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@23598d54
19:16:07.331 [XNIO-93 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 I/O-2', selector sun.nio.ch.EPollSelectorImpl@2533af6
19:16:07.331 [XNIO-93 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 I/O-1', selector sun.nio.ch.EPollSelectorImpl@54fd6c4
19:16:07.335 [XNIO-93 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 I/O-3', selector sun.nio.ch.EPollSelectorImpl@59d114b7
19:16:07.336 [XNIO-93 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 I/O-4', selector sun.nio.ch.EPollSelectorImpl@697a89a8
19:16:07.336 [XNIO-93 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 I/O-5', selector sun.nio.ch.EPollSelectorImpl@2bdd98c0
19:16:07.342 [XNIO-93 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 I/O-6', selector sun.nio.ch.EPollSelectorImpl@43c5fdef
19:16:07.342 [XNIO-93 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 I/O-7', selector sun.nio.ch.EPollSelectorImpl@718be7b6
19:16:07.344 [XNIO-93 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 I/O-8', selector sun.nio.ch.EPollSelectorImpl@767e30cf
19:16:07.346 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.346 [XNIO-93 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-93 Accept', selector sun.nio.ch.EPollSelectorImpl@43397731
19:16:07.347 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.349 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.350 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.350 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:45977
19:16:07.350 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:45977
19:16:07.350 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:45977
19:16:07.350 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:32770<->127.0.0.1:45977
19:16:07.350 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /delta HTTP/1.1
19:16:07.350 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.350 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.350 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> PUT /delta HTTP/1.1
19:16:07.350 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Content-Type: application/json; charset=utf-8
19:16:07.350 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Content-Length: 30
19:16:07.350 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Host: localhost:45977
19:16:07.350 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Connection: Keep-Alive
19:16:07.350 [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.350 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Accept-Encoding: gzip,deflate
19:16:07.350 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "PUT /delta HTTP/1.1[\r][\n]"
19:16:07.350 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.350 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Content-Length: 30[\r][\n]"
19:16:07.350 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Host: localhost:45977[\r][\n]"
19:16:07.350 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.350 [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.350 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.350 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "[\r][\n]"
19:16:07.350 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "{"alpha":"bravo","charlie":42}"
19:16:07.351 [XNIO-93 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:45977]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.353 [XNIO-93 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:07.353 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.353 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Content-Encoding: gzip[\r][\n]"
19:16:07.353 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Connection: keep-alive[\r][\n]"
19:16:07.353 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Content-Type: text/date[\r][\n]"
19:16:07.353 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Content-Length: 36[\r][\n]"
19:16:07.353 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.353 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "[\r][\n]"
19:16:07.353 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "[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:07.353 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << HTTP/1.1 200 OK
19:16:07.353 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Content-Encoding: gzip
19:16:07.353 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Connection: keep-alive
19:16:07.353 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Content-Type: text/date
19:16:07.353 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Content-Length: 36
19:16:07.353 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.353 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.354 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:32770<->127.0.0.1:45977
19:16:07.354 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.355 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.355 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.355 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:45977
19:16:07.355 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /delta HTTP/1.1
19:16:07.355 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.355 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.355 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> PUT /delta HTTP/1.1
19:16:07.355 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Content-Type: application/json; charset=utf-8
19:16:07.355 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Content-Length: 30
19:16:07.355 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Host: localhost:45977
19:16:07.355 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Connection: Keep-Alive
19:16:07.355 [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.355 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 >> Accept-Encoding: gzip,deflate
19:16:07.355 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "PUT /delta HTTP/1.1[\r][\n]"
19:16:07.355 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.355 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Content-Length: 30[\r][\n]"
19:16:07.355 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Host: localhost:45977[\r][\n]"
19:16:07.355 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.355 [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.355 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.355 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "[\r][\n]"
19:16:07.355 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 >> "{"alpha":"bravo","charlie":42}"
19:16:07.366 [XNIO-93 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:45977]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.367 [XNIO-93 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:07.367 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.367 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Content-Encoding: gzip[\r][\n]"
19:16:07.367 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Connection: keep-alive[\r][\n]"
19:16:07.367 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Content-Type: text/date[\r][\n]"
19:16:07.367 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Content-Length: 36[\r][\n]"
19:16:07.367 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.367 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "[\r][\n]"
19:16:07.367 [Test worker] DEBUG org.apache.http.wire - http-outgoing-90 << "[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:07.367 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << HTTP/1.1 200 OK
19:16:07.367 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Content-Encoding: gzip
19:16:07.367 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Connection: keep-alive
19:16:07.367 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Content-Type: text/date
19:16:07.367 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Content-Length: 36
19:16:07.367 [Test worker] DEBUG org.apache.http.headers - http-outgoing-90 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.367 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.368 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:32770<->127.0.0.1:45977
19:16:07.368 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.368 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@23598d54
19:16:07.371 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@7e480f96
19:16:07.373 [XNIO-94 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 I/O-1', selector sun.nio.ch.EPollSelectorImpl@2a89c35
19:16:07.374 [XNIO-94 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 I/O-2', selector sun.nio.ch.EPollSelectorImpl@775e26e6
19:16:07.375 [XNIO-94 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 I/O-3', selector sun.nio.ch.EPollSelectorImpl@733481f1
19:16:07.378 [XNIO-94 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 I/O-4', selector sun.nio.ch.EPollSelectorImpl@3ce6517
19:16:07.382 [XNIO-94 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 I/O-5', selector sun.nio.ch.EPollSelectorImpl@4061e4e7
19:16:07.385 [XNIO-94 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 I/O-6', selector sun.nio.ch.EPollSelectorImpl@2511ee68
19:16:07.385 [XNIO-94 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 I/O-7', selector sun.nio.ch.EPollSelectorImpl@3726e273
19:16:07.385 [XNIO-94 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 I/O-8', selector sun.nio.ch.EPollSelectorImpl@640d97dc
19:16:07.389 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.389 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.389 [XNIO-94 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-94 Accept', selector sun.nio.ch.EPollSelectorImpl@303f3389
19:16:07.392 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.392 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.392 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36139
19:16:07.392 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:36139
19:16:07.392 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:36139
19:16:07.392 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:46234<->127.0.0.1:36139
19:16:07.392 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /delta 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-91 >> PUT /delta HTTP/1.1
19:16:07.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Content-Type: application/json; charset=utf-8
19:16:07.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Cookie: flavor=peanut-butter
19:16:07.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Content-Length: 30
19:16:07.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Host: localhost:36139
19:16:07.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Connection: Keep-Alive
19:16:07.392 [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.392 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Accept-Encoding: gzip,deflate
19:16:07.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "PUT /delta HTTP/1.1[\r][\n]"
19:16:07.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Cookie: flavor=peanut-butter[\r][\n]"
19:16:07.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Content-Length: 30[\r][\n]"
19:16:07.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Host: localhost:36139[\r][\n]"
19:16:07.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.392 [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.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "[\r][\n]"
19:16:07.392 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "{"alpha":"bravo","charlie":42}"
19:16:07.393 [XNIO-94 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Cookie=[flavor=peanut-butter], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36139]}, cookies=[flavor:ersatz.undertow.server.handlers.CookieImpl@6d617dce]): {"alpha":"bravo","charlie":42} }
19:16:07.394 [XNIO-94 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:07.394 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.394 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Content-Encoding: gzip[\r][\n]"
19:16:07.394 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Connection: keep-alive[\r][\n]"
19:16:07.395 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Content-Type: text/date[\r][\n]"
19:16:07.395 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Content-Length: 36[\r][\n]"
19:16:07.395 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.395 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "[\r][\n]"
19:16:07.395 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "[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:07.395 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << HTTP/1.1 200 OK
19:16:07.395 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Content-Encoding: gzip
19:16:07.395 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Connection: keep-alive
19:16:07.395 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Content-Type: text/date
19:16:07.395 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Content-Length: 36
19:16:07.395 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Date: Sun, 11 Aug 2019 00:15:58 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:46234<->127.0.0.1:36139
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.397 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.397 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36139
19:16:07.397 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /delta HTTP/1.1
19:16:07.397 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.397 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.397 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> PUT /delta HTTP/1.1
19:16:07.397 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Content-Type: application/json; charset=utf-8
19:16:07.397 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Cookie: flavor=peanut-butter
19:16:07.397 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Content-Length: 30
19:16:07.397 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Host: localhost:36139
19:16:07.397 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Connection: Keep-Alive
19:16:07.397 [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.397 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 >> Accept-Encoding: gzip,deflate
19:16:07.397 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "PUT /delta HTTP/1.1[\r][\n]"
19:16:07.397 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.397 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Cookie: flavor=peanut-butter[\r][\n]"
19:16:07.397 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Content-Length: 30[\r][\n]"
19:16:07.397 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Host: localhost:36139[\r][\n]"
19:16:07.397 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.397 [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.397 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.397 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "[\r][\n]"
19:16:07.397 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 >> "{"alpha":"bravo","charlie":42}"
19:16:07.398 [XNIO-94 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Cookie=[flavor=peanut-butter], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36139]}, cookies=[flavor:ersatz.undertow.server.handlers.CookieImpl@54d18148]): {"alpha":"bravo","charlie":42} }
19:16:07.400 [XNIO-94 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:07.400 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.400 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Content-Encoding: gzip[\r][\n]"
19:16:07.400 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Connection: keep-alive[\r][\n]"
19:16:07.400 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Content-Type: text/date[\r][\n]"
19:16:07.400 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Content-Length: 36[\r][\n]"
19:16:07.400 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.400 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "[\r][\n]"
19:16:07.400 [Test worker] DEBUG org.apache.http.wire - http-outgoing-91 << "[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:07.400 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << HTTP/1.1 200 OK
19:16:07.400 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Content-Encoding: gzip
19:16:07.400 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Connection: keep-alive
19:16:07.400 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Content-Type: text/date
19:16:07.400 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Content-Length: 36
19:16:07.400 [Test worker] DEBUG org.apache.http.headers - http-outgoing-91 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.400 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.401 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:46234<->127.0.0.1:36139
19:16:07.401 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.401 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@7e480f96
19:16:07.406 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@666881f8
19:16:07.408 [XNIO-95 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 I/O-1', selector sun.nio.ch.EPollSelectorImpl@3c6e6b6c
19:16:07.410 [XNIO-95 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 I/O-3', selector sun.nio.ch.EPollSelectorImpl@6d7b5ab7
19:16:07.410 [XNIO-95 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 I/O-6', selector sun.nio.ch.EPollSelectorImpl@ddf5baf
19:16:07.410 [XNIO-95 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 I/O-2', selector sun.nio.ch.EPollSelectorImpl@783bd852
19:16:07.418 [XNIO-95 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 I/O-7', selector sun.nio.ch.EPollSelectorImpl@78a3a658
19:16:07.410 [XNIO-95 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 I/O-4', selector sun.nio.ch.EPollSelectorImpl@45e952d2
19:16:07.410 [XNIO-95 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 I/O-5', selector sun.nio.ch.EPollSelectorImpl@4fd8d726
19:16:07.419 [XNIO-95 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 Accept', selector sun.nio.ch.EPollSelectorImpl@2b2c0393
19:16:07.419 [XNIO-95 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-95 I/O-8', selector sun.nio.ch.EPollSelectorImpl@48a6869b
19:16:07.419 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.419 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.421 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.421 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.421 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:41383
19:16:07.421 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:41383
19:16:07.421 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:41383
19:16:07.421 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:52564<->127.0.0.1:41383
19:16:07.421 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /delta HTTP/1.1
19:16:07.421 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.421 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.421 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> PUT /delta HTTP/1.1
19:16:07.422 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Content-Type: application/json; charset=utf-8
19:16:07.422 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Cookie: flavor=oatmeal; count=dozen
19:16:07.422 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Content-Length: 30
19:16:07.422 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Host: localhost:41383
19:16:07.422 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Connection: Keep-Alive
19:16:07.422 [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.422 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Accept-Encoding: gzip,deflate
19:16:07.422 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "PUT /delta HTTP/1.1[\r][\n]"
19:16:07.422 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.422 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Cookie: flavor=oatmeal; count=dozen[\r][\n]"
19:16:07.422 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Content-Length: 30[\r][\n]"
19:16:07.422 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Host: localhost:41383[\r][\n]"
19:16:07.422 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.422 [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.422 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.422 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "[\r][\n]"
19:16:07.422 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "{"alpha":"bravo","charlie":42}"
19:16:07.422 [XNIO-95 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Cookie=[flavor=oatmeal; count=dozen], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41383]}, cookies=[count:ersatz.undertow.server.handlers.CookieImpl@25b4ee08, flavor:ersatz.undertow.server.handlers.CookieImpl@2b7304ce]): {"alpha":"bravo","charlie":42} }
19:16:07.424 [XNIO-95 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:07.424 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.424 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Content-Encoding: gzip[\r][\n]"
19:16:07.424 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Connection: keep-alive[\r][\n]"
19:16:07.424 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Content-Type: text/date[\r][\n]"
19:16:07.424 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Content-Length: 36[\r][\n]"
19:16:07.424 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.424 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "[\r][\n]"
19:16:07.424 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "[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:07.424 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << HTTP/1.1 200 OK
19:16:07.424 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Content-Encoding: gzip
19:16:07.424 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Connection: keep-alive
19:16:07.424 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Content-Type: text/date
19:16:07.424 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Content-Length: 36
19:16:07.424 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.424 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.425 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:52564<->127.0.0.1:41383
19:16:07.425 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.426 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.426 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.426 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:41383
19:16:07.426 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /delta HTTP/1.1
19:16:07.426 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.426 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.426 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> PUT /delta HTTP/1.1
19:16:07.426 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Content-Type: application/json; charset=utf-8
19:16:07.426 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Cookie: flavor=oatmeal; count=dozen
19:16:07.426 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Content-Length: 30
19:16:07.426 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Host: localhost:41383
19:16:07.426 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Connection: Keep-Alive
19:16:07.426 [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.426 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 >> Accept-Encoding: gzip,deflate
19:16:07.426 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "PUT /delta HTTP/1.1[\r][\n]"
19:16:07.426 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.426 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Cookie: flavor=oatmeal; count=dozen[\r][\n]"
19:16:07.426 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Content-Length: 30[\r][\n]"
19:16:07.426 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Host: localhost:41383[\r][\n]"
19:16:07.426 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.426 [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.426 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.426 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "[\r][\n]"
19:16:07.426 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 >> "{"alpha":"bravo","charlie":42}"
19:16:07.435 [XNIO-95 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /delta (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Cookie=[flavor=oatmeal; count=dozen], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41383]}, cookies=[count:ersatz.undertow.server.handlers.CookieImpl@444bb938, flavor:ersatz.undertow.server.handlers.CookieImpl@4a8c4fc1]): {"alpha":"bravo","charlie":42} }
19:16:07.436 [XNIO-95 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/date]}): 2016.08.25 14:43
19:16:07.437 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.437 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Content-Encoding: gzip[\r][\n]"
19:16:07.437 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Connection: keep-alive[\r][\n]"
19:16:07.437 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Content-Type: text/date[\r][\n]"
19:16:07.437 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Content-Length: 36[\r][\n]"
19:16:07.437 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.437 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "[\r][\n]"
19:16:07.437 [Test worker] DEBUG org.apache.http.wire - http-outgoing-92 << "[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:07.437 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << HTTP/1.1 200 OK
19:16:07.437 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Content-Encoding: gzip
19:16:07.437 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Connection: keep-alive
19:16:07.437 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Content-Type: text/date
19:16:07.437 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Content-Length: 36
19:16:07.437 [Test worker] DEBUG org.apache.http.headers - http-outgoing-92 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.437 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.438 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:52564<->127.0.0.1:41383
19:16:07.438 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.438 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@666881f8
19:16:07.444 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@57e02739
19:16:07.446 [XNIO-96 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 I/O-2', selector sun.nio.ch.EPollSelectorImpl@1094322c
19:16:07.446 [XNIO-96 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 I/O-1', selector sun.nio.ch.EPollSelectorImpl@6b3b2715
19:16:07.446 [XNIO-96 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 I/O-4', selector sun.nio.ch.EPollSelectorImpl@7561d33c
19:16:07.446 [XNIO-96 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 I/O-3', selector sun.nio.ch.EPollSelectorImpl@1fce63e3
19:16:07.446 [XNIO-96 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 I/O-6', selector sun.nio.ch.EPollSelectorImpl@499ee14c
19:16:07.446 [XNIO-96 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 I/O-5', selector sun.nio.ch.EPollSelectorImpl@142c5cc7
19:16:07.450 [XNIO-96 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 I/O-8', selector sun.nio.ch.EPollSelectorImpl@6e7f09b3
19:16:07.450 [XNIO-96 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 I/O-7', selector sun.nio.ch.EPollSelectorImpl@1aa4c4d3
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-96 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-96 Accept', selector sun.nio.ch.EPollSelectorImpl@4417c7c7
19:16:07.455 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.458 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.459 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.459 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:33459
19:16:07.459 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:33459
19:16:07.459 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:33459
19:16:07.459 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:57024<->127.0.0.1:33459
19:16:07.459 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /basic HTTP/1.1
19:16:07.459 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.459 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.459 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> PUT /basic HTTP/1.1
19:16:07.459 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Content-Type: application/json; charset=utf-8
19:16:07.459 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Content-Length: 30
19:16:07.459 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Host: localhost:33459
19:16:07.459 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Connection: Keep-Alive
19:16:07.459 [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.459 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Accept-Encoding: gzip,deflate
19:16:07.459 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "PUT /basic HTTP/1.1[\r][\n]"
19:16:07.459 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.459 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Content-Length: 30[\r][\n]"
19:16:07.459 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Host: localhost:33459[\r][\n]"
19:16:07.459 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.459 [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.459 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.459 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "[\r][\n]"
19:16:07.459 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "{"alpha":"bravo","charlie":42}"
19:16:07.466 [XNIO-96 task-1] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33459]} response {}}
19:16:07.467 [XNIO-96 task-1] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.467 [XNIO-96 task-1] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@6c9e4e0d for /basic
19:16:07.467 [XNIO-96 task-1] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33459]} response {}}
19:16:07.467 [XNIO-96 task-1] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33459]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.467 [XNIO-96 task-1] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.467 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.467 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Connection: keep-alive[\r][\n]"
19:16:07.467 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.467 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Content-Length: 0[\r][\n]"
19:16:07.467 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.467 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "[\r][\n]"
19:16:07.467 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << HTTP/1.1 401 Unauthorized
19:16:07.467 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Connection: keep-alive
19:16:07.467 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.467 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Content-Length: 0
19:16:07.467 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.467 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.467 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.467 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:33459 requested authentication
19:16:07.467 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.467 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.467 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.468 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.468 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Digest authentication scheme not available
19:16:07.468 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [BASIC [complete=true]]
19:16:07.468 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /basic HTTP/1.1
19:16:07.468 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.468 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using basic scheme
19:16:07.468 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.468 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> PUT /basic HTTP/1.1
19:16:07.468 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Content-Type: application/json; charset=utf-8
19:16:07.468 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Content-Length: 30
19:16:07.468 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Host: localhost:33459
19:16:07.468 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Connection: Keep-Alive
19:16:07.468 [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.468 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Accept-Encoding: gzip,deflate
19:16:07.468 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Authorization: Basic YWRtaW46JDNjcjN0
19:16:07.468 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "PUT /basic HTTP/1.1[\r][\n]"
19:16:07.468 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.468 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Content-Length: 30[\r][\n]"
19:16:07.468 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Host: localhost:33459[\r][\n]"
19:16:07.468 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.468 [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.468 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.468 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Authorization: Basic YWRtaW46JDNjcjN0[\r][\n]"
19:16:07.468 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "[\r][\n]"
19:16:07.468 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "{"alpha":"bravo","charlie":42}"
19:16:07.469 [XNIO-96 task-2] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33459]} response {}}
19:16:07.469 [XNIO-96 task-2] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.469 [XNIO-96 task-2] DEBUG ersatz.undertow.request.security - Found basic auth header admin:$3cr3t (decoded using charset UTF-8) in HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33459]} response {}}
19:16:07.469 [XNIO-96 task-2] DEBUG ersatz.undertow.request.security - Authenticated as admin, roles [TESTER]
19:16:07.469 [XNIO-96 task-2] DEBUG ersatz.undertow.request.security - Authentication outcome was AUTHENTICATED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@6c9e4e0d for /basic
19:16:07.469 [XNIO-96 task-2] DEBUG ersatz.undertow.request.security - Authentication result was AUTHENTICATED for /basic
19:16:07.469 [XNIO-96 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /basic (query=[:], headers={Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33459]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.470 [XNIO-96 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Content-Encoding: gzip[\r][\n]"
19:16:07.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Connection: keep-alive[\r][\n]"
19:16:07.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Content-Type: text/plain[\r][\n]"
19:16:07.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Content-Length: 27[\r][\n]"
19:16:07.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "[\r][\n]"
19:16:07.470 [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.470 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << HTTP/1.1 200 OK
19:16:07.470 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Content-Encoding: gzip
19:16:07.470 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Connection: keep-alive
19:16:07.470 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Content-Type: text/plain
19:16:07.470 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Content-Length: 27
19:16:07.470 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.470 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.470 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication succeeded
19:16:07.471 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Caching 'basic' auth scheme for http://localhost:33459
19:16:07.471 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:57024<->127.0.0.1:33459
19:16:07.471 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.472 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.472 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.472 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:33459
19:16:07.472 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /basic HTTP/1.1
19:16:07.472 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.472 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.472 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> PUT /basic HTTP/1.1
19:16:07.472 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Content-Type: application/json; charset=utf-8
19:16:07.472 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Content-Length: 30
19:16:07.472 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Host: localhost:33459
19:16:07.472 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Connection: Keep-Alive
19:16:07.472 [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.472 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Accept-Encoding: gzip,deflate
19:16:07.472 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "PUT /basic HTTP/1.1[\r][\n]"
19:16:07.472 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.472 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Content-Length: 30[\r][\n]"
19:16:07.472 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Host: localhost:33459[\r][\n]"
19:16:07.472 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.472 [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.472 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.472 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "[\r][\n]"
19:16:07.472 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "{"alpha":"bravo","charlie":42}"
19:16:07.474 [XNIO-96 task-3] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33459]} response {}}
19:16:07.474 [XNIO-96 task-3] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.474 [XNIO-96 task-3] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@6c9e4e0d for /basic
19:16:07.475 [XNIO-96 task-3] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33459]} response {}}
19:16:07.475 [XNIO-96 task-3] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33459]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.475 [XNIO-96 task-3] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.475 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.475 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Connection: keep-alive[\r][\n]"
19:16:07.475 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.475 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Content-Length: 0[\r][\n]"
19:16:07.475 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.475 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "[\r][\n]"
19:16:07.475 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << HTTP/1.1 401 Unauthorized
19:16:07.475 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Connection: keep-alive
19:16:07.475 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.475 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Content-Length: 0
19:16:07.475 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.475 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.475 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.475 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:33459 requested authentication
19:16:07.475 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.475 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.475 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.475 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.475 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Digest authentication scheme not available
19:16:07.475 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [BASIC [complete=true]]
19:16:07.475 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /basic HTTP/1.1
19:16:07.475 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.475 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using basic scheme
19:16:07.475 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.476 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> PUT /basic HTTP/1.1
19:16:07.476 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Content-Type: application/json; charset=utf-8
19:16:07.476 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Content-Length: 30
19:16:07.476 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Host: localhost:33459
19:16:07.476 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Connection: Keep-Alive
19:16:07.476 [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.476 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Accept-Encoding: gzip,deflate
19:16:07.476 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 >> Authorization: Basic YWRtaW46JDNjcjN0
19:16:07.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "PUT /basic HTTP/1.1[\r][\n]"
19:16:07.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Content-Length: 30[\r][\n]"
19:16:07.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Host: localhost:33459[\r][\n]"
19:16:07.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.476 [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.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "Authorization: Basic YWRtaW46JDNjcjN0[\r][\n]"
19:16:07.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "[\r][\n]"
19:16:07.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 >> "{"alpha":"bravo","charlie":42}"
19:16:07.482 [XNIO-96 task-4] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33459]} response {}}
19:16:07.483 [XNIO-96 task-4] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.483 [XNIO-96 task-4] DEBUG ersatz.undertow.request.security - Found basic auth header admin:$3cr3t (decoded using charset UTF-8) in HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33459]} response {}}
19:16:07.483 [XNIO-96 task-4] DEBUG ersatz.undertow.request.security - Authenticated as admin, roles [TESTER]
19:16:07.483 [XNIO-96 task-4] DEBUG ersatz.undertow.request.security - Authentication outcome was AUTHENTICATED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@6c9e4e0d for /basic
19:16:07.483 [XNIO-96 task-4] DEBUG ersatz.undertow.request.security - Authentication result was AUTHENTICATED for /basic
19:16:07.483 [XNIO-96 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /basic (query=[:], headers={Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33459]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.484 [XNIO-96 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.484 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.484 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Content-Encoding: gzip[\r][\n]"
19:16:07.484 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Connection: keep-alive[\r][\n]"
19:16:07.484 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Content-Type: text/plain[\r][\n]"
19:16:07.484 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Content-Length: 27[\r][\n]"
19:16:07.484 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.484 [Test worker] DEBUG org.apache.http.wire - http-outgoing-93 << "[\r][\n]"
19:16:07.484 [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.485 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << HTTP/1.1 200 OK
19:16:07.485 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Content-Encoding: gzip
19:16:07.485 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Connection: keep-alive
19:16:07.485 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Content-Type: text/plain
19:16:07.485 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Content-Length: 27
19:16:07.485 [Test worker] DEBUG org.apache.http.headers - http-outgoing-93 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.485 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.485 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication succeeded
19:16:07.485 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Caching 'basic' auth scheme for http://localhost:33459
19:16:07.486 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:57024<->127.0.0.1:33459
19:16:07.486 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.486 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@57e02739
19:16:07.491 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@26c81a36
19:16:07.492 [XNIO-97 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 I/O-1', selector sun.nio.ch.EPollSelectorImpl@23a7d017
19:16:07.492 [XNIO-97 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 I/O-2', selector sun.nio.ch.EPollSelectorImpl@f3dc84f
19:16:07.493 [XNIO-97 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 I/O-3', selector sun.nio.ch.EPollSelectorImpl@35c02d5d
19:16:07.493 [XNIO-97 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 I/O-4', selector sun.nio.ch.EPollSelectorImpl@6b4d3608
19:16:07.493 [XNIO-97 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 I/O-5', selector sun.nio.ch.EPollSelectorImpl@6e1efb8c
19:16:07.493 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.493 [XNIO-97 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 I/O-7', selector sun.nio.ch.EPollSelectorImpl@95582c
19:16:07.493 [XNIO-97 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 Accept', selector sun.nio.ch.EPollSelectorImpl@d73f5ca
19:16:07.493 [XNIO-97 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 I/O-6', selector sun.nio.ch.EPollSelectorImpl@4934c21e
19:16:07.493 [XNIO-97 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-97 I/O-8', selector sun.nio.ch.EPollSelectorImpl@3a6297d0
19:16:07.493 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.495 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.496 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.496 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:35397
19:16:07.496 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:35397
19:16:07.496 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:35397
19:16:07.496 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:35397 with timeout 0
19:16:07.496 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:07.496 [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.496 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:07.512 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:07.512 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:07.512 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:07.512 [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.512 [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.512 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:38680<->127.0.0.1:35397
19:16:07.512 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /basic 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-94 >> PUT /basic HTTP/1.1
19:16:07.513 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Content-Type: application/json; charset=utf-8
19:16:07.513 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Content-Length: 30
19:16:07.513 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Host: localhost:35397
19:16:07.513 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Connection: Keep-Alive
19:16:07.513 [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.513 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Accept-Encoding: gzip,deflate
19:16:07.513 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "PUT /basic HTTP/1.1[\r][\n]"
19:16:07.513 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.513 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Content-Length: 30[\r][\n]"
19:16:07.513 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Host: localhost:35397[\r][\n]"
19:16:07.513 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.513 [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.513 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.513 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "[\r][\n]"
19:16:07.513 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "{"alpha":"bravo","charlie":42}"
19:16:07.514 [XNIO-97 task-3] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35397]} response {}}
19:16:07.514 [XNIO-97 task-3] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.514 [XNIO-97 task-3] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@43671d28 for /basic
19:16:07.514 [XNIO-97 task-3] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35397]} response {}}
19:16:07.514 [XNIO-97 task-3] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35397]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.514 [XNIO-97 task-3] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.515 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.515 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Connection: keep-alive[\r][\n]"
19:16:07.515 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.515 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Content-Length: 0[\r][\n]"
19:16:07.515 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.515 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "[\r][\n]"
19:16:07.515 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << HTTP/1.1 401 Unauthorized
19:16:07.515 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Connection: keep-alive
19:16:07.515 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.515 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Content-Length: 0
19:16:07.515 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.515 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.515 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.515 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:35397 requested authentication
19:16:07.515 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.515 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.515 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.515 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.515 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Digest authentication scheme not available
19:16:07.515 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [BASIC [complete=true]]
19:16:07.515 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /basic HTTP/1.1
19:16:07.515 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.515 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using basic scheme
19:16:07.515 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.515 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> PUT /basic HTTP/1.1
19:16:07.515 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Content-Type: application/json; charset=utf-8
19:16:07.515 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Content-Length: 30
19:16:07.515 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Host: localhost:35397
19:16:07.515 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Connection: Keep-Alive
19:16:07.515 [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.515 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Accept-Encoding: gzip,deflate
19:16:07.515 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Authorization: Basic YWRtaW46JDNjcjN0
19:16:07.515 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "PUT /basic HTTP/1.1[\r][\n]"
19:16:07.515 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.515 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Content-Length: 30[\r][\n]"
19:16:07.515 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Host: localhost:35397[\r][\n]"
19:16:07.515 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.515 [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.515 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.515 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Authorization: Basic YWRtaW46JDNjcjN0[\r][\n]"
19:16:07.515 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "[\r][\n]"
19:16:07.516 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "{"alpha":"bravo","charlie":42}"
19:16:07.518 [XNIO-97 task-4] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35397]} response {}}
19:16:07.519 [XNIO-97 task-4] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.519 [XNIO-97 task-4] DEBUG ersatz.undertow.request.security - Found basic auth header admin:$3cr3t (decoded using charset UTF-8) in HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35397]} response {}}
19:16:07.519 [XNIO-97 task-4] DEBUG ersatz.undertow.request.security - Authenticated as admin, roles [TESTER]
19:16:07.519 [XNIO-97 task-4] DEBUG ersatz.undertow.request.security - Authentication outcome was AUTHENTICATED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@43671d28 for /basic
19:16:07.519 [XNIO-97 task-4] DEBUG ersatz.undertow.request.security - Authentication result was AUTHENTICATED for /basic
19:16:07.519 [XNIO-97 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /basic (query=[:], headers={Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35397]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.520 [XNIO-97 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.528 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.528 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Content-Encoding: gzip[\r][\n]"
19:16:07.528 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Connection: keep-alive[\r][\n]"
19:16:07.528 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Content-Type: text/plain[\r][\n]"
19:16:07.528 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Content-Length: 27[\r][\n]"
19:16:07.528 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.528 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "[\r][\n]"
19:16:07.528 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "[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.529 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << HTTP/1.1 200 OK
19:16:07.529 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Content-Encoding: gzip
19:16:07.529 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Connection: keep-alive
19:16:07.529 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Content-Type: text/plain
19:16:07.529 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Content-Length: 27
19:16:07.529 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.529 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.529 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication succeeded
19:16:07.529 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Caching 'basic' auth scheme for https://localhost:35397
19:16:07.530 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:38680<->127.0.0.1:35397
19:16:07.530 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.530 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.530 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.530 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:35397
19:16:07.531 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /basic HTTP/1.1
19:16:07.531 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.531 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.531 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> PUT /basic HTTP/1.1
19:16:07.531 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Content-Type: application/json; charset=utf-8
19:16:07.531 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Content-Length: 30
19:16:07.531 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Host: localhost:35397
19:16:07.531 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Connection: Keep-Alive
19:16:07.531 [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.531 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Accept-Encoding: gzip,deflate
19:16:07.531 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "PUT /basic HTTP/1.1[\r][\n]"
19:16:07.531 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.531 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Content-Length: 30[\r][\n]"
19:16:07.531 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Host: localhost:35397[\r][\n]"
19:16:07.531 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.531 [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.531 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.531 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "[\r][\n]"
19:16:07.531 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "{"alpha":"bravo","charlie":42}"
19:16:07.542 [XNIO-97 task-5] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35397]} response {}}
19:16:07.543 [XNIO-97 task-5] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.543 [XNIO-97 task-5] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@43671d28 for /basic
19:16:07.543 [XNIO-97 task-5] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35397]} response {}}
19:16:07.543 [XNIO-97 task-5] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35397]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.543 [XNIO-97 task-5] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.544 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.544 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Connection: keep-alive[\r][\n]"
19:16:07.544 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.544 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Content-Length: 0[\r][\n]"
19:16:07.544 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.544 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "[\r][\n]"
19:16:07.544 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << HTTP/1.1 401 Unauthorized
19:16:07.544 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Connection: keep-alive
19:16:07.544 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.544 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Content-Length: 0
19:16:07.544 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.544 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.544 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.544 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:35397 requested authentication
19:16:07.544 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.544 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.544 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.544 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.544 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Digest authentication scheme not available
19:16:07.544 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [BASIC [complete=true]]
19:16:07.544 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /basic HTTP/1.1
19:16:07.544 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.544 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using basic scheme
19:16:07.544 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.544 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> PUT /basic HTTP/1.1
19:16:07.544 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Content-Type: application/json; charset=utf-8
19:16:07.544 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Content-Length: 30
19:16:07.544 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Host: localhost:35397
19:16:07.544 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Connection: Keep-Alive
19:16:07.544 [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.544 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Accept-Encoding: gzip,deflate
19:16:07.544 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 >> Authorization: Basic YWRtaW46JDNjcjN0
19:16:07.544 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "PUT /basic HTTP/1.1[\r][\n]"
19:16:07.544 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.544 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Content-Length: 30[\r][\n]"
19:16:07.544 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Host: localhost:35397[\r][\n]"
19:16:07.544 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.544 [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.544 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.544 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "Authorization: Basic YWRtaW46JDNjcjN0[\r][\n]"
19:16:07.544 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "[\r][\n]"
19:16:07.545 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 >> "{"alpha":"bravo","charlie":42}"
19:16:07.550 [XNIO-97 task-6] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35397]} response {}}
19:16:07.551 [XNIO-97 task-6] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.551 [XNIO-97 task-6] DEBUG ersatz.undertow.request.security - Found basic auth header admin:$3cr3t (decoded using charset UTF-8) in HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35397]} response {}}
19:16:07.551 [XNIO-97 task-6] DEBUG ersatz.undertow.request.security - Authenticated as admin, roles [TESTER]
19:16:07.551 [XNIO-97 task-6] DEBUG ersatz.undertow.request.security - Authentication outcome was AUTHENTICATED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@43671d28 for /basic
19:16:07.551 [XNIO-97 task-6] DEBUG ersatz.undertow.request.security - Authentication result was AUTHENTICATED for /basic
19:16:07.551 [XNIO-97 task-6] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /basic (query=[:], headers={Connection=[Keep-Alive], Authorization=[Basic YWRtaW46JDNjcjN0], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35397]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.552 [XNIO-97 task-6] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.553 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.553 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Content-Encoding: gzip[\r][\n]"
19:16:07.553 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Connection: keep-alive[\r][\n]"
19:16:07.553 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Content-Type: text/plain[\r][\n]"
19:16:07.553 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Content-Length: 27[\r][\n]"
19:16:07.553 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.553 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "[\r][\n]"
19:16:07.553 [Test worker] DEBUG org.apache.http.wire - http-outgoing-94 << "[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.553 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << HTTP/1.1 200 OK
19:16:07.553 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Content-Encoding: gzip
19:16:07.553 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Connection: keep-alive
19:16:07.553 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Content-Type: text/plain
19:16:07.553 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Content-Length: 27
19:16:07.553 [Test worker] DEBUG org.apache.http.headers - http-outgoing-94 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.553 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.553 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication succeeded
19:16:07.553 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Caching 'basic' auth scheme for https://localhost:35397
19:16:07.554 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:38680<->127.0.0.1:35397
19:16:07.554 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.554 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@26c81a36
19:16:07.561 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@4b94669
19:16:07.565 [XNIO-98 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 I/O-1', selector sun.nio.ch.EPollSelectorImpl@4da0bdf1
19:16:07.565 [XNIO-98 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 I/O-2', selector sun.nio.ch.EPollSelectorImpl@6d745af8
19:16:07.566 [XNIO-98 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 I/O-3', selector sun.nio.ch.EPollSelectorImpl@3c0b203a
19:16:07.566 [XNIO-98 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 I/O-4', selector sun.nio.ch.EPollSelectorImpl@8d4f4
19:16:07.568 [XNIO-98 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 I/O-5', selector sun.nio.ch.EPollSelectorImpl@2f449fe9
19:16:07.568 [XNIO-98 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 I/O-6', selector sun.nio.ch.EPollSelectorImpl@3d2736f
19:16:07.570 [XNIO-98 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 I/O-7', selector sun.nio.ch.EPollSelectorImpl@79bf1372
19:16:07.577 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.577 [XNIO-98 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 I/O-8', selector sun.nio.ch.EPollSelectorImpl@7adfcb67
19:16:07.577 [XNIO-98 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-98 Accept', selector sun.nio.ch.EPollSelectorImpl@79e20c06
19:16:07.578 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.581 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.582 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.582 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:41563
19:16:07.582 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:41563
19:16:07.582 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:41563
19:16:07.582 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:40788<->127.0.0.1:41563
19:16:07.582 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /basic HTTP/1.1
19:16:07.582 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.582 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.582 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> PUT /basic HTTP/1.1
19:16:07.582 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Content-Type: application/json; charset=utf-8
19:16:07.582 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Content-Length: 30
19:16:07.582 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Host: localhost:41563
19:16:07.582 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Connection: Keep-Alive
19:16:07.582 [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.582 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Accept-Encoding: gzip,deflate
19:16:07.582 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "PUT /basic HTTP/1.1[\r][\n]"
19:16:07.582 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.582 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Content-Length: 30[\r][\n]"
19:16:07.582 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Host: localhost:41563[\r][\n]"
19:16:07.582 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.582 [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.582 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.582 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "[\r][\n]"
19:16:07.582 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "{"alpha":"bravo","charlie":42}"
19:16:07.584 [XNIO-98 task-1] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41563]} response {}}
19:16:07.584 [XNIO-98 task-1] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.584 [XNIO-98 task-1] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@4e5d88bb for /basic
19:16:07.584 [XNIO-98 task-1] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41563]} response {}}
19:16:07.584 [XNIO-98 task-1] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41563]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.584 [XNIO-98 task-1] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.584 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.584 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Connection: keep-alive[\r][\n]"
19:16:07.584 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.584 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Content-Length: 0[\r][\n]"
19:16:07.584 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.584 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "[\r][\n]"
19:16:07.585 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << HTTP/1.1 401 Unauthorized
19:16:07.585 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Connection: keep-alive
19:16:07.585 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.585 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Content-Length: 0
19:16:07.585 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.585 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.585 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.585 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:41563 requested authentication
19:16:07.585 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.585 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.585 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.585 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.585 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Digest authentication scheme not available
19:16:07.585 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [BASIC [complete=true]]
19:16:07.585 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /basic HTTP/1.1
19:16:07.585 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.585 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using basic scheme
19:16:07.585 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.585 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> PUT /basic HTTP/1.1
19:16:07.585 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Content-Type: application/json; charset=utf-8
19:16:07.585 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Content-Length: 30
19:16:07.585 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Host: localhost:41563
19:16:07.585 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Connection: Keep-Alive
19:16:07.585 [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.585 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Accept-Encoding: gzip,deflate
19:16:07.585 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Authorization: Basic Z3Vlc3Q6YmxhaA==
19:16:07.585 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "PUT /basic HTTP/1.1[\r][\n]"
19:16:07.585 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.585 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Content-Length: 30[\r][\n]"
19:16:07.585 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Host: localhost:41563[\r][\n]"
19:16:07.585 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.585 [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.585 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.585 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Authorization: Basic Z3Vlc3Q6YmxhaA==[\r][\n]"
19:16:07.585 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "[\r][\n]"
19:16:07.585 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "{"alpha":"bravo","charlie":42}"
19:16:07.586 [XNIO-98 task-2] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41563]} response {}}
19:16:07.586 [XNIO-98 task-2] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.587 [XNIO-98 task-2] DEBUG ersatz.undertow.request.security - Found basic auth header guest:blah (decoded using charset UTF-8) in HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41563]} response {}}
19:16:07.587 [XNIO-98 task-2] DEBUG ersatz.undertow.request.security - Authentication failed with message UT000038: Authentication failed, requested user name 'guest' and mechanism BASIC for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41563]} response {}}
19:16:07.587 [XNIO-98 task-2] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_AUTHENTICATED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@4e5d88bb for /basic
19:16:07.587 [XNIO-98 task-2] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41563]} response {}}
19:16:07.587 [XNIO-98 task-2] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41563]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.587 [XNIO-98 task-2] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.587 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.587 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Connection: keep-alive[\r][\n]"
19:16:07.587 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.587 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Content-Length: 0[\r][\n]"
19:16:07.587 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.587 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "[\r][\n]"
19:16:07.587 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << HTTP/1.1 401 Unauthorized
19:16:07.587 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Connection: keep-alive
19:16:07.587 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.587 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Content-Length: 0
19:16:07.587 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.587 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.587 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.587 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:41563 requested authentication
19:16:07.587 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authorization challenge processed
19:16:07.587 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication failed
19:16:07.588 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40788<->127.0.0.1:41563
19:16:07.588 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.590 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.590 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.590 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:41563
19:16:07.590 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /basic HTTP/1.1
19:16:07.590 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.590 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.591 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> PUT /basic HTTP/1.1
19:16:07.591 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Content-Type: application/json; charset=utf-8
19:16:07.591 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Content-Length: 30
19:16:07.591 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Host: localhost:41563
19:16:07.591 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Connection: Keep-Alive
19:16:07.591 [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.591 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Accept-Encoding: gzip,deflate
19:16:07.591 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "PUT /basic HTTP/1.1[\r][\n]"
19:16:07.591 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.591 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Content-Length: 30[\r][\n]"
19:16:07.591 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Host: localhost:41563[\r][\n]"
19:16:07.591 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.591 [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.591 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.591 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "[\r][\n]"
19:16:07.591 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "{"alpha":"bravo","charlie":42}"
19:16:07.594 [XNIO-98 task-3] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41563]} response {}}
19:16:07.595 [XNIO-98 task-3] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.595 [XNIO-98 task-3] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@4e5d88bb for /basic
19:16:07.595 [XNIO-98 task-3] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41563]} response {}}
19:16:07.595 [XNIO-98 task-3] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41563]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.595 [XNIO-98 task-3] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.595 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.595 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Connection: keep-alive[\r][\n]"
19:16:07.595 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.595 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Content-Length: 0[\r][\n]"
19:16:07.595 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.595 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "[\r][\n]"
19:16:07.595 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << HTTP/1.1 401 Unauthorized
19:16:07.595 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Connection: keep-alive
19:16:07.595 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.595 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Content-Length: 0
19:16:07.595 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.595 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.595 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.595 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:41563 requested authentication
19:16:07.595 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.595 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.595 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.595 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.595 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Digest authentication scheme not available
19:16:07.596 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [BASIC [complete=true]]
19:16:07.596 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /basic HTTP/1.1
19:16:07.596 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.596 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using basic scheme
19:16:07.596 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.596 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> PUT /basic HTTP/1.1
19:16:07.596 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Content-Type: application/json; charset=utf-8
19:16:07.596 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Content-Length: 30
19:16:07.596 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Host: localhost:41563
19:16:07.596 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Connection: Keep-Alive
19:16:07.596 [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.596 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Accept-Encoding: gzip,deflate
19:16:07.596 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 >> Authorization: Basic Z3Vlc3Q6YmxhaA==
19:16:07.596 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "PUT /basic HTTP/1.1[\r][\n]"
19:16:07.596 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.596 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Content-Length: 30[\r][\n]"
19:16:07.596 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Host: localhost:41563[\r][\n]"
19:16:07.596 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.596 [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.596 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.596 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "Authorization: Basic Z3Vlc3Q6YmxhaA==[\r][\n]"
19:16:07.596 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "[\r][\n]"
19:16:07.596 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 >> "{"alpha":"bravo","charlie":42}"
19:16:07.598 [XNIO-98 task-4] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41563]} response {}}
19:16:07.598 [XNIO-98 task-4] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.598 [XNIO-98 task-4] DEBUG ersatz.undertow.request.security - Found basic auth header guest:blah (decoded using charset UTF-8) in HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41563]} response {}}
19:16:07.598 [XNIO-98 task-4] DEBUG ersatz.undertow.request.security - Authentication failed with message UT000038: Authentication failed, requested user name 'guest' and mechanism BASIC for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41563]} response {}}
19:16:07.598 [XNIO-98 task-4] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_AUTHENTICATED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@4e5d88bb for /basic
19:16:07.598 [XNIO-98 task-4] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41563]} response {}}
19:16:07.598 [XNIO-98 task-4] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41563]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.598 [XNIO-98 task-4] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.598 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.598 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Connection: keep-alive[\r][\n]"
19:16:07.599 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.599 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Content-Length: 0[\r][\n]"
19:16:07.599 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.599 [Test worker] DEBUG org.apache.http.wire - http-outgoing-95 << "[\r][\n]"
19:16:07.599 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << HTTP/1.1 401 Unauthorized
19:16:07.599 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Connection: keep-alive
19:16:07.599 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.599 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Content-Length: 0
19:16:07.599 [Test worker] DEBUG org.apache.http.headers - http-outgoing-95 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.599 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.599 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.599 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:41563 requested authentication
19:16:07.599 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authorization challenge processed
19:16:07.599 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication failed
19:16:07.599 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40788<->127.0.0.1:41563
19:16:07.599 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.600 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@4b94669
19:16:07.604 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@508a9614
19:16:07.605 [XNIO-99 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 I/O-1', selector sun.nio.ch.EPollSelectorImpl@50b4acb0
19:16:07.606 [XNIO-99 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 I/O-2', selector sun.nio.ch.EPollSelectorImpl@16091cf0
19:16:07.630 [XNIO-99 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 I/O-3', selector sun.nio.ch.EPollSelectorImpl@124e9852
19:16:07.630 [XNIO-99 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 I/O-4', selector sun.nio.ch.EPollSelectorImpl@4b3cddaf
19:16:07.630 [XNIO-99 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 I/O-5', selector sun.nio.ch.EPollSelectorImpl@3fd7a0bc
19:16:07.634 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.634 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-75: Shutdown connection
19:16:07.634 [XNIO-99 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 I/O-7', selector sun.nio.ch.EPollSelectorImpl@469867fb
19:16:07.634 [XNIO-99 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 I/O-6', selector sun.nio.ch.EPollSelectorImpl@44a44f4d
19:16:07.635 [XNIO-99 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 I/O-8', selector sun.nio.ch.EPollSelectorImpl@15e9730a
19:16:07.635 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.635 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-76: Shutdown connection
19:16:07.635 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.635 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-77: Shutdown connection
19:16:07.635 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.635 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.635 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-78: Shutdown connection
19:16:07.636 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.636 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-79: Shutdown connection
19:16:07.636 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.636 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-80: Shutdown connection
19:16:07.636 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.636 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-70: Shutdown connection
19:16:07.636 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.636 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-71: Shutdown connection
19:16:07.636 [XNIO-99 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-99 Accept', selector sun.nio.ch.EPollSelectorImpl@507ea711
19:16:07.636 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.636 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.636 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-72: Shutdown connection
19:16:07.636 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.636 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-73: Shutdown connection
19:16:07.636 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.636 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-74: Shutdown connection
19:16:07.637 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.637 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-66: Shutdown connection
19:16:07.637 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.637 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-67: Shutdown connection
19:16:07.637 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.637 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-68: Shutdown connection
19:16:07.637 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.637 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-69: Shutdown connection
19:16:07.637 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.637 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-64: Shutdown connection
19:16:07.638 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.638 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-65: Shutdown connection
19:16:07.638 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.638 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-84: Shutdown connection
19:16:07.638 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.638 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-83: Shutdown connection
19:16:07.638 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.638 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.638 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-82: Shutdown connection
19:16:07.638 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.638 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:46703
19:16:07.638 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.638 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-81: Shutdown connection
19:16:07.638 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:46703
19:16:07.638 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.638 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-63: Shutdown connection
19:16:07.638 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:46703
19:16:07.638 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:46703 with timeout 0
19:16:07.639 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:07.639 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.639 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-90: Shutdown connection
19:16:07.639 [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.639 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:07.639 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.639 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-89: Shutdown connection
19:16:07.639 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.639 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-88: Shutdown connection
19:16:07.639 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.639 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-87: Shutdown connection
19:16:07.639 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.639 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-86: Shutdown connection
19:16:07.639 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.639 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-85: Shutdown connection
19:16:07.639 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.639 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-95: Shutdown connection
19:16:07.640 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.640 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-94: Shutdown connection
19:16:07.640 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.640 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-93: Shutdown connection
19:16:07.640 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.640 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-92: Shutdown connection
19:16:07.640 [Finalizer] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Shutting down connection
19:16:07.640 [Finalizer] DEBUG org.apache.http.impl.conn.DefaultManagedHttpClientConnection - http-outgoing-91: Shutdown connection
19:16:07.665 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:07.665 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:07.665 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:07.665 [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.665 [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.665 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:57182<->127.0.0.1:46703
19:16:07.665 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /basic HTTP/1.1
19:16:07.665 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.665 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.665 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> PUT /basic HTTP/1.1
19:16:07.665 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Content-Type: application/json; charset=utf-8
19:16:07.665 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Content-Length: 30
19:16:07.665 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Host: localhost:46703
19:16:07.665 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Connection: Keep-Alive
19:16:07.665 [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.665 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Accept-Encoding: gzip,deflate
19:16:07.665 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "PUT /basic HTTP/1.1[\r][\n]"
19:16:07.665 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.665 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Content-Length: 30[\r][\n]"
19:16:07.665 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Host: localhost:46703[\r][\n]"
19:16:07.665 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.665 [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.665 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.665 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "[\r][\n]"
19:16:07.665 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "{"alpha":"bravo","charlie":42}"
19:16:07.670 [XNIO-99 task-3] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46703]} response {}}
19:16:07.671 [XNIO-99 task-3] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.671 [XNIO-99 task-3] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@45db5266 for /basic
19:16:07.671 [XNIO-99 task-3] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46703]} response {}}
19:16:07.671 [XNIO-99 task-3] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46703]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.671 [XNIO-99 task-3] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Connection: keep-alive[\r][\n]"
19:16:07.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Content-Length: 0[\r][\n]"
19:16:07.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.671 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "[\r][\n]"
19:16:07.671 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << HTTP/1.1 401 Unauthorized
19:16:07.671 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Connection: keep-alive
19:16:07.671 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.671 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Content-Length: 0
19:16:07.671 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.671 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.671 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.671 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:46703 requested authentication
19:16:07.671 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.671 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.671 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.671 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.671 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Digest authentication scheme not available
19:16:07.672 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [BASIC [complete=true]]
19:16:07.672 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /basic HTTP/1.1
19:16:07.672 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.672 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using basic scheme
19:16:07.672 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.672 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> PUT /basic HTTP/1.1
19:16:07.672 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Content-Type: application/json; charset=utf-8
19:16:07.672 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Content-Length: 30
19:16:07.672 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Host: localhost:46703
19:16:07.672 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Connection: Keep-Alive
19:16:07.672 [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.672 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Accept-Encoding: gzip,deflate
19:16:07.672 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Authorization: Basic Z3Vlc3Q6YmxhaA==
19:16:07.672 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "PUT /basic HTTP/1.1[\r][\n]"
19:16:07.672 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.672 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Content-Length: 30[\r][\n]"
19:16:07.672 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Host: localhost:46703[\r][\n]"
19:16:07.672 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.672 [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.672 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.672 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Authorization: Basic Z3Vlc3Q6YmxhaA==[\r][\n]"
19:16:07.672 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "[\r][\n]"
19:16:07.672 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "{"alpha":"bravo","charlie":42}"
19:16:07.674 [XNIO-99 task-4] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46703]} response {}}
19:16:07.675 [XNIO-99 task-4] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.675 [XNIO-99 task-4] DEBUG ersatz.undertow.request.security - Found basic auth header guest:blah (decoded using charset UTF-8) in HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46703]} response {}}
19:16:07.675 [XNIO-99 task-4] DEBUG ersatz.undertow.request.security - Authentication failed with message UT000038: Authentication failed, requested user name 'guest' and mechanism BASIC for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46703]} response {}}
19:16:07.675 [XNIO-99 task-4] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_AUTHENTICATED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@45db5266 for /basic
19:16:07.675 [XNIO-99 task-4] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46703]} response {}}
19:16:07.675 [XNIO-99 task-4] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46703]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.675 [XNIO-99 task-4] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.675 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.675 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Connection: keep-alive[\r][\n]"
19:16:07.675 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.675 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Content-Length: 0[\r][\n]"
19:16:07.675 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.675 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "[\r][\n]"
19:16:07.675 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << HTTP/1.1 401 Unauthorized
19:16:07.675 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Connection: keep-alive
19:16:07.675 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.675 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Content-Length: 0
19:16:07.675 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.675 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.675 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.676 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:46703 requested authentication
19:16:07.676 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authorization challenge processed
19:16:07.676 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication failed
19:16:07.676 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:57182<->127.0.0.1:46703
19:16:07.676 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.677 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.677 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.677 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:46703
19:16:07.677 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /basic HTTP/1.1
19:16:07.677 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.677 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.677 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> PUT /basic HTTP/1.1
19:16:07.677 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Content-Type: application/json; charset=utf-8
19:16:07.677 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Content-Length: 30
19:16:07.677 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Host: localhost:46703
19:16:07.677 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Connection: Keep-Alive
19:16:07.677 [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.677 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Accept-Encoding: gzip,deflate
19:16:07.677 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "PUT /basic HTTP/1.1[\r][\n]"
19:16:07.677 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.677 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Content-Length: 30[\r][\n]"
19:16:07.677 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Host: localhost:46703[\r][\n]"
19:16:07.677 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.677 [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.677 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.677 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "[\r][\n]"
19:16:07.677 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "{"alpha":"bravo","charlie":42}"
19:16:07.678 [XNIO-99 task-5] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46703]} response {}}
19:16:07.678 [XNIO-99 task-5] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.678 [XNIO-99 task-5] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@45db5266 for /basic
19:16:07.678 [XNIO-99 task-5] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46703]} response {}}
19:16:07.678 [XNIO-99 task-5] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46703]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.678 [XNIO-99 task-5] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.679 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.679 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Connection: keep-alive[\r][\n]"
19:16:07.679 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.679 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Content-Length: 0[\r][\n]"
19:16:07.679 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.679 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "[\r][\n]"
19:16:07.679 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << HTTP/1.1 401 Unauthorized
19:16:07.679 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Connection: keep-alive
19:16:07.679 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.679 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Content-Length: 0
19:16:07.679 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.679 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.679 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.679 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:46703 requested authentication
19:16:07.679 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.679 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.679 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.679 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.679 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Digest authentication scheme not available
19:16:07.679 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [BASIC [complete=true]]
19:16:07.679 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /basic HTTP/1.1
19:16:07.679 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.679 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using basic scheme
19:16:07.679 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.679 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> PUT /basic HTTP/1.1
19:16:07.679 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Content-Type: application/json; charset=utf-8
19:16:07.679 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Content-Length: 30
19:16:07.679 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Host: localhost:46703
19:16:07.679 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Connection: Keep-Alive
19:16:07.679 [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.679 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Accept-Encoding: gzip,deflate
19:16:07.679 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 >> Authorization: Basic Z3Vlc3Q6YmxhaA==
19:16:07.679 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "PUT /basic HTTP/1.1[\r][\n]"
19:16:07.680 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.680 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Content-Length: 30[\r][\n]"
19:16:07.680 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Host: localhost:46703[\r][\n]"
19:16:07.680 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.680 [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.680 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.680 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "Authorization: Basic Z3Vlc3Q6YmxhaA==[\r][\n]"
19:16:07.680 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "[\r][\n]"
19:16:07.680 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 >> "{"alpha":"bravo","charlie":42}"
19:16:07.682 [XNIO-99 task-6] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46703]} response {}}
19:16:07.683 [XNIO-99 task-6] DEBUG ersatz.undertow.request.security - Attempting to authenticate /basic, authentication required: true
19:16:07.683 [XNIO-99 task-6] DEBUG ersatz.undertow.request.security - Found basic auth header guest:blah (decoded using charset UTF-8) in HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46703]} response {}}
19:16:07.683 [XNIO-99 task-6] DEBUG ersatz.undertow.request.security - Authentication failed with message UT000038: Authentication failed, requested user name 'guest' and mechanism BASIC for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46703]} response {}}
19:16:07.683 [XNIO-99 task-6] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_AUTHENTICATED with method ersatz.undertow.security.impl.BasicAuthenticationMechanism@45db5266 for /basic
19:16:07.683 [XNIO-99 task-6] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46703]} response {}}
19:16:07.683 [XNIO-99 task-6] DEBUG ersatz.undertow.request.security - Sending basic auth challenge Basic realm="BasicTesting" for HttpServerExchange{ PUT /basic request {Connection=[Keep-Alive], Authorization=[Basic Z3Vlc3Q6YmxhaA==], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46703]} response {WWW-Authenticate=[Basic realm="BasicTesting"]}}
19:16:07.683 [XNIO-99 task-6] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /basic
19:16:07.683 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.683 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Connection: keep-alive[\r][\n]"
19:16:07.683 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "WWW-Authenticate: Basic realm="BasicTesting"[\r][\n]"
19:16:07.683 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Content-Length: 0[\r][\n]"
19:16:07.683 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.683 [Test worker] DEBUG org.apache.http.wire - http-outgoing-96 << "[\r][\n]"
19:16:07.683 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << HTTP/1.1 401 Unauthorized
19:16:07.683 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Connection: keep-alive
19:16:07.683 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << WWW-Authenticate: Basic realm="BasicTesting"
19:16:07.683 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Content-Length: 0
19:16:07.683 [Test worker] DEBUG org.apache.http.headers - http-outgoing-96 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.684 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.684 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.684 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:46703 requested authentication
19:16:07.684 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authorization challenge processed
19:16:07.684 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication failed
19:16:07.684 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:57182<->127.0.0.1:46703
19:16:07.684 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.684 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@508a9614
19:16:07.691 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@b22d8f3
19:16:07.692 [XNIO-100 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 I/O-2', selector sun.nio.ch.EPollSelectorImpl@480e768a
19:16:07.692 [XNIO-100 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 I/O-1', selector sun.nio.ch.EPollSelectorImpl@310c278f
19:16:07.692 [XNIO-100 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 I/O-3', selector sun.nio.ch.EPollSelectorImpl@3a5661d4
19:16:07.693 [XNIO-100 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 I/O-4', selector sun.nio.ch.EPollSelectorImpl@5f17df3c
19:16:07.693 [XNIO-100 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 I/O-7', selector sun.nio.ch.EPollSelectorImpl@18fc05aa
19:16:07.693 [XNIO-100 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 I/O-8', selector sun.nio.ch.EPollSelectorImpl@7cefd57
19:16:07.693 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.693 [XNIO-100 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 Accept', selector sun.nio.ch.EPollSelectorImpl@b37b2eb
19:16:07.693 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.693 [XNIO-100 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 I/O-5', selector sun.nio.ch.EPollSelectorImpl@22bc7d8e
19:16:07.693 [XNIO-100 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-100 I/O-6', selector sun.nio.ch.EPollSelectorImpl@65e69c98
19:16:07.697 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.697 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.697 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:39487
19:16:07.697 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:39487
19:16:07.697 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:39487
19:16:07.698 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:45424<->127.0.0.1:39487
19:16:07.698 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /digest HTTP/1.1
19:16:07.698 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.698 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.698 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> PUT /digest HTTP/1.1
19:16:07.698 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Content-Type: application/json; charset=utf-8
19:16:07.698 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Content-Length: 30
19:16:07.698 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Host: localhost:39487
19:16:07.698 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Connection: Keep-Alive
19:16:07.698 [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.698 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Accept-Encoding: gzip,deflate
19:16:07.698 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "PUT /digest HTTP/1.1[\r][\n]"
19:16:07.698 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.698 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Content-Length: 30[\r][\n]"
19:16:07.698 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Host: localhost:39487[\r][\n]"
19:16:07.698 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.698 [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.698 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.698 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "[\r][\n]"
19:16:07.698 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "{"alpha":"bravo","charlie":42}"
19:16:07.699 [XNIO-100 task-1] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39487]} response {}}
19:16:07.699 [XNIO-100 task-1] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.699 [XNIO-100 task-1] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@74a56c27 for /digest
19:16:07.699 [XNIO-100 task-1] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39487]} response {}}
19:16:07.699 [XNIO-100 task-1] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.699 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.699 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Connection: keep-alive[\r][\n]"
19:16:07.699 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="pAd5g839E10NMTU2NTQ4MjU2NzY5OfCsrZWFJ4Kn4zsVci6zSIA=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.699 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Content-Length: 0[\r][\n]"
19:16:07.699 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.699 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "[\r][\n]"
19:16:07.699 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << HTTP/1.1 401 Unauthorized
19:16:07.699 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Connection: keep-alive
19:16:07.699 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="pAd5g839E10NMTU2NTQ4MjU2NzY5OfCsrZWFJ4Kn4zsVci6zSIA=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.699 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Content-Length: 0
19:16:07.699 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.699 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.700 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.700 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:39487 requested authentication
19:16:07.700 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.700 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.700 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.700 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.700 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Basic authentication scheme not available
19:16:07.700 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [DIGEST [complete=true, nonce=null, nc=0]]
19:16:07.700 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /digest HTTP/1.1
19:16:07.700 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.700 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using digest scheme
19:16:07.701 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.701 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> PUT /digest HTTP/1.1
19:16:07.701 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Content-Type: application/json; charset=utf-8
19:16:07.701 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Content-Length: 30
19:16:07.701 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Host: localhost:39487
19:16:07.701 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Connection: Keep-Alive
19:16:07.701 [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.701 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Accept-Encoding: gzip,deflate
19:16:07.701 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Authorization: Digest username="admin", realm="DigestTesting", nonce="pAd5g839E10NMTU2NTQ4MjU2NzY5OfCsrZWFJ4Kn4zsVci6zSIA=", uri="/digest", response="110cfdcb19e8a9e8323f1320851866a5", qop=auth, nc=00000001, cnonce="82baf6c1a7693114", algorithm=MD5, opaque="00000000000000000000000000000000"
19:16:07.701 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "PUT /digest HTTP/1.1[\r][\n]"
19:16:07.701 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.701 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Content-Length: 30[\r][\n]"
19:16:07.701 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Host: localhost:39487[\r][\n]"
19:16:07.701 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.701 [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.701 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.701 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Authorization: Digest username="admin", realm="DigestTesting", nonce="pAd5g839E10NMTU2NTQ4MjU2NzY5OfCsrZWFJ4Kn4zsVci6zSIA=", uri="/digest", response="110cfdcb19e8a9e8323f1320851866a5", qop=auth, nc=00000001, cnonce="82baf6c1a7693114", algorithm=MD5, opaque="00000000000000000000000000000000"[\r][\n]"
19:16:07.701 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "[\r][\n]"
19:16:07.701 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "{"alpha":"bravo","charlie":42}"
19:16:07.701 [XNIO-100 task-2] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="pAd5g839E10NMTU2NTQ4MjU2NzY5OfCsrZWFJ4Kn4zsVci6zSIA=", uri="/digest", response="110cfdcb19e8a9e8323f1320851866a5", qop=auth, nc=00000001, cnonce="82baf6c1a7693114", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39487]} response {}}
19:16:07.702 [XNIO-100 task-2] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.702 [XNIO-100 task-2] DEBUG ersatz.undertow.request.security - Found digest header Digest username="admin", realm="DigestTesting", nonce="pAd5g839E10NMTU2NTQ4MjU2NzY5OfCsrZWFJ4Kn4zsVci6zSIA=", uri="/digest", response="110cfdcb19e8a9e8323f1320851866a5", qop=auth, nc=00000001, cnonce="82baf6c1a7693114", algorithm=MD5, opaque="00000000000000000000000000000000" in HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="pAd5g839E10NMTU2NTQ4MjU2NzY5OfCsrZWFJ4Kn4zsVci6zSIA=", uri="/digest", response="110cfdcb19e8a9e8323f1320851866a5", qop=auth, nc=00000001, cnonce="82baf6c1a7693114", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39487]} response {}}
19:16:07.702 [XNIO-100 task-2] DEBUG ersatz.undertow.request.security - Authenticated as admin, roles [TESTER]
19:16:07.702 [XNIO-100 task-2] DEBUG ersatz.undertow.request.security - Authentication outcome was AUTHENTICATED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@74a56c27 for /digest
19:16:07.702 [XNIO-100 task-2] DEBUG ersatz.undertow.request.security - Authentication result was AUTHENTICATED for /digest
19:16:07.703 [XNIO-100 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /digest (query=[:], headers={Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="pAd5g839E10NMTU2NTQ4MjU2NzY5OfCsrZWFJ4Kn4zsVci6zSIA=", uri="/digest", response="110cfdcb19e8a9e8323f1320851866a5", qop=auth, nc=00000001, cnonce="82baf6c1a7693114", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39487]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.703 [XNIO-100 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Authentication-Info=[nextnonce="pAd5g839E10NMTU2NTQ4MjU2NzY5OfCsrZWFJ4Kn4zsVci6zSIA=",qop="auth",rspauth="9a7bddf9607e7d1aeba1cb982b2e74ff",cnonce="82baf6c1a7693114",nc=00000001], Content-Type=[text/plain]}): ok-text
19:16:07.704 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.704 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Content-Encoding: gzip[\r][\n]"
19:16:07.704 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Connection: keep-alive[\r][\n]"
19:16:07.704 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Authentication-Info: nextnonce="pAd5g839E10NMTU2NTQ4MjU2NzY5OfCsrZWFJ4Kn4zsVci6zSIA=",qop="auth",rspauth="9a7bddf9607e7d1aeba1cb982b2e74ff",cnonce="82baf6c1a7693114",nc=00000001[\r][\n]"
19:16:07.704 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Content-Type: text/plain[\r][\n]"
19:16:07.704 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Content-Length: 27[\r][\n]"
19:16:07.704 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.704 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "[\r][\n]"
19:16:07.704 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "[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.704 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << HTTP/1.1 200 OK
19:16:07.704 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Content-Encoding: gzip
19:16:07.704 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Connection: keep-alive
19:16:07.704 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Authentication-Info: nextnonce="pAd5g839E10NMTU2NTQ4MjU2NzY5OfCsrZWFJ4Kn4zsVci6zSIA=",qop="auth",rspauth="9a7bddf9607e7d1aeba1cb982b2e74ff",cnonce="82baf6c1a7693114",nc=00000001
19:16:07.704 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Content-Type: text/plain
19:16:07.704 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Content-Length: 27
19:16:07.704 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.704 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.704 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication succeeded
19:16:07.704 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Caching 'digest' auth scheme for http://localhost:39487
19:16:07.705 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:45424<->127.0.0.1:39487
19:16:07.705 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.705 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.705 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.705 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:39487
19:16:07.706 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /digest HTTP/1.1
19:16:07.706 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.706 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.706 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> PUT /digest HTTP/1.1
19:16:07.706 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Content-Type: application/json; charset=utf-8
19:16:07.706 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Content-Length: 30
19:16:07.706 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Host: localhost:39487
19:16:07.706 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Connection: Keep-Alive
19:16:07.706 [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.706 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Accept-Encoding: gzip,deflate
19:16:07.706 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "PUT /digest HTTP/1.1[\r][\n]"
19:16:07.706 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.706 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Content-Length: 30[\r][\n]"
19:16:07.706 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Host: localhost:39487[\r][\n]"
19:16:07.706 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.706 [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.706 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.706 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "[\r][\n]"
19:16:07.706 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "{"alpha":"bravo","charlie":42}"
19:16:07.707 [XNIO-100 task-3] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39487]} response {}}
19:16:07.707 [XNIO-100 task-3] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.707 [XNIO-100 task-3] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@74a56c27 for /digest
19:16:07.707 [XNIO-100 task-3] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39487]} response {}}
19:16:07.707 [XNIO-100 task-3] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.707 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.707 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Connection: keep-alive[\r][\n]"
19:16:07.707 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="cl2vt5u4ufgNMTU2NTQ4MjU2NzcwN7Lu6taaA2Q7d9flMIIeb0M=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.707 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Content-Length: 0[\r][\n]"
19:16:07.707 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.707 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "[\r][\n]"
19:16:07.707 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << HTTP/1.1 401 Unauthorized
19:16:07.707 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Connection: keep-alive
19:16:07.707 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="cl2vt5u4ufgNMTU2NTQ4MjU2NzcwN7Lu6taaA2Q7d9flMIIeb0M=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.707 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Content-Length: 0
19:16:07.707 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.707 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.707 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.707 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:39487 requested authentication
19:16:07.707 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.707 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.707 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.707 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.708 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Basic authentication scheme not available
19:16:07.708 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [DIGEST [complete=true, nonce=null, nc=0]]
19:16:07.708 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /digest HTTP/1.1
19:16:07.708 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.708 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using digest scheme
19:16:07.708 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.708 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> PUT /digest HTTP/1.1
19:16:07.708 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Content-Type: application/json; charset=utf-8
19:16:07.708 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Content-Length: 30
19:16:07.708 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Host: localhost:39487
19:16:07.708 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Connection: Keep-Alive
19:16:07.708 [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.708 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Accept-Encoding: gzip,deflate
19:16:07.708 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 >> Authorization: Digest username="admin", realm="DigestTesting", nonce="cl2vt5u4ufgNMTU2NTQ4MjU2NzcwN7Lu6taaA2Q7d9flMIIeb0M=", uri="/digest", response="a874312c15f4ba685f8a9eec5e2ccb5d", qop=auth, nc=00000001, cnonce="bd71d35c47b725ca", algorithm=MD5, opaque="00000000000000000000000000000000"
19:16:07.708 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "PUT /digest HTTP/1.1[\r][\n]"
19:16:07.708 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.708 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Content-Length: 30[\r][\n]"
19:16:07.708 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Host: localhost:39487[\r][\n]"
19:16:07.708 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.708 [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.708 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.708 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "Authorization: Digest username="admin", realm="DigestTesting", nonce="cl2vt5u4ufgNMTU2NTQ4MjU2NzcwN7Lu6taaA2Q7d9flMIIeb0M=", uri="/digest", response="a874312c15f4ba685f8a9eec5e2ccb5d", qop=auth, nc=00000001, cnonce="bd71d35c47b725ca", algorithm=MD5, opaque="00000000000000000000000000000000"[\r][\n]"
19:16:07.708 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "[\r][\n]"
19:16:07.708 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 >> "{"alpha":"bravo","charlie":42}"
19:16:07.709 [XNIO-100 task-4] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="cl2vt5u4ufgNMTU2NTQ4MjU2NzcwN7Lu6taaA2Q7d9flMIIeb0M=", uri="/digest", response="a874312c15f4ba685f8a9eec5e2ccb5d", qop=auth, nc=00000001, cnonce="bd71d35c47b725ca", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39487]} response {}}
19:16:07.709 [XNIO-100 task-4] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.709 [XNIO-100 task-4] DEBUG ersatz.undertow.request.security - Found digest header Digest username="admin", realm="DigestTesting", nonce="cl2vt5u4ufgNMTU2NTQ4MjU2NzcwN7Lu6taaA2Q7d9flMIIeb0M=", uri="/digest", response="a874312c15f4ba685f8a9eec5e2ccb5d", qop=auth, nc=00000001, cnonce="bd71d35c47b725ca", algorithm=MD5, opaque="00000000000000000000000000000000" in HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="cl2vt5u4ufgNMTU2NTQ4MjU2NzcwN7Lu6taaA2Q7d9flMIIeb0M=", uri="/digest", response="a874312c15f4ba685f8a9eec5e2ccb5d", qop=auth, nc=00000001, cnonce="bd71d35c47b725ca", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39487]} response {}}
19:16:07.710 [XNIO-100 task-4] DEBUG ersatz.undertow.request.security - Authenticated as admin, roles [TESTER]
19:16:07.710 [XNIO-100 task-4] DEBUG ersatz.undertow.request.security - Authentication outcome was AUTHENTICATED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@74a56c27 for /digest
19:16:07.710 [XNIO-100 task-4] DEBUG ersatz.undertow.request.security - Authentication result was AUTHENTICATED for /digest
19:16:07.710 [XNIO-100 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /digest (query=[:], headers={Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="cl2vt5u4ufgNMTU2NTQ4MjU2NzcwN7Lu6taaA2Q7d9flMIIeb0M=", uri="/digest", response="a874312c15f4ba685f8a9eec5e2ccb5d", qop=auth, nc=00000001, cnonce="bd71d35c47b725ca", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39487]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.711 [XNIO-100 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Authentication-Info=[nextnonce="cl2vt5u4ufgNMTU2NTQ4MjU2NzcwN7Lu6taaA2Q7d9flMIIeb0M=",qop="auth",rspauth="3d4fb41f00ffd6a8bfedb1c350d5277b",cnonce="bd71d35c47b725ca",nc=00000001], Content-Type=[text/plain]}): ok-text
19:16:07.711 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.711 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Content-Encoding: gzip[\r][\n]"
19:16:07.711 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Connection: keep-alive[\r][\n]"
19:16:07.711 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Authentication-Info: nextnonce="cl2vt5u4ufgNMTU2NTQ4MjU2NzcwN7Lu6taaA2Q7d9flMIIeb0M=",qop="auth",rspauth="3d4fb41f00ffd6a8bfedb1c350d5277b",cnonce="bd71d35c47b725ca",nc=00000001[\r][\n]"
19:16:07.711 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Content-Type: text/plain[\r][\n]"
19:16:07.711 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Content-Length: 27[\r][\n]"
19:16:07.711 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.711 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "[\r][\n]"
19:16:07.711 [Test worker] DEBUG org.apache.http.wire - http-outgoing-97 << "[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.711 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << HTTP/1.1 200 OK
19:16:07.711 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Content-Encoding: gzip
19:16:07.711 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Connection: keep-alive
19:16:07.711 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Authentication-Info: nextnonce="cl2vt5u4ufgNMTU2NTQ4MjU2NzcwN7Lu6taaA2Q7d9flMIIeb0M=",qop="auth",rspauth="3d4fb41f00ffd6a8bfedb1c350d5277b",cnonce="bd71d35c47b725ca",nc=00000001
19:16:07.711 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Content-Type: text/plain
19:16:07.711 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Content-Length: 27
19:16:07.711 [Test worker] DEBUG org.apache.http.headers - http-outgoing-97 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.711 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.711 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication succeeded
19:16:07.711 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Caching 'digest' auth scheme for http://localhost:39487
19:16:07.712 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:45424<->127.0.0.1:39487
19:16:07.712 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.712 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@b22d8f3
19:16:07.715 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@7a2a5db9
19:16:07.716 [XNIO-101 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 I/O-2', selector sun.nio.ch.EPollSelectorImpl@3d5d86e6
19:16:07.716 [XNIO-101 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 I/O-1', selector sun.nio.ch.EPollSelectorImpl@693ea114
19:16:07.717 [XNIO-101 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 I/O-4', selector sun.nio.ch.EPollSelectorImpl@1078d7e
19:16:07.717 [XNIO-101 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 I/O-3', selector sun.nio.ch.EPollSelectorImpl@68c1787b
19:16:07.718 [XNIO-101 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 I/O-5', selector sun.nio.ch.EPollSelectorImpl@76b94777
19:16:07.722 [XNIO-101 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 I/O-6', selector sun.nio.ch.EPollSelectorImpl@1cb8221b
19:16:07.722 [XNIO-101 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 I/O-7', selector sun.nio.ch.EPollSelectorImpl@61171ac0
19:16:07.723 [XNIO-101 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 I/O-8', selector sun.nio.ch.EPollSelectorImpl@fcc658d
19:16:07.723 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.723 [XNIO-101 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-101 Accept', selector sun.nio.ch.EPollSelectorImpl@43ca805c
19:16:07.723 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.725 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.725 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.725 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:42071
19:16:07.725 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:42071
19:16:07.725 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:42071
19:16:07.725 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:42071 with timeout 0
19:16:07.726 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:07.726 [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.726 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:07.746 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:07.746 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:07.746 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:07.746 [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.746 [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.747 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:57408<->127.0.0.1:42071
19:16:07.747 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /digest HTTP/1.1
19:16:07.747 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.747 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.747 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> PUT /digest HTTP/1.1
19:16:07.747 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Content-Type: application/json; charset=utf-8
19:16:07.747 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Content-Length: 30
19:16:07.747 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Host: localhost:42071
19:16:07.747 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Connection: Keep-Alive
19:16:07.747 [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.747 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Accept-Encoding: gzip,deflate
19:16:07.747 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "PUT /digest HTTP/1.1[\r][\n]"
19:16:07.747 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.747 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Content-Length: 30[\r][\n]"
19:16:07.747 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Host: localhost:42071[\r][\n]"
19:16:07.747 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.747 [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.747 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.747 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "[\r][\n]"
19:16:07.747 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "{"alpha":"bravo","charlie":42}"
19:16:07.750 [XNIO-101 task-3] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42071]} response {}}
19:16:07.751 [XNIO-101 task-3] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.751 [XNIO-101 task-3] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@207df0dd for /digest
19:16:07.751 [XNIO-101 task-3] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42071]} response {}}
19:16:07.751 [XNIO-101 task-3] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.751 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.751 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Connection: keep-alive[\r][\n]"
19:16:07.751 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="xpeBBQnjxj8NMTU2NTQ4MjU2Nzc1MVusJfFKD5kp1E4fU5aFxSI=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.751 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Content-Length: 0[\r][\n]"
19:16:07.751 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.751 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "[\r][\n]"
19:16:07.751 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << HTTP/1.1 401 Unauthorized
19:16:07.751 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Connection: keep-alive
19:16:07.751 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="xpeBBQnjxj8NMTU2NTQ4MjU2Nzc1MVusJfFKD5kp1E4fU5aFxSI=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.751 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Content-Length: 0
19:16:07.751 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.751 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.751 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.751 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:42071 requested authentication
19:16:07.751 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.751 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.751 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.751 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.752 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Basic authentication scheme not available
19:16:07.752 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [DIGEST [complete=true, nonce=null, nc=0]]
19:16:07.752 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /digest HTTP/1.1
19:16:07.752 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.752 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using digest scheme
19:16:07.752 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.752 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> PUT /digest HTTP/1.1
19:16:07.752 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Content-Type: application/json; charset=utf-8
19:16:07.752 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Content-Length: 30
19:16:07.752 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Host: localhost:42071
19:16:07.752 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Connection: Keep-Alive
19:16:07.752 [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.752 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Accept-Encoding: gzip,deflate
19:16:07.752 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Authorization: Digest username="admin", realm="DigestTesting", nonce="xpeBBQnjxj8NMTU2NTQ4MjU2Nzc1MVusJfFKD5kp1E4fU5aFxSI=", uri="/digest", response="952c2bd852e2802a40642b005ba0acc1", qop=auth, nc=00000001, cnonce="49230071e8ba84df", algorithm=MD5, opaque="00000000000000000000000000000000"
19:16:07.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "PUT /digest HTTP/1.1[\r][\n]"
19:16:07.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Content-Length: 30[\r][\n]"
19:16:07.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Host: localhost:42071[\r][\n]"
19:16:07.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.752 [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.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Authorization: Digest username="admin", realm="DigestTesting", nonce="xpeBBQnjxj8NMTU2NTQ4MjU2Nzc1MVusJfFKD5kp1E4fU5aFxSI=", uri="/digest", response="952c2bd852e2802a40642b005ba0acc1", qop=auth, nc=00000001, cnonce="49230071e8ba84df", algorithm=MD5, opaque="00000000000000000000000000000000"[\r][\n]"
19:16:07.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "[\r][\n]"
19:16:07.752 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "{"alpha":"bravo","charlie":42}"
19:16:07.755 [XNIO-101 task-4] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="xpeBBQnjxj8NMTU2NTQ4MjU2Nzc1MVusJfFKD5kp1E4fU5aFxSI=", uri="/digest", response="952c2bd852e2802a40642b005ba0acc1", qop=auth, nc=00000001, cnonce="49230071e8ba84df", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42071]} response {}}
19:16:07.755 [XNIO-101 task-4] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.755 [XNIO-101 task-4] DEBUG ersatz.undertow.request.security - Found digest header Digest username="admin", realm="DigestTesting", nonce="xpeBBQnjxj8NMTU2NTQ4MjU2Nzc1MVusJfFKD5kp1E4fU5aFxSI=", uri="/digest", response="952c2bd852e2802a40642b005ba0acc1", qop=auth, nc=00000001, cnonce="49230071e8ba84df", algorithm=MD5, opaque="00000000000000000000000000000000" in HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="xpeBBQnjxj8NMTU2NTQ4MjU2Nzc1MVusJfFKD5kp1E4fU5aFxSI=", uri="/digest", response="952c2bd852e2802a40642b005ba0acc1", qop=auth, nc=00000001, cnonce="49230071e8ba84df", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42071]} response {}}
19:16:07.755 [XNIO-101 task-4] DEBUG ersatz.undertow.request.security - Authenticated as admin, roles [TESTER]
19:16:07.756 [XNIO-101 task-4] DEBUG ersatz.undertow.request.security - Authentication outcome was AUTHENTICATED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@207df0dd for /digest
19:16:07.756 [XNIO-101 task-4] DEBUG ersatz.undertow.request.security - Authentication result was AUTHENTICATED for /digest
19:16:07.756 [XNIO-101 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /digest (query=[:], headers={Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="xpeBBQnjxj8NMTU2NTQ4MjU2Nzc1MVusJfFKD5kp1E4fU5aFxSI=", uri="/digest", response="952c2bd852e2802a40642b005ba0acc1", qop=auth, nc=00000001, cnonce="49230071e8ba84df", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42071]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.756 [XNIO-101 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Authentication-Info=[nextnonce="xpeBBQnjxj8NMTU2NTQ4MjU2Nzc1MVusJfFKD5kp1E4fU5aFxSI=",qop="auth",rspauth="4834ec38ea4e54415acd10c939b1f897",cnonce="49230071e8ba84df",nc=00000001], Content-Type=[text/plain]}): ok-text
19:16:07.757 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.757 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Content-Encoding: gzip[\r][\n]"
19:16:07.757 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Connection: keep-alive[\r][\n]"
19:16:07.757 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Authentication-Info: nextnonce="xpeBBQnjxj8NMTU2NTQ4MjU2Nzc1MVusJfFKD5kp1E4fU5aFxSI=",qop="auth",rspauth="4834ec38ea4e54415acd10c939b1f897",cnonce="49230071e8ba84df",nc=00000001[\r][\n]"
19:16:07.757 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Content-Type: text/plain[\r][\n]"
19:16:07.757 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Content-Length: 27[\r][\n]"
19:16:07.757 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.757 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "[\r][\n]"
19:16:07.757 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "[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.757 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << HTTP/1.1 200 OK
19:16:07.757 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Content-Encoding: gzip
19:16:07.757 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Connection: keep-alive
19:16:07.757 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Authentication-Info: nextnonce="xpeBBQnjxj8NMTU2NTQ4MjU2Nzc1MVusJfFKD5kp1E4fU5aFxSI=",qop="auth",rspauth="4834ec38ea4e54415acd10c939b1f897",cnonce="49230071e8ba84df",nc=00000001
19:16:07.757 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Content-Type: text/plain
19:16:07.757 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Content-Length: 27
19:16:07.757 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.757 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.757 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication succeeded
19:16:07.757 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Caching 'digest' auth scheme for https://localhost:42071
19:16:07.758 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:57408<->127.0.0.1:42071
19:16:07.758 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.759 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.759 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.759 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:42071
19:16:07.759 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /digest HTTP/1.1
19:16:07.759 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.759 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.759 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> PUT /digest HTTP/1.1
19:16:07.759 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Content-Type: application/json; charset=utf-8
19:16:07.759 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Content-Length: 30
19:16:07.759 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Host: localhost:42071
19:16:07.759 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Connection: Keep-Alive
19:16:07.759 [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.759 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Accept-Encoding: gzip,deflate
19:16:07.759 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "PUT /digest HTTP/1.1[\r][\n]"
19:16:07.759 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.759 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Content-Length: 30[\r][\n]"
19:16:07.759 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Host: localhost:42071[\r][\n]"
19:16:07.759 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.759 [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.759 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.759 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "[\r][\n]"
19:16:07.759 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "{"alpha":"bravo","charlie":42}"
19:16:07.774 [XNIO-101 task-5] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42071]} response {}}
19:16:07.775 [XNIO-101 task-5] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.775 [XNIO-101 task-5] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@207df0dd for /digest
19:16:07.775 [XNIO-101 task-5] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42071]} response {}}
19:16:07.775 [XNIO-101 task-5] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.775 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.776 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Connection: keep-alive[\r][\n]"
19:16:07.776 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="E+4nSJVSyRENMTU2NTQ4MjU2Nzc3NQ6PgvjSwG/9q2Lz51UExA8=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.776 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Content-Length: 0[\r][\n]"
19:16:07.776 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.776 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "[\r][\n]"
19:16:07.776 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << HTTP/1.1 401 Unauthorized
19:16:07.776 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Connection: keep-alive
19:16:07.776 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="E+4nSJVSyRENMTU2NTQ4MjU2Nzc3NQ6PgvjSwG/9q2Lz51UExA8=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.776 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Content-Length: 0
19:16:07.776 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.776 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.776 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.776 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:42071 requested authentication
19:16:07.776 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.776 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.776 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.776 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.776 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Basic authentication scheme not available
19:16:07.776 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [DIGEST [complete=true, nonce=null, nc=0]]
19:16:07.776 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /digest HTTP/1.1
19:16:07.776 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.776 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using digest scheme
19:16:07.777 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.777 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> PUT /digest HTTP/1.1
19:16:07.777 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Content-Type: application/json; charset=utf-8
19:16:07.777 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Content-Length: 30
19:16:07.777 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Host: localhost:42071
19:16:07.777 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Connection: Keep-Alive
19:16:07.777 [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.777 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Accept-Encoding: gzip,deflate
19:16:07.777 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 >> Authorization: Digest username="admin", realm="DigestTesting", nonce="E+4nSJVSyRENMTU2NTQ4MjU2Nzc3NQ6PgvjSwG/9q2Lz51UExA8=", uri="/digest", response="60217bae683eae2aace292fd3939cf93", qop=auth, nc=00000001, cnonce="9c4dc52c6fc2ed1e", algorithm=MD5, opaque="00000000000000000000000000000000"
19:16:07.777 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "PUT /digest HTTP/1.1[\r][\n]"
19:16:07.777 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.777 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Content-Length: 30[\r][\n]"
19:16:07.777 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Host: localhost:42071[\r][\n]"
19:16:07.777 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.777 [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.777 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.777 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "Authorization: Digest username="admin", realm="DigestTesting", nonce="E+4nSJVSyRENMTU2NTQ4MjU2Nzc3NQ6PgvjSwG/9q2Lz51UExA8=", uri="/digest", response="60217bae683eae2aace292fd3939cf93", qop=auth, nc=00000001, cnonce="9c4dc52c6fc2ed1e", algorithm=MD5, opaque="00000000000000000000000000000000"[\r][\n]"
19:16:07.777 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "[\r][\n]"
19:16:07.777 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 >> "{"alpha":"bravo","charlie":42}"
19:16:07.778 [XNIO-101 task-6] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="E+4nSJVSyRENMTU2NTQ4MjU2Nzc3NQ6PgvjSwG/9q2Lz51UExA8=", uri="/digest", response="60217bae683eae2aace292fd3939cf93", qop=auth, nc=00000001, cnonce="9c4dc52c6fc2ed1e", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42071]} response {}}
19:16:07.778 [XNIO-101 task-6] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.778 [XNIO-101 task-6] DEBUG ersatz.undertow.request.security - Found digest header Digest username="admin", realm="DigestTesting", nonce="E+4nSJVSyRENMTU2NTQ4MjU2Nzc3NQ6PgvjSwG/9q2Lz51UExA8=", uri="/digest", response="60217bae683eae2aace292fd3939cf93", qop=auth, nc=00000001, cnonce="9c4dc52c6fc2ed1e", algorithm=MD5, opaque="00000000000000000000000000000000" in HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="E+4nSJVSyRENMTU2NTQ4MjU2Nzc3NQ6PgvjSwG/9q2Lz51UExA8=", uri="/digest", response="60217bae683eae2aace292fd3939cf93", qop=auth, nc=00000001, cnonce="9c4dc52c6fc2ed1e", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42071]} response {}}
19:16:07.781 [XNIO-101 task-6] DEBUG ersatz.undertow.request.security - Authenticated as admin, roles [TESTER]
19:16:07.781 [XNIO-101 task-6] DEBUG ersatz.undertow.request.security - Authentication outcome was AUTHENTICATED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@207df0dd for /digest
19:16:07.781 [XNIO-101 task-6] DEBUG ersatz.undertow.request.security - Authentication result was AUTHENTICATED for /digest
19:16:07.781 [XNIO-101 task-6] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /digest (query=[:], headers={Connection=[Keep-Alive], Authorization=[Digest username="admin", realm="DigestTesting", nonce="E+4nSJVSyRENMTU2NTQ4MjU2Nzc3NQ6PgvjSwG/9q2Lz51UExA8=", uri="/digest", response="60217bae683eae2aace292fd3939cf93", qop=auth, nc=00000001, cnonce="9c4dc52c6fc2ed1e", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42071]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.782 [XNIO-101 task-6] DEBUG com.stehno.ersatz.ErsatzServer - Response({Authentication-Info=[nextnonce="E+4nSJVSyRENMTU2NTQ4MjU2Nzc3NQ6PgvjSwG/9q2Lz51UExA8=",qop="auth",rspauth="9e1ffce30b36394ad0425dce0e31f557",cnonce="9c4dc52c6fc2ed1e",nc=00000001], Content-Type=[text/plain]}): ok-text
19:16:07.782 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.782 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Content-Encoding: gzip[\r][\n]"
19:16:07.782 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Connection: keep-alive[\r][\n]"
19:16:07.782 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Authentication-Info: nextnonce="E+4nSJVSyRENMTU2NTQ4MjU2Nzc3NQ6PgvjSwG/9q2Lz51UExA8=",qop="auth",rspauth="9e1ffce30b36394ad0425dce0e31f557",cnonce="9c4dc52c6fc2ed1e",nc=00000001[\r][\n]"
19:16:07.782 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Content-Type: text/plain[\r][\n]"
19:16:07.782 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Content-Length: 27[\r][\n]"
19:16:07.782 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.782 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "[\r][\n]"
19:16:07.782 [Test worker] DEBUG org.apache.http.wire - http-outgoing-98 << "[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.782 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << HTTP/1.1 200 OK
19:16:07.782 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Content-Encoding: gzip
19:16:07.782 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Connection: keep-alive
19:16:07.782 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Authentication-Info: nextnonce="E+4nSJVSyRENMTU2NTQ4MjU2Nzc3NQ6PgvjSwG/9q2Lz51UExA8=",qop="auth",rspauth="9e1ffce30b36394ad0425dce0e31f557",cnonce="9c4dc52c6fc2ed1e",nc=00000001
19:16:07.782 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Content-Type: text/plain
19:16:07.782 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Content-Length: 27
19:16:07.782 [Test worker] DEBUG org.apache.http.headers - http-outgoing-98 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.783 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.783 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication succeeded
19:16:07.783 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Caching 'digest' auth scheme for https://localhost:42071
19:16:07.784 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:57408<->127.0.0.1:42071
19:16:07.784 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.785 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@7a2a5db9
19:16:07.793 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@7fc41fb5
19:16:07.794 [XNIO-102 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 I/O-4', selector sun.nio.ch.EPollSelectorImpl@48a2e964
19:16:07.794 [XNIO-102 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 I/O-3', selector sun.nio.ch.EPollSelectorImpl@64046a71
19:16:07.798 [XNIO-102 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 I/O-5', selector sun.nio.ch.EPollSelectorImpl@5e6181b6
19:16:07.794 [XNIO-102 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 I/O-1', selector sun.nio.ch.EPollSelectorImpl@37eaa288
19:16:07.801 [XNIO-102 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 I/O-7', selector sun.nio.ch.EPollSelectorImpl@4c0c905c
19:16:07.801 [XNIO-102 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 I/O-8', selector sun.nio.ch.EPollSelectorImpl@6a2de2ac
19:16:07.794 [XNIO-102 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 I/O-2', selector sun.nio.ch.EPollSelectorImpl@722e8f86
19:16:07.803 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.801 [XNIO-102 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 I/O-6', selector sun.nio.ch.EPollSelectorImpl@47769cf8
19:16:07.804 [XNIO-102 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-102 Accept', selector sun.nio.ch.EPollSelectorImpl@20a1eb4f
19:16:07.804 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.808 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.808 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.808 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:46767
19:16:07.809 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:46767
19:16:07.809 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:46767
19:16:07.809 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:49354<->127.0.0.1:46767
19:16:07.809 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /digest HTTP/1.1
19:16:07.809 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.809 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.809 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> PUT /digest HTTP/1.1
19:16:07.809 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Content-Type: application/json; charset=utf-8
19:16:07.809 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Content-Length: 30
19:16:07.809 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Host: localhost:46767
19:16:07.809 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Connection: Keep-Alive
19:16:07.809 [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.809 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Accept-Encoding: gzip,deflate
19:16:07.809 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "PUT /digest HTTP/1.1[\r][\n]"
19:16:07.809 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.809 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Content-Length: 30[\r][\n]"
19:16:07.809 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Host: localhost:46767[\r][\n]"
19:16:07.809 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.809 [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.809 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.809 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "[\r][\n]"
19:16:07.809 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "{"alpha":"bravo","charlie":42}"
19:16:07.810 [XNIO-102 task-1] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46767]} response {}}
19:16:07.811 [XNIO-102 task-1] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.811 [XNIO-102 task-1] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@6c34b212 for /digest
19:16:07.811 [XNIO-102 task-1] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46767]} response {}}
19:16:07.811 [XNIO-102 task-1] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.811 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.811 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Connection: keep-alive[\r][\n]"
19:16:07.811 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="XapQoPFcI34NMTU2NTQ4MjU2NzgxMYoEJmsph2qsf45RkhlpzVA=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.811 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Content-Length: 0[\r][\n]"
19:16:07.811 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.811 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "[\r][\n]"
19:16:07.811 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << HTTP/1.1 401 Unauthorized
19:16:07.811 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Connection: keep-alive
19:16:07.811 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="XapQoPFcI34NMTU2NTQ4MjU2NzgxMYoEJmsph2qsf45RkhlpzVA=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.811 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Content-Length: 0
19:16:07.811 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.811 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.811 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.811 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:46767 requested authentication
19:16:07.811 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.811 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.811 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.811 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.812 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Basic authentication scheme not available
19:16:07.812 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [DIGEST [complete=true, nonce=null, nc=0]]
19:16:07.812 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /digest HTTP/1.1
19:16:07.812 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.812 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using digest scheme
19:16:07.812 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.812 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> PUT /digest HTTP/1.1
19:16:07.812 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Content-Type: application/json; charset=utf-8
19:16:07.812 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Content-Length: 30
19:16:07.812 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Host: localhost:46767
19:16:07.812 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Connection: Keep-Alive
19:16:07.812 [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.812 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Accept-Encoding: gzip,deflate
19:16:07.812 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Authorization: Digest username="nobody", realm="DigestTesting", nonce="XapQoPFcI34NMTU2NTQ4MjU2NzgxMYoEJmsph2qsf45RkhlpzVA=", uri="/digest", response="09cabd6e81e5474591e5d580893abeff", qop=auth, nc=00000001, cnonce="8d3c5e9b83227796", algorithm=MD5, opaque="00000000000000000000000000000000"
19:16:07.812 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "PUT /digest HTTP/1.1[\r][\n]"
19:16:07.812 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.812 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Content-Length: 30[\r][\n]"
19:16:07.812 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Host: localhost:46767[\r][\n]"
19:16:07.812 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.812 [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.812 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.812 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Authorization: Digest username="nobody", realm="DigestTesting", nonce="XapQoPFcI34NMTU2NTQ4MjU2NzgxMYoEJmsph2qsf45RkhlpzVA=", uri="/digest", response="09cabd6e81e5474591e5d580893abeff", qop=auth, nc=00000001, cnonce="8d3c5e9b83227796", algorithm=MD5, opaque="00000000000000000000000000000000"[\r][\n]"
19:16:07.812 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "[\r][\n]"
19:16:07.812 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "{"alpha":"bravo","charlie":42}"
19:16:07.814 [XNIO-102 task-2] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="XapQoPFcI34NMTU2NTQ4MjU2NzgxMYoEJmsph2qsf45RkhlpzVA=", uri="/digest", response="09cabd6e81e5474591e5d580893abeff", qop=auth, nc=00000001, cnonce="8d3c5e9b83227796", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46767]} response {}}
19:16:07.814 [XNIO-102 task-2] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.814 [XNIO-102 task-2] DEBUG ersatz.undertow.request.security - Found digest header Digest username="nobody", realm="DigestTesting", nonce="XapQoPFcI34NMTU2NTQ4MjU2NzgxMYoEJmsph2qsf45RkhlpzVA=", uri="/digest", response="09cabd6e81e5474591e5d580893abeff", qop=auth, nc=00000001, cnonce="8d3c5e9b83227796", algorithm=MD5, opaque="00000000000000000000000000000000" in HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="XapQoPFcI34NMTU2NTQ4MjU2NzgxMYoEJmsph2qsf45RkhlpzVA=", uri="/digest", response="09cabd6e81e5474591e5d580893abeff", qop=auth, nc=00000001, cnonce="8d3c5e9b83227796", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46767]} response {}}
19:16:07.814 [XNIO-102 task-2] DEBUG ersatz.undertow.request.security - Authentication failed with message UT000038: Authentication failed, requested user name 'nobody' and mechanism DIGEST for HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="XapQoPFcI34NMTU2NTQ4MjU2NzgxMYoEJmsph2qsf45RkhlpzVA=", uri="/digest", response="09cabd6e81e5474591e5d580893abeff", qop=auth, nc=00000001, cnonce="8d3c5e9b83227796", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46767]} response {}}
19:16:07.814 [XNIO-102 task-2] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_AUTHENTICATED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@6c34b212 for /digest
19:16:07.814 [XNIO-102 task-2] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="XapQoPFcI34NMTU2NTQ4MjU2NzgxMYoEJmsph2qsf45RkhlpzVA=", uri="/digest", response="09cabd6e81e5474591e5d580893abeff", qop=auth, nc=00000001, cnonce="8d3c5e9b83227796", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46767]} response {}}
19:16:07.815 [XNIO-102 task-2] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.815 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.815 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Connection: keep-alive[\r][\n]"
19:16:07.815 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="kzuEByEyMPUNMTU2NTQ4MjU2NzgxNZorigbfrHXklqGdflc6Tlc=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.815 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Content-Length: 0[\r][\n]"
19:16:07.815 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.815 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "[\r][\n]"
19:16:07.815 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << HTTP/1.1 401 Unauthorized
19:16:07.815 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Connection: keep-alive
19:16:07.815 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="kzuEByEyMPUNMTU2NTQ4MjU2NzgxNZorigbfrHXklqGdflc6Tlc=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.815 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Content-Length: 0
19:16:07.815 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.815 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.815 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.815 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:46767 requested authentication
19:16:07.815 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authorization challenge processed
19:16:07.815 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication failed
19:16:07.815 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:49354<->127.0.0.1:46767
19:16:07.815 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.817 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.817 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.817 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:46767
19:16:07.817 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /digest HTTP/1.1
19:16:07.817 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.817 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.817 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> PUT /digest HTTP/1.1
19:16:07.817 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Content-Type: application/json; charset=utf-8
19:16:07.817 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Content-Length: 30
19:16:07.817 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Host: localhost:46767
19:16:07.817 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Connection: Keep-Alive
19:16:07.817 [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.817 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Accept-Encoding: gzip,deflate
19:16:07.817 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "PUT /digest HTTP/1.1[\r][\n]"
19:16:07.817 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.817 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Content-Length: 30[\r][\n]"
19:16:07.817 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Host: localhost:46767[\r][\n]"
19:16:07.817 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.817 [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.817 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.817 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "[\r][\n]"
19:16:07.817 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "{"alpha":"bravo","charlie":42}"
19:16:07.818 [XNIO-102 task-3] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46767]} response {}}
19:16:07.819 [XNIO-102 task-3] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.819 [XNIO-102 task-3] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@6c34b212 for /digest
19:16:07.819 [XNIO-102 task-3] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46767]} response {}}
19:16:07.819 [XNIO-102 task-3] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.819 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.819 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Connection: keep-alive[\r][\n]"
19:16:07.819 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="Ilbou2BPZxwNMTU2NTQ4MjU2NzgxOR5sA7Cz9N+GDwdnrSfjMwk=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.819 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Content-Length: 0[\r][\n]"
19:16:07.819 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.819 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "[\r][\n]"
19:16:07.819 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << HTTP/1.1 401 Unauthorized
19:16:07.819 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Connection: keep-alive
19:16:07.819 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="Ilbou2BPZxwNMTU2NTQ4MjU2NzgxOR5sA7Cz9N+GDwdnrSfjMwk=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.819 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Content-Length: 0
19:16:07.819 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.819 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.819 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.819 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:46767 requested authentication
19:16:07.820 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.820 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.820 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.820 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.820 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Basic authentication scheme not available
19:16:07.820 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [DIGEST [complete=true, nonce=null, nc=0]]
19:16:07.820 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /digest HTTP/1.1
19:16:07.820 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.820 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using digest scheme
19:16:07.820 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.820 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> PUT /digest HTTP/1.1
19:16:07.820 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Content-Type: application/json; charset=utf-8
19:16:07.820 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Content-Length: 30
19:16:07.820 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Host: localhost:46767
19:16:07.820 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Connection: Keep-Alive
19:16:07.820 [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.820 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Accept-Encoding: gzip,deflate
19:16:07.820 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 >> Authorization: Digest username="nobody", realm="DigestTesting", nonce="Ilbou2BPZxwNMTU2NTQ4MjU2NzgxOR5sA7Cz9N+GDwdnrSfjMwk=", uri="/digest", response="219c1c8001b5731f7c300bf295ee7de7", qop=auth, nc=00000001, cnonce="a3cdfd4cc0318793", algorithm=MD5, opaque="00000000000000000000000000000000"
19:16:07.820 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "PUT /digest HTTP/1.1[\r][\n]"
19:16:07.820 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.820 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Content-Length: 30[\r][\n]"
19:16:07.820 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Host: localhost:46767[\r][\n]"
19:16:07.820 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.820 [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.820 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.820 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "Authorization: Digest username="nobody", realm="DigestTesting", nonce="Ilbou2BPZxwNMTU2NTQ4MjU2NzgxOR5sA7Cz9N+GDwdnrSfjMwk=", uri="/digest", response="219c1c8001b5731f7c300bf295ee7de7", qop=auth, nc=00000001, cnonce="a3cdfd4cc0318793", algorithm=MD5, opaque="00000000000000000000000000000000"[\r][\n]"
19:16:07.820 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "[\r][\n]"
19:16:07.820 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 >> "{"alpha":"bravo","charlie":42}"
19:16:07.826 [XNIO-102 task-4] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="Ilbou2BPZxwNMTU2NTQ4MjU2NzgxOR5sA7Cz9N+GDwdnrSfjMwk=", uri="/digest", response="219c1c8001b5731f7c300bf295ee7de7", qop=auth, nc=00000001, cnonce="a3cdfd4cc0318793", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46767]} response {}}
19:16:07.827 [XNIO-102 task-4] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.827 [XNIO-102 task-4] DEBUG ersatz.undertow.request.security - Found digest header Digest username="nobody", realm="DigestTesting", nonce="Ilbou2BPZxwNMTU2NTQ4MjU2NzgxOR5sA7Cz9N+GDwdnrSfjMwk=", uri="/digest", response="219c1c8001b5731f7c300bf295ee7de7", qop=auth, nc=00000001, cnonce="a3cdfd4cc0318793", algorithm=MD5, opaque="00000000000000000000000000000000" in HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="Ilbou2BPZxwNMTU2NTQ4MjU2NzgxOR5sA7Cz9N+GDwdnrSfjMwk=", uri="/digest", response="219c1c8001b5731f7c300bf295ee7de7", qop=auth, nc=00000001, cnonce="a3cdfd4cc0318793", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46767]} response {}}
19:16:07.827 [XNIO-102 task-4] DEBUG ersatz.undertow.request.security - Authentication failed with message UT000038: Authentication failed, requested user name 'nobody' and mechanism DIGEST for HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="Ilbou2BPZxwNMTU2NTQ4MjU2NzgxOR5sA7Cz9N+GDwdnrSfjMwk=", uri="/digest", response="219c1c8001b5731f7c300bf295ee7de7", qop=auth, nc=00000001, cnonce="a3cdfd4cc0318793", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46767]} response {}}
19:16:07.827 [XNIO-102 task-4] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_AUTHENTICATED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@6c34b212 for /digest
19:16:07.827 [XNIO-102 task-4] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="Ilbou2BPZxwNMTU2NTQ4MjU2NzgxOR5sA7Cz9N+GDwdnrSfjMwk=", uri="/digest", response="219c1c8001b5731f7c300bf295ee7de7", qop=auth, nc=00000001, cnonce="a3cdfd4cc0318793", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46767]} response {}}
19:16:07.827 [XNIO-102 task-4] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.828 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.828 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Connection: keep-alive[\r][\n]"
19:16:07.828 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="1+flD6mquyINMTU2NTQ4MjU2NzgyN9CSQ13uGlpF7xy3dSDE8+Y=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.828 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Content-Length: 0[\r][\n]"
19:16:07.828 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.828 [Test worker] DEBUG org.apache.http.wire - http-outgoing-99 << "[\r][\n]"
19:16:07.828 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << HTTP/1.1 401 Unauthorized
19:16:07.828 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Connection: keep-alive
19:16:07.828 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="1+flD6mquyINMTU2NTQ4MjU2NzgyN9CSQ13uGlpF7xy3dSDE8+Y=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.828 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Content-Length: 0
19:16:07.828 [Test worker] DEBUG org.apache.http.headers - http-outgoing-99 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.828 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.828 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.828 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:46767 requested authentication
19:16:07.828 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authorization challenge processed
19:16:07.828 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication failed
19:16:07.828 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:49354<->127.0.0.1:46767
19:16:07.828 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.830 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@7fc41fb5
19:16:07.834 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@2facdfca
19:16:07.836 [XNIO-103 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 I/O-1', selector sun.nio.ch.EPollSelectorImpl@2f4fc054
19:16:07.837 [XNIO-103 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 I/O-2', selector sun.nio.ch.EPollSelectorImpl@67a4fe2d
19:16:07.838 [XNIO-103 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 I/O-3', selector sun.nio.ch.EPollSelectorImpl@1de09a90
19:16:07.838 [XNIO-103 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 I/O-4', selector sun.nio.ch.EPollSelectorImpl@5456e91
19:16:07.842 [XNIO-103 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 I/O-5', selector sun.nio.ch.EPollSelectorImpl@120b24a4
19:16:07.845 [XNIO-103 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 I/O-7', selector sun.nio.ch.EPollSelectorImpl@4fe65c76
19:16:07.845 [XNIO-103 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 I/O-6', selector sun.nio.ch.EPollSelectorImpl@1c71a3b7
19:16:07.850 [XNIO-103 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 I/O-8', selector sun.nio.ch.EPollSelectorImpl@6a9930ac
19:16:07.851 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.851 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.854 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.855 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.855 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:42391
19:16:07.855 [XNIO-103 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-103 Accept', selector sun.nio.ch.EPollSelectorImpl@5c800f38
19:16:07.855 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:42391
19:16:07.855 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:42391
19:16:07.855 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:42391 with timeout 0
19:16:07.855 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:07.855 [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.855 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:07.888 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:07.888 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:07.888 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:07.888 [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.888 [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.888 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:56228<->127.0.0.1:42391
19:16:07.888 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /digest HTTP/1.1
19:16:07.888 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.888 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.888 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> PUT /digest HTTP/1.1
19:16:07.888 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Content-Type: application/json; charset=utf-8
19:16:07.888 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Content-Length: 30
19:16:07.888 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Host: localhost:42391
19:16:07.888 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Connection: Keep-Alive
19:16:07.888 [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.888 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Accept-Encoding: gzip,deflate
19:16:07.888 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "PUT /digest HTTP/1.1[\r][\n]"
19:16:07.888 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.888 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Content-Length: 30[\r][\n]"
19:16:07.888 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Host: localhost:42391[\r][\n]"
19:16:07.888 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.888 [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.888 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.888 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "[\r][\n]"
19:16:07.888 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "{"alpha":"bravo","charlie":42}"
19:16:07.890 [XNIO-103 task-3] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42391]} response {}}
19:16:07.890 [XNIO-103 task-3] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.891 [XNIO-103 task-3] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@144b912d for /digest
19:16:07.891 [XNIO-103 task-3] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42391]} response {}}
19:16:07.891 [XNIO-103 task-3] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.891 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.891 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Connection: keep-alive[\r][\n]"
19:16:07.891 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="C74FsNViCr8NMTU2NTQ4MjU2Nzg5MU2nGUnIMxo7xu0H+Lq7H6k=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.891 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Content-Length: 0[\r][\n]"
19:16:07.891 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.891 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "[\r][\n]"
19:16:07.891 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << HTTP/1.1 401 Unauthorized
19:16:07.891 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Connection: keep-alive
19:16:07.891 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="C74FsNViCr8NMTU2NTQ4MjU2Nzg5MU2nGUnIMxo7xu0H+Lq7H6k=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.891 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Content-Length: 0
19:16:07.891 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.892 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.892 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.892 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:42391 requested authentication
19:16:07.892 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.892 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.892 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.892 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.892 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Basic authentication scheme not available
19:16:07.892 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [DIGEST [complete=true, nonce=null, nc=0]]
19:16:07.892 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /digest HTTP/1.1
19:16:07.892 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.892 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using digest scheme
19:16:07.892 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.892 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> PUT /digest HTTP/1.1
19:16:07.892 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Content-Type: application/json; charset=utf-8
19:16:07.892 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Content-Length: 30
19:16:07.892 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Host: localhost:42391
19:16:07.892 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Connection: Keep-Alive
19:16:07.892 [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.892 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Accept-Encoding: gzip,deflate
19:16:07.892 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Authorization: Digest username="nobody", realm="DigestTesting", nonce="C74FsNViCr8NMTU2NTQ4MjU2Nzg5MU2nGUnIMxo7xu0H+Lq7H6k=", uri="/digest", response="64faca91cb0493befd61436242054bc9", qop=auth, nc=00000001, cnonce="819705b94a696bcd", algorithm=MD5, opaque="00000000000000000000000000000000"
19:16:07.892 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "PUT /digest HTTP/1.1[\r][\n]"
19:16:07.892 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.892 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Content-Length: 30[\r][\n]"
19:16:07.892 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Host: localhost:42391[\r][\n]"
19:16:07.892 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.892 [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.892 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.892 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Authorization: Digest username="nobody", realm="DigestTesting", nonce="C74FsNViCr8NMTU2NTQ4MjU2Nzg5MU2nGUnIMxo7xu0H+Lq7H6k=", uri="/digest", response="64faca91cb0493befd61436242054bc9", qop=auth, nc=00000001, cnonce="819705b94a696bcd", algorithm=MD5, opaque="00000000000000000000000000000000"[\r][\n]"
19:16:07.892 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "[\r][\n]"
19:16:07.892 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "{"alpha":"bravo","charlie":42}"
19:16:07.898 [XNIO-103 task-4] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="C74FsNViCr8NMTU2NTQ4MjU2Nzg5MU2nGUnIMxo7xu0H+Lq7H6k=", uri="/digest", response="64faca91cb0493befd61436242054bc9", qop=auth, nc=00000001, cnonce="819705b94a696bcd", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42391]} response {}}
19:16:07.899 [XNIO-103 task-4] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.899 [XNIO-103 task-4] DEBUG ersatz.undertow.request.security - Found digest header Digest username="nobody", realm="DigestTesting", nonce="C74FsNViCr8NMTU2NTQ4MjU2Nzg5MU2nGUnIMxo7xu0H+Lq7H6k=", uri="/digest", response="64faca91cb0493befd61436242054bc9", qop=auth, nc=00000001, cnonce="819705b94a696bcd", algorithm=MD5, opaque="00000000000000000000000000000000" in HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="C74FsNViCr8NMTU2NTQ4MjU2Nzg5MU2nGUnIMxo7xu0H+Lq7H6k=", uri="/digest", response="64faca91cb0493befd61436242054bc9", qop=auth, nc=00000001, cnonce="819705b94a696bcd", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42391]} response {}}
19:16:07.899 [XNIO-103 task-4] DEBUG ersatz.undertow.request.security - Authentication failed with message UT000038: Authentication failed, requested user name 'nobody' and mechanism DIGEST for HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="C74FsNViCr8NMTU2NTQ4MjU2Nzg5MU2nGUnIMxo7xu0H+Lq7H6k=", uri="/digest", response="64faca91cb0493befd61436242054bc9", qop=auth, nc=00000001, cnonce="819705b94a696bcd", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42391]} response {}}
19:16:07.899 [XNIO-103 task-4] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_AUTHENTICATED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@144b912d for /digest
19:16:07.899 [XNIO-103 task-4] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="C74FsNViCr8NMTU2NTQ4MjU2Nzg5MU2nGUnIMxo7xu0H+Lq7H6k=", uri="/digest", response="64faca91cb0493befd61436242054bc9", qop=auth, nc=00000001, cnonce="819705b94a696bcd", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42391]} response {}}
19:16:07.899 [XNIO-103 task-4] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.900 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.900 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Connection: keep-alive[\r][\n]"
19:16:07.900 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="SyP3HhlfC1wNMTU2NTQ4MjU2Nzg5OevSlBmeyiqRAR7fn0ka2vs=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.900 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Content-Length: 0[\r][\n]"
19:16:07.900 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.900 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "[\r][\n]"
19:16:07.900 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << HTTP/1.1 401 Unauthorized
19:16:07.900 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Connection: keep-alive
19:16:07.900 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="SyP3HhlfC1wNMTU2NTQ4MjU2Nzg5OevSlBmeyiqRAR7fn0ka2vs=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.900 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Content-Length: 0
19:16:07.900 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.900 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.900 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.900 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:42391 requested authentication
19:16:07.900 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authorization challenge processed
19:16:07.900 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication failed
19:16:07.900 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:56228<->127.0.0.1:42391
19:16:07.900 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.901 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.901 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.901 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:42391
19:16:07.901 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /digest HTTP/1.1
19:16:07.902 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.902 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.902 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> PUT /digest HTTP/1.1
19:16:07.902 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Content-Type: application/json; charset=utf-8
19:16:07.902 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Content-Length: 30
19:16:07.902 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Host: localhost:42391
19:16:07.902 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Connection: Keep-Alive
19:16:07.902 [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.902 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Accept-Encoding: gzip,deflate
19:16:07.902 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "PUT /digest HTTP/1.1[\r][\n]"
19:16:07.902 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.902 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Content-Length: 30[\r][\n]"
19:16:07.902 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Host: localhost:42391[\r][\n]"
19:16:07.902 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.902 [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.902 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.902 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "[\r][\n]"
19:16:07.902 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "{"alpha":"bravo","charlie":42}"
19:16:07.906 [XNIO-103 task-5] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42391]} response {}}
19:16:07.907 [XNIO-103 task-5] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.907 [XNIO-103 task-5] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_ATTEMPTED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@144b912d for /digest
19:16:07.907 [XNIO-103 task-5] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42391]} response {}}
19:16:07.907 [XNIO-103 task-5] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.907 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.907 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Connection: keep-alive[\r][\n]"
19:16:07.907 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="x8aLg6e88AANMTU2NTQ4MjU2NzkwNxiAJtB+Te3jrYSjB3tOze0=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.907 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Content-Length: 0[\r][\n]"
19:16:07.907 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.907 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "[\r][\n]"
19:16:07.907 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << HTTP/1.1 401 Unauthorized
19:16:07.907 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Connection: keep-alive
19:16:07.907 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="x8aLg6e88AANMTU2NTQ4MjU2NzkwNxiAJtB+Te3jrYSjB3tOze0=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.907 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Content-Length: 0
19:16:07.907 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.907 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.908 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.908 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:42391 requested authentication
19:16:07.908 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Authentication schemes in the order of preference: [Negotiate, Kerberos, NTLM, Digest, Basic]
19:16:07.908 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Negotiate authentication scheme not available
19:16:07.908 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Kerberos authentication scheme not available
19:16:07.908 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for NTLM authentication scheme not available
19:16:07.908 [Test worker] DEBUG org.apache.http.impl.client.TargetAuthenticationStrategy - Challenge for Basic authentication scheme not available
19:16:07.908 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Selected authentication options: [DIGEST [complete=true, nonce=null, nc=0]]
19:16:07.908 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /digest HTTP/1.1
19:16:07.908 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: CHALLENGED
19:16:07.908 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Generating response to an authentication challenge using digest scheme
19:16:07.908 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.908 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> PUT /digest HTTP/1.1
19:16:07.908 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Content-Type: application/json; charset=utf-8
19:16:07.908 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Content-Length: 30
19:16:07.908 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Host: localhost:42391
19:16:07.908 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Connection: Keep-Alive
19:16:07.908 [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.908 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Accept-Encoding: gzip,deflate
19:16:07.908 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 >> Authorization: Digest username="nobody", realm="DigestTesting", nonce="x8aLg6e88AANMTU2NTQ4MjU2NzkwNxiAJtB+Te3jrYSjB3tOze0=", uri="/digest", response="41143c5804aca8b25c19e0f42b0a149b", qop=auth, nc=00000001, cnonce="dfc236c9cb790fbd", algorithm=MD5, opaque="00000000000000000000000000000000"
19:16:07.908 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "PUT /digest HTTP/1.1[\r][\n]"
19:16:07.908 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.908 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Content-Length: 30[\r][\n]"
19:16:07.908 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Host: localhost:42391[\r][\n]"
19:16:07.908 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.908 [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.908 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.908 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "Authorization: Digest username="nobody", realm="DigestTesting", nonce="x8aLg6e88AANMTU2NTQ4MjU2NzkwNxiAJtB+Te3jrYSjB3tOze0=", uri="/digest", response="41143c5804aca8b25c19e0f42b0a149b", qop=auth, nc=00000001, cnonce="dfc236c9cb790fbd", algorithm=MD5, opaque="00000000000000000000000000000000"[\r][\n]"
19:16:07.908 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "[\r][\n]"
19:16:07.908 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 >> "{"alpha":"bravo","charlie":42}"
19:16:07.914 [XNIO-103 task-6] DEBUG ersatz.undertow.request.security - Setting authentication required for exchange HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="x8aLg6e88AANMTU2NTQ4MjU2NzkwNxiAJtB+Te3jrYSjB3tOze0=", uri="/digest", response="41143c5804aca8b25c19e0f42b0a149b", qop=auth, nc=00000001, cnonce="dfc236c9cb790fbd", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42391]} response {}}
19:16:07.914 [XNIO-103 task-6] DEBUG ersatz.undertow.request.security - Attempting to authenticate /digest, authentication required: true
19:16:07.914 [XNIO-103 task-6] DEBUG ersatz.undertow.request.security - Found digest header Digest username="nobody", realm="DigestTesting", nonce="x8aLg6e88AANMTU2NTQ4MjU2NzkwNxiAJtB+Te3jrYSjB3tOze0=", uri="/digest", response="41143c5804aca8b25c19e0f42b0a149b", qop=auth, nc=00000001, cnonce="dfc236c9cb790fbd", algorithm=MD5, opaque="00000000000000000000000000000000" in HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="x8aLg6e88AANMTU2NTQ4MjU2NzkwNxiAJtB+Te3jrYSjB3tOze0=", uri="/digest", response="41143c5804aca8b25c19e0f42b0a149b", qop=auth, nc=00000001, cnonce="dfc236c9cb790fbd", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42391]} response {}}
19:16:07.914 [XNIO-103 task-6] DEBUG ersatz.undertow.request.security - Authentication failed with message UT000038: Authentication failed, requested user name 'nobody' and mechanism DIGEST for HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="x8aLg6e88AANMTU2NTQ4MjU2NzkwNxiAJtB+Te3jrYSjB3tOze0=", uri="/digest", response="41143c5804aca8b25c19e0f42b0a149b", qop=auth, nc=00000001, cnonce="dfc236c9cb790fbd", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42391]} response {}}
19:16:07.914 [XNIO-103 task-6] DEBUG ersatz.undertow.request.security - Authentication outcome was NOT_AUTHENTICATED with method ersatz.undertow.security.impl.DigestAuthenticationMechanism@144b912d for /digest
19:16:07.914 [XNIO-103 task-6] DEBUG ersatz.undertow.request.security - Sending authentication challenge for HttpServerExchange{ PUT /digest request {Connection=[Keep-Alive], Authorization=[Digest username="nobody", realm="DigestTesting", nonce="x8aLg6e88AANMTU2NTQ4MjU2NzkwNxiAJtB+Te3jrYSjB3tOze0=", uri="/digest", response="41143c5804aca8b25c19e0f42b0a149b", qop=auth, nc=00000001, cnonce="dfc236c9cb790fbd", algorithm=MD5, opaque="00000000000000000000000000000000"], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42391]} response {}}
19:16:07.914 [XNIO-103 task-6] DEBUG ersatz.undertow.request.security - Authentication result was CHALLENGE_SENT for /digest
19:16:07.915 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "HTTP/1.1 401 Unauthorized[\r][\n]"
19:16:07.915 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Connection: keep-alive[\r][\n]"
19:16:07.915 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="OJphIFKKPQENMTU2NTQ4MjU2NzkxNOhEdmI8hADda1OoymDxRlE=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"[\r][\n]"
19:16:07.915 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Content-Length: 0[\r][\n]"
19:16:07.915 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.915 [Test worker] DEBUG org.apache.http.wire - http-outgoing-100 << "[\r][\n]"
19:16:07.915 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << HTTP/1.1 401 Unauthorized
19:16:07.915 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Connection: keep-alive
19:16:07.915 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << WWW-Authenticate: Digest realm="DigestTesting",domain="localhost",nonce="OJphIFKKPQENMTU2NTQ4MjU2NzkxNOhEdmI8hADda1OoymDxRlE=",opaque="00000000000000000000000000000000",algorithm=MD5,qop="auth"
19:16:07.915 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Content-Length: 0
19:16:07.915 [Test worker] DEBUG org.apache.http.headers - http-outgoing-100 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.915 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.915 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication required
19:16:07.915 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - localhost:42391 requested authentication
19:16:07.915 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authorization challenge processed
19:16:07.915 [Test worker] DEBUG org.apache.http.impl.auth.HttpAuthenticator - Authentication failed
19:16:07.915 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:56228<->127.0.0.1:42391
19:16:07.916 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.916 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@2facdfca
19:16:07.921 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@2c80382d
19:16:07.922 [XNIO-104 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 I/O-1', selector sun.nio.ch.EPollSelectorImpl@501f7458
19:16:07.934 [XNIO-104 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 I/O-2', selector sun.nio.ch.EPollSelectorImpl@5556e6a9
19:16:07.935 [XNIO-104 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 I/O-3', selector sun.nio.ch.EPollSelectorImpl@74e8ef45
19:16:07.936 [XNIO-104 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 I/O-4', selector sun.nio.ch.EPollSelectorImpl@37ae0364
19:16:07.938 [XNIO-104 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 I/O-5', selector sun.nio.ch.EPollSelectorImpl@31b2ba72
19:16:07.938 [XNIO-104 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 I/O-7', selector sun.nio.ch.EPollSelectorImpl@366c557a
19:16:07.939 [XNIO-104 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 I/O-8', selector sun.nio.ch.EPollSelectorImpl@44b2f8b7
19:16:07.940 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.938 [XNIO-104 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 I/O-6', selector sun.nio.ch.EPollSelectorImpl@2daba7b1
19:16:07.940 [XNIO-104 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-104 Accept', selector sun.nio.ch.EPollSelectorImpl@55128867
19:16:07.941 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.947 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.947 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.947 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36475
19:16:07.947 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:36475
19:16:07.947 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:36475
19:16:07.947 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:36312<->127.0.0.1:36475
19:16:07.947 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /pass HTTP/1.1
19:16:07.947 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.947 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.947 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> PUT /pass HTTP/1.1
19:16:07.947 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> Content-Type: application/json; charset=utf-8
19:16:07.947 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> Content-Length: 30
19:16:07.947 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> Host: localhost:36475
19:16:07.947 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> Connection: Keep-Alive
19:16:07.947 [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.947 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> Accept-Encoding: gzip,deflate
19:16:07.947 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "PUT /pass HTTP/1.1[\r][\n]"
19:16:07.947 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.947 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "Content-Length: 30[\r][\n]"
19:16:07.947 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "Host: localhost:36475[\r][\n]"
19:16:07.947 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.947 [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.947 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.947 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "[\r][\n]"
19:16:07.947 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "{"alpha":"bravo","charlie":42}"
19:16:07.953 [XNIO-104 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /pass (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36475]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.954 [XNIO-104 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.954 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.955 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "Content-Encoding: gzip[\r][\n]"
19:16:07.955 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "Connection: keep-alive[\r][\n]"
19:16:07.955 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "Content-Type: text/plain[\r][\n]"
19:16:07.955 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "Content-Length: 27[\r][\n]"
19:16:07.955 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.955 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "[\r][\n]"
19:16:07.955 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "[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.955 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << HTTP/1.1 200 OK
19:16:07.955 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << Content-Encoding: gzip
19:16:07.955 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << Connection: keep-alive
19:16:07.955 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << Content-Type: text/plain
19:16:07.955 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << Content-Length: 27
19:16:07.955 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.955 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.955 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:36312<->127.0.0.1:36475
19:16:07.955 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.958 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.958 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.958 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36475
19:16:07.958 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /pass HTTP/1.1
19:16:07.958 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.958 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.958 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> PUT /pass HTTP/1.1
19:16:07.958 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> Content-Type: application/json; charset=utf-8
19:16:07.958 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> Content-Length: 30
19:16:07.958 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> Host: localhost:36475
19:16:07.958 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> Connection: Keep-Alive
19:16:07.958 [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.958 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 >> Accept-Encoding: gzip,deflate
19:16:07.958 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "PUT /pass HTTP/1.1[\r][\n]"
19:16:07.958 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.958 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "Content-Length: 30[\r][\n]"
19:16:07.959 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "Host: localhost:36475[\r][\n]"
19:16:07.959 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.959 [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.959 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.959 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "[\r][\n]"
19:16:07.959 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 >> "{"alpha":"bravo","charlie":42}"
19:16:07.963 [XNIO-104 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /pass (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36475]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.964 [XNIO-104 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:07.964 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "HTTP/1.1 200 OK[\r][\n]"
19:16:07.964 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "Content-Encoding: gzip[\r][\n]"
19:16:07.964 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "Connection: keep-alive[\r][\n]"
19:16:07.964 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "Content-Type: text/plain[\r][\n]"
19:16:07.964 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "Content-Length: 27[\r][\n]"
19:16:07.964 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.964 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "[\r][\n]"
19:16:07.964 [Test worker] DEBUG org.apache.http.wire - http-outgoing-101 << "[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.964 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << HTTP/1.1 200 OK
19:16:07.965 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << Content-Encoding: gzip
19:16:07.965 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << Connection: keep-alive
19:16:07.965 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << Content-Type: text/plain
19:16:07.965 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << Content-Length: 27
19:16:07.965 [Test worker] DEBUG org.apache.http.headers - http-outgoing-101 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.965 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.965 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:36312<->127.0.0.1:36475
19:16:07.965 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.965 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@2c80382d
19:16:07.971 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@3b441fc5
19:16:07.972 [XNIO-105 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 I/O-2', selector sun.nio.ch.EPollSelectorImpl@70964379
19:16:07.972 [XNIO-105 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 I/O-1', selector sun.nio.ch.EPollSelectorImpl@431c6ec2
19:16:07.974 [XNIO-105 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 I/O-3', selector sun.nio.ch.EPollSelectorImpl@26d6c066
19:16:07.974 [XNIO-105 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 I/O-4', selector sun.nio.ch.EPollSelectorImpl@18f71409
19:16:07.978 [XNIO-105 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 I/O-5', selector sun.nio.ch.EPollSelectorImpl@4863ded6
19:16:07.978 [XNIO-105 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 I/O-6', selector sun.nio.ch.EPollSelectorImpl@4086f9fd
19:16:07.979 [XNIO-105 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 I/O-7', selector sun.nio.ch.EPollSelectorImpl@78c83873
19:16:07.979 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:07.979 [XNIO-105 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 I/O-8', selector sun.nio.ch.EPollSelectorImpl@65a66130
19:16:07.979 [XNIO-105 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-105 Accept', selector sun.nio.ch.EPollSelectorImpl@2ca42bb7
19:16:07.979 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.984 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.984 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.984 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:33945
19:16:07.984 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:33945
19:16:07.984 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:33945
19:16:07.985 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:49480<->127.0.0.1:33945
19:16:07.985 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:07.985 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.985 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.985 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> PUT /handling HTTP/1.1
19:16:07.985 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> Content-Type: application/json; charset=utf-8
19:16:07.985 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> Content-Length: 30
19:16:07.985 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> Host: localhost:33945
19:16:07.985 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> Connection: Keep-Alive
19:16:07.985 [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.985 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> Accept-Encoding: gzip,deflate
19:16:07.985 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:07.985 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.985 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "Content-Length: 30[\r][\n]"
19:16:07.985 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "Host: localhost:33945[\r][\n]"
19:16:07.985 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.985 [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.985 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.985 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "[\r][\n]"
19:16:07.985 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "{"alpha":"bravo","charlie":42}"
19:16:07.987 [XNIO-105 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33945]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.987 [XNIO-105 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.988 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "HTTP/1.1 205 Reset Content[\r][\n]"
19:16:07.988 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "Connection: keep-alive[\r][\n]"
19:16:07.988 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "Content-Length: 0[\r][\n]"
19:16:07.988 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.988 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "[\r][\n]"
19:16:07.988 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 << HTTP/1.1 205 Reset Content
19:16:07.988 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 << Connection: keep-alive
19:16:07.988 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 << Content-Length: 0
19:16:07.988 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.988 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.988 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:49480<->127.0.0.1:33945
19:16:07.988 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.989 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:07.989 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:07.989 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:33945
19:16:07.989 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:07.989 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:07.989 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:07.989 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> PUT /handling HTTP/1.1
19:16:07.989 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> Content-Type: application/json; charset=utf-8
19:16:07.989 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> Content-Length: 30
19:16:07.989 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> Host: localhost:33945
19:16:07.989 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> Connection: Keep-Alive
19:16:07.989 [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.989 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 >> Accept-Encoding: gzip,deflate
19:16:07.989 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:07.989 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:07.989 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "Content-Length: 30[\r][\n]"
19:16:07.989 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "Host: localhost:33945[\r][\n]"
19:16:07.989 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "Connection: Keep-Alive[\r][\n]"
19:16:07.989 [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.989 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:07.989 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "[\r][\n]"
19:16:07.989 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 >> "{"alpha":"bravo","charlie":42}"
19:16:07.990 [XNIO-105 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:33945]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:07.991 [XNIO-105 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:07.991 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "HTTP/1.1 205 Reset Content[\r][\n]"
19:16:07.991 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "Connection: keep-alive[\r][\n]"
19:16:07.991 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "Content-Length: 0[\r][\n]"
19:16:07.991 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:07.991 [Test worker] DEBUG org.apache.http.wire - http-outgoing-102 << "[\r][\n]"
19:16:07.991 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 << HTTP/1.1 205 Reset Content
19:16:07.991 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 << Connection: keep-alive
19:16:07.991 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 << Content-Length: 0
19:16:07.991 [Test worker] DEBUG org.apache.http.headers - http-outgoing-102 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:07.991 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:07.991 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:49480<->127.0.0.1:33945
19:16:07.991 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:07.991 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@3b441fc5
19:16:07.994 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@5da54e40
19:16:07.998 [XNIO-106 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 I/O-1', selector sun.nio.ch.EPollSelectorImpl@59ad20a7
19:16:07.998 [XNIO-106 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 I/O-3', selector sun.nio.ch.EPollSelectorImpl@5ced8035
19:16:08.002 [XNIO-106 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 I/O-5', selector sun.nio.ch.EPollSelectorImpl@121dbbca
19:16:08.004 [XNIO-106 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 I/O-6', selector sun.nio.ch.EPollSelectorImpl@4696d2ac
19:16:08.005 [XNIO-106 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 I/O-7', selector sun.nio.ch.EPollSelectorImpl@6b5fad70
19:16:08.005 [XNIO-106 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 I/O-8', selector sun.nio.ch.EPollSelectorImpl@1610ebad
19:16:08.005 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.005 [XNIO-106 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 Accept', selector sun.nio.ch.EPollSelectorImpl@5f59b5d
19:16:08.005 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:07.998 [XNIO-106 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 I/O-2', selector sun.nio.ch.EPollSelectorImpl@770aa624
19:16:08.002 [XNIO-106 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-106 I/O-4', selector sun.nio.ch.EPollSelectorImpl@6300577a
19:16:08.007 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.007 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.007 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40761
19:16:08.007 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:40761
19:16:08.007 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:40761
19:16:08.008 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:42504<->127.0.0.1:40761
19:16:08.008 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.008 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.008 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.008 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> PUT /handling HTTP/1.1
19:16:08.008 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> Content-Type: application/json; charset=utf-8
19:16:08.008 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> Content-Length: 30
19:16:08.008 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> Host: localhost:40761
19:16:08.008 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> Connection: Keep-Alive
19:16:08.008 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.008 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> Accept-Encoding: gzip,deflate
19:16:08.008 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.008 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.008 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "Content-Length: 30[\r][\n]"
19:16:08.008 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "Host: localhost:40761[\r][\n]"
19:16:08.008 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.008 [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:08.008 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.008 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "[\r][\n]"
19:16:08.008 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "{"alpha":"bravo","charlie":42}"
19:16:08.008 [XNIO-106 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40761]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.009 [XNIO-106 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.009 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "HTTP/1.1 210 Unknown[\r][\n]"
19:16:08.009 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "Connection: keep-alive[\r][\n]"
19:16:08.009 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "Content-Length: 0[\r][\n]"
19:16:08.009 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.009 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "[\r][\n]"
19:16:08.009 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 << HTTP/1.1 210 Unknown
19:16:08.009 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 << Connection: keep-alive
19:16:08.009 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 << Content-Length: 0
19:16:08.009 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.009 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.009 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:42504<->127.0.0.1:40761
19:16:08.009 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.010 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.010 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.010 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40761
19:16:08.010 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.010 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.010 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.010 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> PUT /handling HTTP/1.1
19:16:08.010 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> Content-Type: application/json; charset=utf-8
19:16:08.010 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> Content-Length: 30
19:16:08.010 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> Host: localhost:40761
19:16:08.010 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> Connection: Keep-Alive
19:16:08.010 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.010 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 >> Accept-Encoding: gzip,deflate
19:16:08.010 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.010 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.010 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "Content-Length: 30[\r][\n]"
19:16:08.010 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "Host: localhost:40761[\r][\n]"
19:16:08.010 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.010 [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:08.010 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.010 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "[\r][\n]"
19:16:08.010 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 >> "{"alpha":"bravo","charlie":42}"
19:16:08.011 [XNIO-106 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40761]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.011 [XNIO-106 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.011 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "HTTP/1.1 210 Unknown[\r][\n]"
19:16:08.012 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "Connection: keep-alive[\r][\n]"
19:16:08.012 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "Content-Length: 0[\r][\n]"
19:16:08.012 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.012 [Test worker] DEBUG org.apache.http.wire - http-outgoing-103 << "[\r][\n]"
19:16:08.012 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 << HTTP/1.1 210 Unknown
19:16:08.012 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 << Connection: keep-alive
19:16:08.012 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 << Content-Length: 0
19:16:08.012 [Test worker] DEBUG org.apache.http.headers - http-outgoing-103 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.012 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.012 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:42504<->127.0.0.1:40761
19:16:08.012 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.012 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@5da54e40
19:16:08.015 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@4e76799d
19:16:08.016 [XNIO-107 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 I/O-2', selector sun.nio.ch.EPollSelectorImpl@21741b59
19:16:08.016 [XNIO-107 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 I/O-1', selector sun.nio.ch.EPollSelectorImpl@3f4c2c2f
19:16:08.016 [XNIO-107 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 I/O-3', selector sun.nio.ch.EPollSelectorImpl@6d454d58
19:16:08.016 [XNIO-107 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 I/O-4', selector sun.nio.ch.EPollSelectorImpl@1ad44e9e
19:16:08.018 [XNIO-107 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 I/O-5', selector sun.nio.ch.EPollSelectorImpl@4086f71a
19:16:08.018 [XNIO-107 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 I/O-7', selector sun.nio.ch.EPollSelectorImpl@6daeaf77
19:16:08.018 [XNIO-107 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 I/O-6', selector sun.nio.ch.EPollSelectorImpl@d56243e
19:16:08.019 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.019 [XNIO-107 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 Accept', selector sun.nio.ch.EPollSelectorImpl@11e02bbc
19:16:08.019 [XNIO-107 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-107 I/O-8', selector sun.nio.ch.EPollSelectorImpl@183a6eb6
19:16:08.019 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.021 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.021 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.021 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:43155
19:16:08.021 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:43155
19:16:08.021 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:43155
19:16:08.021 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:50036<->127.0.0.1:43155
19:16:08.021 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.021 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.021 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.021 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> PUT /handling HTTP/1.1
19:16:08.021 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> Content-Type: application/json; charset=utf-8
19:16:08.021 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> Content-Length: 30
19:16:08.021 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> Host: localhost:43155
19:16:08.021 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> Connection: Keep-Alive
19:16:08.021 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.021 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> Accept-Encoding: gzip,deflate
19:16:08.021 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.021 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.021 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "Content-Length: 30[\r][\n]"
19:16:08.021 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "Host: localhost:43155[\r][\n]"
19:16:08.021 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.021 [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:08.021 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.021 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "[\r][\n]"
19:16:08.021 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "{"alpha":"bravo","charlie":42}"
19:16:08.022 [XNIO-107 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43155]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.023 [XNIO-107 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.023 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "HTTP/1.1 211 Unknown[\r][\n]"
19:16:08.023 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "Connection: keep-alive[\r][\n]"
19:16:08.023 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "Content-Length: 0[\r][\n]"
19:16:08.023 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.023 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "[\r][\n]"
19:16:08.023 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << HTTP/1.1 211 Unknown
19:16:08.023 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << Connection: keep-alive
19:16:08.023 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << Content-Length: 0
19:16:08.023 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.023 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.023 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:50036<->127.0.0.1:43155
19:16:08.023 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.024 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.024 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.024 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:43155
19:16:08.024 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.024 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.024 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.024 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> PUT /handling HTTP/1.1
19:16:08.024 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> Content-Type: application/json; charset=utf-8
19:16:08.024 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> Content-Length: 30
19:16:08.024 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> Host: localhost:43155
19:16:08.024 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> Connection: Keep-Alive
19:16:08.024 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.024 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 >> Accept-Encoding: gzip,deflate
19:16:08.024 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.024 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.024 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "Content-Length: 30[\r][\n]"
19:16:08.024 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "Host: localhost:43155[\r][\n]"
19:16:08.024 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.024 [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:08.024 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.024 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "[\r][\n]"
19:16:08.024 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 >> "{"alpha":"bravo","charlie":42}"
19:16:08.025 [XNIO-107 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:43155]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.026 [XNIO-107 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.026 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "HTTP/1.1 211 Unknown[\r][\n]"
19:16:08.026 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "Connection: keep-alive[\r][\n]"
19:16:08.026 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "Content-Length: 0[\r][\n]"
19:16:08.026 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.026 [Test worker] DEBUG org.apache.http.wire - http-outgoing-104 << "[\r][\n]"
19:16:08.026 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << HTTP/1.1 211 Unknown
19:16:08.026 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << Connection: keep-alive
19:16:08.026 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << Content-Length: 0
19:16:08.026 [Test worker] DEBUG org.apache.http.headers - http-outgoing-104 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.026 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.026 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:50036<->127.0.0.1:43155
19:16:08.026 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.027 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@4e76799d
19:16:08.031 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@590ccebd
19:16:08.032 [XNIO-108 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 I/O-3', selector sun.nio.ch.EPollSelectorImpl@20fc69fd
19:16:08.032 [XNIO-108 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 I/O-1', selector sun.nio.ch.EPollSelectorImpl@604d036e
19:16:08.034 [XNIO-108 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 I/O-4', selector sun.nio.ch.EPollSelectorImpl@c8aa5e1
19:16:08.032 [XNIO-108 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 I/O-2', selector sun.nio.ch.EPollSelectorImpl@4f83a86b
19:16:08.038 [XNIO-108 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 I/O-6', selector sun.nio.ch.EPollSelectorImpl@1a7e6a9f
19:16:08.038 [XNIO-108 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 I/O-5', selector sun.nio.ch.EPollSelectorImpl@278268c2
19:16:08.038 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.038 [XNIO-108 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 I/O-7', selector sun.nio.ch.EPollSelectorImpl@6299fbd9
19:16:08.038 [XNIO-108 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 I/O-8', selector sun.nio.ch.EPollSelectorImpl@64600ae3
19:16:08.039 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.041 [XNIO-108 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-108 Accept', selector sun.nio.ch.EPollSelectorImpl@196ce9f2
19:16:08.045 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.045 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.045 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:37571
19:16:08.045 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:37571
19:16:08.045 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:37571
19:16:08.045 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:42300<->127.0.0.1:37571
19:16:08.045 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.045 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.045 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.045 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> PUT /handling HTTP/1.1
19:16:08.045 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> Content-Type: application/json; charset=utf-8
19:16:08.045 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> Content-Length: 30
19:16:08.045 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> Host: localhost:37571
19:16:08.045 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> Connection: Keep-Alive
19:16:08.045 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.045 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> Accept-Encoding: gzip,deflate
19:16:08.045 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.045 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.045 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "Content-Length: 30[\r][\n]"
19:16:08.045 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "Host: localhost:37571[\r][\n]"
19:16:08.045 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.045 [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:08.045 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.045 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "[\r][\n]"
19:16:08.045 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "{"alpha":"bravo","charlie":42}"
19:16:08.046 [XNIO-108 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:37571]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.047 [XNIO-108 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.047 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "HTTP/1.1 205 Reset Content[\r][\n]"
19:16:08.047 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "Connection: keep-alive[\r][\n]"
19:16:08.047 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "Content-Length: 0[\r][\n]"
19:16:08.047 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.047 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "[\r][\n]"
19:16:08.047 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << HTTP/1.1 205 Reset Content
19:16:08.047 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << Connection: keep-alive
19:16:08.047 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << Content-Length: 0
19:16:08.047 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.047 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.047 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:42300<->127.0.0.1:37571
19:16:08.047 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.048 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.048 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.048 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:37571
19:16:08.048 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.048 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.048 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.048 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> PUT /handling HTTP/1.1
19:16:08.048 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> Content-Type: application/json; charset=utf-8
19:16:08.048 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> Content-Length: 30
19:16:08.048 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> Host: localhost:37571
19:16:08.048 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> Connection: Keep-Alive
19:16:08.048 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.048 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 >> Accept-Encoding: gzip,deflate
19:16:08.048 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.048 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.048 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "Content-Length: 30[\r][\n]"
19:16:08.048 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "Host: localhost:37571[\r][\n]"
19:16:08.048 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.048 [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:08.048 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.048 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "[\r][\n]"
19:16:08.048 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 >> "{"alpha":"bravo","charlie":42}"
19:16:08.049 [XNIO-108 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:37571]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.050 [XNIO-108 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.050 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "HTTP/1.1 205 Reset Content[\r][\n]"
19:16:08.050 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "Connection: keep-alive[\r][\n]"
19:16:08.050 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "Content-Length: 0[\r][\n]"
19:16:08.050 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.050 [Test worker] DEBUG org.apache.http.wire - http-outgoing-105 << "[\r][\n]"
19:16:08.050 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << HTTP/1.1 205 Reset Content
19:16:08.050 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << Connection: keep-alive
19:16:08.050 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << Content-Length: 0
19:16:08.050 [Test worker] DEBUG org.apache.http.headers - http-outgoing-105 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.050 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.051 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:42300<->127.0.0.1:37571
19:16:08.051 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.051 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@590ccebd
19:16:08.054 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@5c05ad8a
19:16:08.058 [XNIO-109 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 I/O-1', selector sun.nio.ch.EPollSelectorImpl@7ef93606
19:16:08.059 [XNIO-109 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 I/O-2', selector sun.nio.ch.EPollSelectorImpl@7125a165
19:16:08.059 [XNIO-109 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 I/O-3', selector sun.nio.ch.EPollSelectorImpl@163fb004
19:16:08.059 [XNIO-109 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 I/O-4', selector sun.nio.ch.EPollSelectorImpl@3a2f2a3b
19:16:08.059 [XNIO-109 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 I/O-5', selector sun.nio.ch.EPollSelectorImpl@3b599e1e
19:16:08.059 [XNIO-109 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 I/O-6', selector sun.nio.ch.EPollSelectorImpl@7b49e8ab
19:16:08.059 [XNIO-109 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 I/O-7', selector sun.nio.ch.EPollSelectorImpl@11e2cf77
19:16:08.060 [XNIO-109 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 I/O-8', selector sun.nio.ch.EPollSelectorImpl@1a0ec9fb
19:16:08.060 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.060 [XNIO-109 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-109 Accept', selector sun.nio.ch.EPollSelectorImpl@481220c3
19:16:08.060 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.062 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.062 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.062 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:46327
19:16:08.062 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:46327
19:16:08.063 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:46327
19:16:08.063 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:45112<->127.0.0.1:46327
19:16:08.063 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.063 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.063 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.063 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> PUT /handling HTTP/1.1
19:16:08.063 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> Content-Type: application/json; charset=utf-8
19:16:08.063 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> Content-Length: 30
19:16:08.063 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> Host: localhost:46327
19:16:08.063 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> Connection: Keep-Alive
19:16:08.063 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.063 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> Accept-Encoding: gzip,deflate
19:16:08.063 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.063 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.063 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "Content-Length: 30[\r][\n]"
19:16:08.063 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "Host: localhost:46327[\r][\n]"
19:16:08.063 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.063 [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:08.063 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.063 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "[\r][\n]"
19:16:08.063 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "{"alpha":"bravo","charlie":42}"
19:16:08.063 [XNIO-109 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46327]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.064 [XNIO-109 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.065 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "HTTP/1.1 210 Unknown[\r][\n]"
19:16:08.065 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "Connection: keep-alive[\r][\n]"
19:16:08.065 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "Content-Length: 0[\r][\n]"
19:16:08.065 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.065 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "[\r][\n]"
19:16:08.065 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << HTTP/1.1 210 Unknown
19:16:08.065 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << Connection: keep-alive
19:16:08.065 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << Content-Length: 0
19:16:08.065 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.065 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.065 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:45112<->127.0.0.1:46327
19:16:08.065 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.066 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.066 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.066 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:46327
19:16:08.066 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.066 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.066 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.066 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> PUT /handling HTTP/1.1
19:16:08.066 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> Content-Type: application/json; charset=utf-8
19:16:08.066 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> Content-Length: 30
19:16:08.066 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> Host: localhost:46327
19:16:08.066 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> Connection: Keep-Alive
19:16:08.066 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.066 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 >> Accept-Encoding: gzip,deflate
19:16:08.066 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.066 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.066 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "Content-Length: 30[\r][\n]"
19:16:08.066 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "Host: localhost:46327[\r][\n]"
19:16:08.066 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.066 [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:08.066 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.066 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "[\r][\n]"
19:16:08.066 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 >> "{"alpha":"bravo","charlie":42}"
19:16:08.069 [XNIO-109 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46327]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.070 [XNIO-109 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.071 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "HTTP/1.1 210 Unknown[\r][\n]"
19:16:08.071 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "Connection: keep-alive[\r][\n]"
19:16:08.071 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "Content-Length: 0[\r][\n]"
19:16:08.071 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.071 [Test worker] DEBUG org.apache.http.wire - http-outgoing-106 << "[\r][\n]"
19:16:08.071 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << HTTP/1.1 210 Unknown
19:16:08.071 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << Connection: keep-alive
19:16:08.071 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << Content-Length: 0
19:16:08.071 [Test worker] DEBUG org.apache.http.headers - http-outgoing-106 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.071 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.071 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:45112<->127.0.0.1:46327
19:16:08.071 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.071 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@5c05ad8a
19:16:08.074 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@60656a8f
19:16:08.081 [XNIO-110 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-110 I/O-1', selector sun.nio.ch.EPollSelectorImpl@23c1730a
19:16:08.081 [XNIO-110 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-110 I/O-2', selector sun.nio.ch.EPollSelectorImpl@4fe79e93
19:16:08.090 [XNIO-110 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-110 I/O-3', selector sun.nio.ch.EPollSelectorImpl@53605ad
19:16:08.091 [XNIO-110 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-110 I/O-6', selector sun.nio.ch.EPollSelectorImpl@68e12cd4
19:16:08.090 [XNIO-110 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-110 I/O-4', selector sun.nio.ch.EPollSelectorImpl@74b9f785
19:16:08.094 [XNIO-110 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-110 I/O-7', selector sun.nio.ch.EPollSelectorImpl@6fe997dc
19:16:08.094 [XNIO-110 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-110 I/O-8', selector sun.nio.ch.EPollSelectorImpl@3a519c64
19:16:08.097 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.098 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.100 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.100 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.100 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:34805
19:16:08.100 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:34805
19:16:08.100 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:34805
19:16:08.100 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:36242<->127.0.0.1:34805
19:16:08.100 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.100 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.100 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.100 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> PUT /handling HTTP/1.1
19:16:08.100 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> Content-Type: application/json; charset=utf-8
19:16:08.100 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> Content-Length: 30
19:16:08.100 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> Host: localhost:34805
19:16:08.100 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> Connection: Keep-Alive
19:16:08.100 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.100 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> Accept-Encoding: gzip,deflate
19:16:08.100 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.100 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.100 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "Content-Length: 30[\r][\n]"
19:16:08.100 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "Host: localhost:34805[\r][\n]"
19:16:08.100 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.100 [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:08.100 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.100 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "[\r][\n]"
19:16:08.100 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "{"alpha":"bravo","charlie":42}"
19:16:08.091 [XNIO-110 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-110 I/O-5', selector sun.nio.ch.EPollSelectorImpl@149fc9fd
19:16:08.097 [XNIO-110 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-110 Accept', selector sun.nio.ch.EPollSelectorImpl@6090862b
19:16:08.106 [XNIO-110 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:34805]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.107 [XNIO-110 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.107 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "HTTP/1.1 211 Unknown[\r][\n]"
19:16:08.107 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "Connection: keep-alive[\r][\n]"
19:16:08.107 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "Content-Length: 0[\r][\n]"
19:16:08.107 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.107 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "[\r][\n]"
19:16:08.108 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << HTTP/1.1 211 Unknown
19:16:08.108 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << Connection: keep-alive
19:16:08.108 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << Content-Length: 0
19:16:08.108 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.108 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.108 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:36242<->127.0.0.1:34805
19:16:08.108 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.108 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.108 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.108 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:34805
19:16:08.108 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.108 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.108 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.109 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> PUT /handling HTTP/1.1
19:16:08.109 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> Content-Type: application/json; charset=utf-8
19:16:08.109 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> Content-Length: 30
19:16:08.109 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> Host: localhost:34805
19:16:08.109 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> Connection: Keep-Alive
19:16:08.109 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.109 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 >> Accept-Encoding: gzip,deflate
19:16:08.109 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.109 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.109 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "Content-Length: 30[\r][\n]"
19:16:08.109 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "Host: localhost:34805[\r][\n]"
19:16:08.109 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.109 [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:08.109 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.109 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "[\r][\n]"
19:16:08.109 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 >> "{"alpha":"bravo","charlie":42}"
19:16:08.111 [XNIO-110 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:34805]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.112 [XNIO-110 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.112 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "HTTP/1.1 211 Unknown[\r][\n]"
19:16:08.112 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "Connection: keep-alive[\r][\n]"
19:16:08.112 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "Content-Length: 0[\r][\n]"
19:16:08.112 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.112 [Test worker] DEBUG org.apache.http.wire - http-outgoing-107 << "[\r][\n]"
19:16:08.112 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << HTTP/1.1 211 Unknown
19:16:08.112 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << Connection: keep-alive
19:16:08.112 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << Content-Length: 0
19:16:08.112 [Test worker] DEBUG org.apache.http.headers - http-outgoing-107 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.112 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.113 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:36242<->127.0.0.1:34805
19:16:08.113 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.113 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@60656a8f
19:16:08.116 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@2db860aa
19:16:08.117 [XNIO-111 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-111 I/O-1', selector sun.nio.ch.EPollSelectorImpl@4c9854be
19:16:08.122 [XNIO-111 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-111 I/O-2', selector sun.nio.ch.EPollSelectorImpl@227bd7b1
19:16:08.122 [XNIO-111 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-111 I/O-3', selector sun.nio.ch.EPollSelectorImpl@1a9255d
19:16:08.123 [XNIO-111 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-111 I/O-4', selector sun.nio.ch.EPollSelectorImpl@54afae5e
19:16:08.123 [XNIO-111 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-111 I/O-5', selector sun.nio.ch.EPollSelectorImpl@654db029
19:16:08.123 [XNIO-111 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-111 I/O-6', selector sun.nio.ch.EPollSelectorImpl@44b8f2e3
19:16:08.123 [XNIO-111 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-111 I/O-7', selector sun.nio.ch.EPollSelectorImpl@6f9d8d12
19:16:08.123 [XNIO-111 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-111 I/O-8', selector sun.nio.ch.EPollSelectorImpl@4b501c47
19:16:08.124 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.124 [XNIO-111 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-111 Accept', selector sun.nio.ch.EPollSelectorImpl@42be5fce
19:16:08.125 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.130 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.130 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.130 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:39557
19:16:08.130 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:39557
19:16:08.130 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:39557
19:16:08.130 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:33448<->127.0.0.1:39557
19:16:08.130 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.130 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.130 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.130 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> PUT /handling HTTP/1.1
19:16:08.130 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> Content-Type: application/json; charset=utf-8
19:16:08.130 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> Content-Length: 30
19:16:08.130 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> Host: localhost:39557
19:16:08.130 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> Connection: Keep-Alive
19:16:08.130 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.130 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> Accept-Encoding: gzip,deflate
19:16:08.130 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.130 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.130 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "Content-Length: 30[\r][\n]"
19:16:08.130 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "Host: localhost:39557[\r][\n]"
19:16:08.130 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.130 [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:08.130 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.130 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "[\r][\n]"
19:16:08.130 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "{"alpha":"bravo","charlie":42}"
19:16:08.134 [XNIO-111 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39557]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.135 [XNIO-111 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.135 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.135 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "Connection: keep-alive[\r][\n]"
19:16:08.135 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "Content-Length: 0[\r][\n]"
19:16:08.135 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.135 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "[\r][\n]"
19:16:08.135 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << HTTP/1.1 200 OK
19:16:08.135 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << Connection: keep-alive
19:16:08.135 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << Content-Length: 0
19:16:08.135 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.136 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.136 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:33448<->127.0.0.1:39557
19:16:08.136 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.136 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.136 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.136 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:39557
19:16:08.136 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.136 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.136 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.136 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> PUT /handling HTTP/1.1
19:16:08.136 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> Content-Type: application/json; charset=utf-8
19:16:08.136 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> Content-Length: 30
19:16:08.136 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> Host: localhost:39557
19:16:08.136 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> Connection: Keep-Alive
19:16:08.136 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.136 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 >> Accept-Encoding: gzip,deflate
19:16:08.136 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.136 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.136 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "Content-Length: 30[\r][\n]"
19:16:08.136 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "Host: localhost:39557[\r][\n]"
19:16:08.136 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.136 [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:08.136 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.136 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "[\r][\n]"
19:16:08.136 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 >> "{"alpha":"bravo","charlie":42}"
19:16:08.137 [XNIO-111 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39557]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.138 [XNIO-111 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.138 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.138 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "Connection: keep-alive[\r][\n]"
19:16:08.138 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "Content-Length: 0[\r][\n]"
19:16:08.138 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.138 [Test worker] DEBUG org.apache.http.wire - http-outgoing-108 << "[\r][\n]"
19:16:08.138 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << HTTP/1.1 200 OK
19:16:08.138 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << Connection: keep-alive
19:16:08.138 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << Content-Length: 0
19:16:08.138 [Test worker] DEBUG org.apache.http.headers - http-outgoing-108 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.138 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.138 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:33448<->127.0.0.1:39557
19:16:08.138 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.138 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@2db860aa
19:16:08.141 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@5a6b865f
19:16:08.142 [XNIO-112 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-112 I/O-1', selector sun.nio.ch.EPollSelectorImpl@76ccb1d4
19:16:08.142 [XNIO-112 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-112 I/O-3', selector sun.nio.ch.EPollSelectorImpl@242f9872
19:16:08.142 [XNIO-112 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-112 I/O-2', selector sun.nio.ch.EPollSelectorImpl@30f2b6fc
19:16:08.142 [XNIO-112 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-112 I/O-5', selector sun.nio.ch.EPollSelectorImpl@2ba0a24
19:16:08.142 [XNIO-112 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-112 I/O-4', selector sun.nio.ch.EPollSelectorImpl@8c429e3
19:16:08.149 [XNIO-112 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-112 I/O-6', selector sun.nio.ch.EPollSelectorImpl@3b834c21
19:16:08.149 [XNIO-112 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-112 I/O-7', selector sun.nio.ch.EPollSelectorImpl@3fac1b72
19:16:08.149 [XNIO-112 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-112 I/O-8', selector sun.nio.ch.EPollSelectorImpl@ce713fa
19:16:08.149 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.149 [XNIO-112 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-112 Accept', selector sun.nio.ch.EPollSelectorImpl@77914ba0
19:16:08.150 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.151 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.151 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.152 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40633
19:16:08.152 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:40633
19:16:08.152 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:40633
19:16:08.152 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:48692<->127.0.0.1:40633
19:16:08.152 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.152 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.152 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 >> PUT /handling HTTP/1.1
19:16:08.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 >> Content-Type: application/json; charset=utf-8
19:16:08.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 >> Content-Length: 30
19:16:08.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 >> Host: localhost:40633
19:16:08.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 >> Connection: Keep-Alive
19:16:08.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.152 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 >> Accept-Encoding: gzip,deflate
19:16:08.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "Content-Length: 30[\r][\n]"
19:16:08.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "Host: localhost:40633[\r][\n]"
19:16:08.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "[\r][\n]"
19:16:08.152 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "{"alpha":"bravo","charlie":42}"
19:16:08.154 [XNIO-112 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40633]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.155 [XNIO-112 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 << "HTTP/1.1 300 Multiple Choices[\r][\n]"
19:16:08.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 << "Connection: keep-alive[\r][\n]"
19:16:08.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 << "Content-Length: 0[\r][\n]"
19:16:08.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.155 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 << "[\r][\n]"
19:16:08.156 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 << HTTP/1.1 300 Multiple Choices
19:16:08.156 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 << Connection: keep-alive
19:16:08.156 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 << Content-Length: 0
19:16:08.156 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.156 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.156 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:48692<->127.0.0.1:40633
19:16:08.156 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.156 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.157 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.157 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40633
19:16:08.157 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.157 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.157 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.157 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 >> PUT /handling HTTP/1.1
19:16:08.157 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 >> Content-Type: application/json; charset=utf-8
19:16:08.157 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 >> Content-Length: 30
19:16:08.157 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 >> Host: localhost:40633
19:16:08.157 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 >> Connection: Keep-Alive
19:16:08.157 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.157 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 >> Accept-Encoding: gzip,deflate
19:16:08.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "Content-Length: 30[\r][\n]"
19:16:08.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "Host: localhost:40633[\r][\n]"
19:16:08.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "[\r][\n]"
19:16:08.157 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 >> "{"alpha":"bravo","charlie":42}"
19:16:08.159 [XNIO-112 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40633]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.161 [XNIO-112 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.161 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 << "HTTP/1.1 300 Multiple Choices[\r][\n]"
19:16:08.161 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 << "Connection: keep-alive[\r][\n]"
19:16:08.161 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 << "Content-Length: 0[\r][\n]"
19:16:08.161 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.161 [Test worker] DEBUG org.apache.http.wire - http-outgoing-109 << "[\r][\n]"
19:16:08.161 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 << HTTP/1.1 300 Multiple Choices
19:16:08.161 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 << Connection: keep-alive
19:16:08.161 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 << Content-Length: 0
19:16:08.161 [Test worker] DEBUG org.apache.http.headers - http-outgoing-109 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.161 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.161 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:48692<->127.0.0.1:40633
19:16:08.161 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.162 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@5a6b865f
19:16:08.165 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@c2bd04b
19:16:08.166 [XNIO-113 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-113 I/O-1', selector sun.nio.ch.EPollSelectorImpl@b58fc81
19:16:08.166 [XNIO-113 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-113 I/O-2', selector sun.nio.ch.EPollSelectorImpl@2d49643f
19:16:08.167 [XNIO-113 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-113 I/O-3', selector sun.nio.ch.EPollSelectorImpl@4568970f
19:16:08.172 [XNIO-113 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-113 I/O-4', selector sun.nio.ch.EPollSelectorImpl@cf46e19
19:16:08.173 [XNIO-113 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-113 I/O-5', selector sun.nio.ch.EPollSelectorImpl@164e8023
19:16:08.174 [XNIO-113 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-113 I/O-6', selector sun.nio.ch.EPollSelectorImpl@dc94fe5
19:16:08.175 [XNIO-113 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-113 I/O-8', selector sun.nio.ch.EPollSelectorImpl@5752b28f
19:16:08.178 [XNIO-113 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-113 I/O-7', selector sun.nio.ch.EPollSelectorImpl@17b2a823
19:16:08.178 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.178 [XNIO-113 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-113 Accept', selector sun.nio.ch.EPollSelectorImpl@6c1c023e
19:16:08.179 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.181 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.181 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.181 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:41651
19:16:08.181 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:41651
19:16:08.181 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:41651
19:16:08.181 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:47814<->127.0.0.1:41651
19:16:08.181 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.181 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.181 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 >> PUT /handling HTTP/1.1
19:16:08.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 >> Content-Type: application/json; charset=utf-8
19:16:08.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 >> Content-Length: 30
19:16:08.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 >> Host: localhost:41651
19:16:08.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 >> Connection: Keep-Alive
19:16:08.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.181 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 >> Accept-Encoding: gzip,deflate
19:16:08.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "Content-Length: 30[\r][\n]"
19:16:08.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "Host: localhost:41651[\r][\n]"
19:16:08.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "[\r][\n]"
19:16:08.181 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "{"alpha":"bravo","charlie":42}"
19:16:08.182 [XNIO-113 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41651]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.182 [XNIO-113 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.183 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 << "HTTP/1.1 400 Bad Request[\r][\n]"
19:16:08.183 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 << "Connection: keep-alive[\r][\n]"
19:16:08.183 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 << "Content-Length: 0[\r][\n]"
19:16:08.183 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.183 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 << "[\r][\n]"
19:16:08.183 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 << HTTP/1.1 400 Bad Request
19:16:08.183 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 << Connection: keep-alive
19:16:08.183 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 << Content-Length: 0
19:16:08.183 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.183 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.183 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:47814<->127.0.0.1:41651
19:16:08.183 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.184 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.184 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.184 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:41651
19:16:08.184 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.184 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.184 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 >> PUT /handling HTTP/1.1
19:16:08.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 >> Content-Type: application/json; charset=utf-8
19:16:08.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 >> Content-Length: 30
19:16:08.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 >> Host: localhost:41651
19:16:08.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 >> Connection: Keep-Alive
19:16:08.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.184 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 >> Accept-Encoding: gzip,deflate
19:16:08.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "Content-Length: 30[\r][\n]"
19:16:08.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "Host: localhost:41651[\r][\n]"
19:16:08.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "[\r][\n]"
19:16:08.184 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 >> "{"alpha":"bravo","charlie":42}"
19:16:08.185 [XNIO-113 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:41651]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.185 [XNIO-113 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.186 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 << "HTTP/1.1 400 Bad Request[\r][\n]"
19:16:08.186 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 << "Connection: keep-alive[\r][\n]"
19:16:08.186 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 << "Content-Length: 0[\r][\n]"
19:16:08.186 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.186 [Test worker] DEBUG org.apache.http.wire - http-outgoing-110 << "[\r][\n]"
19:16:08.186 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 << HTTP/1.1 400 Bad Request
19:16:08.186 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 << Connection: keep-alive
19:16:08.186 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 << Content-Length: 0
19:16:08.186 [Test worker] DEBUG org.apache.http.headers - http-outgoing-110 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.186 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.186 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:47814<->127.0.0.1:41651
19:16:08.186 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.186 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@c2bd04b
19:16:08.189 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@70e300d3
19:16:08.190 [XNIO-114 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-114 I/O-1', selector sun.nio.ch.EPollSelectorImpl@6f5bd689
19:16:08.194 [XNIO-114 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-114 I/O-2', selector sun.nio.ch.EPollSelectorImpl@3b68f41c
19:16:08.194 [XNIO-114 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-114 I/O-5', selector sun.nio.ch.EPollSelectorImpl@5385c103
19:16:08.194 [XNIO-114 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-114 I/O-3', selector sun.nio.ch.EPollSelectorImpl@63d5458a
19:16:08.194 [XNIO-114 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-114 I/O-6', selector sun.nio.ch.EPollSelectorImpl@751c0f43
19:16:08.194 [XNIO-114 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-114 I/O-4', selector sun.nio.ch.EPollSelectorImpl@3bb4d266
19:16:08.194 [XNIO-114 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-114 I/O-7', selector sun.nio.ch.EPollSelectorImpl@5de966a0
19:16:08.195 [XNIO-114 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-114 I/O-8', selector sun.nio.ch.EPollSelectorImpl@495495ed
19:16:08.195 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.195 [XNIO-114 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-114 Accept', selector sun.nio.ch.EPollSelectorImpl@258d1d5
19:16:08.195 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.197 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.197 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.197 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:42603
19:16:08.197 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:42603
19:16:08.197 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:42603
19:16:08.197 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:60268<->127.0.0.1:42603
19:16:08.197 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.197 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.197 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.197 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 >> PUT /handling HTTP/1.1
19:16:08.197 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 >> Content-Type: application/json; charset=utf-8
19:16:08.197 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 >> Content-Length: 30
19:16:08.197 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 >> Host: localhost:42603
19:16:08.197 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 >> Connection: Keep-Alive
19:16:08.197 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.197 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 >> Accept-Encoding: gzip,deflate
19:16:08.197 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.197 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.197 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "Content-Length: 30[\r][\n]"
19:16:08.197 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "Host: localhost:42603[\r][\n]"
19:16:08.197 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.197 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.197 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.197 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "[\r][\n]"
19:16:08.197 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "{"alpha":"bravo","charlie":42}"
19:16:08.198 [XNIO-114 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42603]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.199 [XNIO-114 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.199 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 << "HTTP/1.1 500 Internal Server Error[\r][\n]"
19:16:08.199 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 << "Connection: keep-alive[\r][\n]"
19:16:08.199 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 << "Content-Length: 0[\r][\n]"
19:16:08.199 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.199 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 << "[\r][\n]"
19:16:08.199 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 << HTTP/1.1 500 Internal Server Error
19:16:08.199 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 << Connection: keep-alive
19:16:08.199 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 << Content-Length: 0
19:16:08.199 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.199 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.199 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:60268<->127.0.0.1:42603
19:16:08.199 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.200 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.200 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.200 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:42603
19:16:08.200 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.200 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.200 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.200 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 >> PUT /handling HTTP/1.1
19:16:08.200 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 >> Content-Type: application/json; charset=utf-8
19:16:08.200 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 >> Content-Length: 30
19:16:08.200 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 >> Host: localhost:42603
19:16:08.200 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 >> Connection: Keep-Alive
19:16:08.200 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.200 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 >> Accept-Encoding: gzip,deflate
19:16:08.200 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.200 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.200 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "Content-Length: 30[\r][\n]"
19:16:08.200 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "Host: localhost:42603[\r][\n]"
19:16:08.200 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.200 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.200 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.200 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "[\r][\n]"
19:16:08.200 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 >> "{"alpha":"bravo","charlie":42}"
19:16:08.205 [XNIO-114 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42603]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.206 [XNIO-114 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.206 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 << "HTTP/1.1 500 Internal Server Error[\r][\n]"
19:16:08.206 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 << "Connection: keep-alive[\r][\n]"
19:16:08.206 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 << "Content-Length: 0[\r][\n]"
19:16:08.206 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.206 [Test worker] DEBUG org.apache.http.wire - http-outgoing-111 << "[\r][\n]"
19:16:08.206 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 << HTTP/1.1 500 Internal Server Error
19:16:08.206 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 << Connection: keep-alive
19:16:08.206 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 << Content-Length: 0
19:16:08.206 [Test worker] DEBUG org.apache.http.headers - http-outgoing-111 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.206 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.206 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:60268<->127.0.0.1:42603
19:16:08.206 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.206 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@70e300d3
19:16:08.211 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@32d1aa0f
19:16:08.212 [XNIO-115 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-115 I/O-1', selector sun.nio.ch.EPollSelectorImpl@5b84b6fe
19:16:08.212 [XNIO-115 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-115 I/O-2', selector sun.nio.ch.EPollSelectorImpl@1d6ca12f
19:16:08.213 [XNIO-115 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-115 I/O-3', selector sun.nio.ch.EPollSelectorImpl@30f434c7
19:16:08.213 [XNIO-115 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-115 I/O-4', selector sun.nio.ch.EPollSelectorImpl@ea036ec
19:16:08.213 [XNIO-115 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-115 I/O-5', selector sun.nio.ch.EPollSelectorImpl@701ca5fa
19:16:08.214 [XNIO-115 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-115 I/O-6', selector sun.nio.ch.EPollSelectorImpl@4b70806e
19:16:08.215 [XNIO-115 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-115 I/O-7', selector sun.nio.ch.EPollSelectorImpl@2028e167
19:16:08.218 [XNIO-115 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-115 I/O-8', selector sun.nio.ch.EPollSelectorImpl@445c935b
19:16:08.218 [XNIO-115 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-115 Accept', selector sun.nio.ch.EPollSelectorImpl@6aedd2d0
19:16:08.218 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.219 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.228 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.228 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.229 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36317
19:16:08.229 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:36317
19:16:08.229 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:36317
19:16:08.229 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:60230<->127.0.0.1:36317
19:16:08.229 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.229 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.229 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.229 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 >> PUT /handling HTTP/1.1
19:16:08.229 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 >> Content-Type: application/json; charset=utf-8
19:16:08.229 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 >> Content-Length: 30
19:16:08.229 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 >> Host: localhost:36317
19:16:08.229 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 >> Connection: Keep-Alive
19:16:08.229 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.229 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 >> Accept-Encoding: gzip,deflate
19:16:08.229 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.229 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.229 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "Content-Length: 30[\r][\n]"
19:16:08.229 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "Host: localhost:36317[\r][\n]"
19:16:08.229 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.229 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.229 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.229 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "[\r][\n]"
19:16:08.229 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "{"alpha":"bravo","charlie":42}"
19:16:08.230 [XNIO-115 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36317]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.231 [XNIO-115 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.231 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.231 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 << "Connection: keep-alive[\r][\n]"
19:16:08.231 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 << "Content-Length: 0[\r][\n]"
19:16:08.231 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.231 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 << "[\r][\n]"
19:16:08.231 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 << HTTP/1.1 200 OK
19:16:08.231 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 << Connection: keep-alive
19:16:08.231 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 << Content-Length: 0
19:16:08.231 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.231 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.231 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:60230<->127.0.0.1:36317
19:16:08.231 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.232 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.232 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.232 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:36317
19:16:08.232 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.232 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.232 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.232 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 >> PUT /handling HTTP/1.1
19:16:08.232 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 >> Content-Type: application/json; charset=utf-8
19:16:08.232 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 >> Content-Length: 30
19:16:08.232 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 >> Host: localhost:36317
19:16:08.232 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 >> Connection: Keep-Alive
19:16:08.232 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.232 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 >> Accept-Encoding: gzip,deflate
19:16:08.232 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.232 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.232 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "Content-Length: 30[\r][\n]"
19:16:08.232 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "Host: localhost:36317[\r][\n]"
19:16:08.232 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.232 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.232 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.233 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "[\r][\n]"
19:16:08.233 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 >> "{"alpha":"bravo","charlie":42}"
19:16:08.234 [XNIO-115 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:36317]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.235 [XNIO-115 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.235 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.235 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 << "Connection: keep-alive[\r][\n]"
19:16:08.235 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 << "Content-Length: 0[\r][\n]"
19:16:08.235 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.235 [Test worker] DEBUG org.apache.http.wire - http-outgoing-112 << "[\r][\n]"
19:16:08.235 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 << HTTP/1.1 200 OK
19:16:08.235 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 << Connection: keep-alive
19:16:08.235 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 << Content-Length: 0
19:16:08.235 [Test worker] DEBUG org.apache.http.headers - http-outgoing-112 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.235 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.235 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:60230<->127.0.0.1:36317
19:16:08.235 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.236 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@32d1aa0f
19:16:08.238 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@50cb4c13
19:16:08.240 [XNIO-116 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-116 I/O-1', selector sun.nio.ch.EPollSelectorImpl@6a0c0068
19:16:08.240 [XNIO-116 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-116 I/O-2', selector sun.nio.ch.EPollSelectorImpl@19888858
19:16:08.240 [XNIO-116 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-116 I/O-3', selector sun.nio.ch.EPollSelectorImpl@543bf673
19:16:08.240 [XNIO-116 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-116 I/O-4', selector sun.nio.ch.EPollSelectorImpl@2d878c16
19:16:08.242 [XNIO-116 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-116 I/O-5', selector sun.nio.ch.EPollSelectorImpl@263819a5
19:16:08.242 [XNIO-116 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-116 I/O-6', selector sun.nio.ch.EPollSelectorImpl@6826fe14
19:16:08.242 [XNIO-116 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-116 I/O-7', selector sun.nio.ch.EPollSelectorImpl@1aa36f4b
19:16:08.244 [XNIO-116 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-116 I/O-8', selector sun.nio.ch.EPollSelectorImpl@72d1559c
19:16:08.244 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.244 [XNIO-116 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-116 Accept', selector sun.nio.ch.EPollSelectorImpl@3cdc9972
19:16:08.244 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.246 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.246 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.246 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40037
19:16:08.246 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:40037
19:16:08.246 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:40037
19:16:08.246 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:37386<->127.0.0.1:40037
19:16:08.246 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.246 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.246 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.246 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 >> PUT /handling HTTP/1.1
19:16:08.246 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 >> Content-Type: application/json; charset=utf-8
19:16:08.246 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 >> Content-Length: 30
19:16:08.246 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 >> Host: localhost:40037
19:16:08.246 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 >> Connection: Keep-Alive
19:16:08.246 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.246 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 >> Accept-Encoding: gzip,deflate
19:16:08.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "Content-Length: 30[\r][\n]"
19:16:08.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "Host: localhost:40037[\r][\n]"
19:16:08.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "[\r][\n]"
19:16:08.246 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "{"alpha":"bravo","charlie":42}"
19:16:08.247 [XNIO-116 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40037]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.247 [XNIO-116 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.247 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 << "HTTP/1.1 300 Multiple Choices[\r][\n]"
19:16:08.247 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 << "Connection: keep-alive[\r][\n]"
19:16:08.247 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 << "Content-Length: 0[\r][\n]"
19:16:08.247 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.247 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 << "[\r][\n]"
19:16:08.248 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 << HTTP/1.1 300 Multiple Choices
19:16:08.248 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 << Connection: keep-alive
19:16:08.248 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 << Content-Length: 0
19:16:08.248 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.248 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.248 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:37386<->127.0.0.1:40037
19:16:08.248 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.248 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.248 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.248 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:40037
19:16:08.248 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.248 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.248 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.248 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 >> PUT /handling HTTP/1.1
19:16:08.249 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 >> Content-Type: application/json; charset=utf-8
19:16:08.249 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 >> Content-Length: 30
19:16:08.249 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 >> Host: localhost:40037
19:16:08.249 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 >> Connection: Keep-Alive
19:16:08.249 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.249 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 >> Accept-Encoding: gzip,deflate
19:16:08.249 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.249 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.249 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "Content-Length: 30[\r][\n]"
19:16:08.249 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "Host: localhost:40037[\r][\n]"
19:16:08.249 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.249 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.249 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.249 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "[\r][\n]"
19:16:08.249 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 >> "{"alpha":"bravo","charlie":42}"
19:16:08.249 [XNIO-116 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40037]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.250 [XNIO-116 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.250 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 << "HTTP/1.1 300 Multiple Choices[\r][\n]"
19:16:08.250 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 << "Connection: keep-alive[\r][\n]"
19:16:08.250 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 << "Content-Length: 0[\r][\n]"
19:16:08.250 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.250 [Test worker] DEBUG org.apache.http.wire - http-outgoing-113 << "[\r][\n]"
19:16:08.250 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 << HTTP/1.1 300 Multiple Choices
19:16:08.250 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 << Connection: keep-alive
19:16:08.250 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 << Content-Length: 0
19:16:08.250 [Test worker] DEBUG org.apache.http.headers - http-outgoing-113 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.250 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.250 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:37386<->127.0.0.1:40037
19:16:08.250 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.251 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@50cb4c13
19:16:08.253 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@2688b2b
19:16:08.255 [XNIO-117 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-117 I/O-3', selector sun.nio.ch.EPollSelectorImpl@3bad0b7f
19:16:08.255 [XNIO-117 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-117 I/O-1', selector sun.nio.ch.EPollSelectorImpl@20832b0b
19:16:08.255 [XNIO-117 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-117 I/O-4', selector sun.nio.ch.EPollSelectorImpl@43cc12c2
19:16:08.255 [XNIO-117 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-117 I/O-2', selector sun.nio.ch.EPollSelectorImpl@704c1aea
19:16:08.255 [XNIO-117 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-117 I/O-7', selector sun.nio.ch.EPollSelectorImpl@7b21c2c7
19:16:08.255 [XNIO-117 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-117 I/O-5', selector sun.nio.ch.EPollSelectorImpl@5d7fb9bc
19:16:08.255 [XNIO-117 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-117 I/O-6', selector sun.nio.ch.EPollSelectorImpl@612b5b8f
19:16:08.256 [XNIO-117 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-117 I/O-8', selector sun.nio.ch.EPollSelectorImpl@1f0ee733
19:16:08.256 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.256 [XNIO-117 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-117 Accept', selector sun.nio.ch.EPollSelectorImpl@52db839e
19:16:08.256 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.258 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.258 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.258 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:42933
19:16:08.258 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:42933
19:16:08.258 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:42933
19:16:08.258 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:43484<->127.0.0.1:42933
19:16:08.258 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.258 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.258 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.258 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 >> PUT /handling HTTP/1.1
19:16:08.258 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 >> Content-Type: application/json; charset=utf-8
19:16:08.258 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 >> Content-Length: 30
19:16:08.258 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 >> Host: localhost:42933
19:16:08.258 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 >> Connection: Keep-Alive
19:16:08.258 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.258 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 >> Accept-Encoding: gzip,deflate
19:16:08.258 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.258 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.259 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "Content-Length: 30[\r][\n]"
19:16:08.259 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "Host: localhost:42933[\r][\n]"
19:16:08.259 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.259 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.259 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.259 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "[\r][\n]"
19:16:08.259 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "{"alpha":"bravo","charlie":42}"
19:16:08.259 [XNIO-117 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42933]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.260 [XNIO-117 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.260 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 << "HTTP/1.1 400 Bad Request[\r][\n]"
19:16:08.260 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 << "Connection: keep-alive[\r][\n]"
19:16:08.260 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 << "Content-Length: 0[\r][\n]"
19:16:08.260 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.260 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 << "[\r][\n]"
19:16:08.260 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 << HTTP/1.1 400 Bad Request
19:16:08.260 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 << Connection: keep-alive
19:16:08.260 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 << Content-Length: 0
19:16:08.260 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.260 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.260 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:43484<->127.0.0.1:42933
19:16:08.260 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.261 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.261 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.261 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:42933
19:16:08.261 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.261 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.261 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.261 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 >> PUT /handling HTTP/1.1
19:16:08.261 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 >> Content-Type: application/json; charset=utf-8
19:16:08.261 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 >> Content-Length: 30
19:16:08.261 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 >> Host: localhost:42933
19:16:08.261 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 >> Connection: Keep-Alive
19:16:08.261 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.261 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 >> Accept-Encoding: gzip,deflate
19:16:08.261 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.262 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.262 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "Content-Length: 30[\r][\n]"
19:16:08.262 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "Host: localhost:42933[\r][\n]"
19:16:08.262 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.262 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.262 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.262 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "[\r][\n]"
19:16:08.262 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 >> "{"alpha":"bravo","charlie":42}"
19:16:08.262 [XNIO-117 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:42933]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.263 [XNIO-117 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.263 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 << "HTTP/1.1 400 Bad Request[\r][\n]"
19:16:08.263 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 << "Connection: keep-alive[\r][\n]"
19:16:08.263 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 << "Content-Length: 0[\r][\n]"
19:16:08.263 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.263 [Test worker] DEBUG org.apache.http.wire - http-outgoing-114 << "[\r][\n]"
19:16:08.263 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 << HTTP/1.1 400 Bad Request
19:16:08.263 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 << Connection: keep-alive
19:16:08.263 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 << Content-Length: 0
19:16:08.263 [Test worker] DEBUG org.apache.http.headers - http-outgoing-114 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.263 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.263 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:43484<->127.0.0.1:42933
19:16:08.263 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.264 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@2688b2b
19:16:08.266 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@70190ecd
19:16:08.267 [XNIO-118 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-118 I/O-2', selector sun.nio.ch.EPollSelectorImpl@51c4c5f8
19:16:08.267 [XNIO-118 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-118 I/O-4', selector sun.nio.ch.EPollSelectorImpl@4a9e2084
19:16:08.267 [XNIO-118 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-118 I/O-1', selector sun.nio.ch.EPollSelectorImpl@2d20dfeb
19:16:08.267 [XNIO-118 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-118 I/O-3', selector sun.nio.ch.EPollSelectorImpl@304672d5
19:16:08.268 [XNIO-118 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-118 I/O-8', selector sun.nio.ch.EPollSelectorImpl@28c40284
19:16:08.268 [XNIO-118 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-118 Accept', selector sun.nio.ch.EPollSelectorImpl@16097914
19:16:08.267 [XNIO-118 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-118 I/O-6', selector sun.nio.ch.EPollSelectorImpl@1d495b05
19:16:08.268 [XNIO-118 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-118 I/O-7', selector sun.nio.ch.EPollSelectorImpl@365e7df0
19:16:08.268 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.268 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.269 [XNIO-118 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-118 I/O-5', selector sun.nio.ch.EPollSelectorImpl@387aacc2
19:16:08.270 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.270 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.270 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:35479
19:16:08.270 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:35479
19:16:08.270 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:35479
19:16:08.271 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:40750<->127.0.0.1:35479
19:16:08.271 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.271 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.271 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.271 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 >> PUT /handling HTTP/1.1
19:16:08.271 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 >> Content-Type: application/json; charset=utf-8
19:16:08.271 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 >> Content-Length: 30
19:16:08.271 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 >> Host: localhost:35479
19:16:08.271 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 >> Connection: Keep-Alive
19:16:08.271 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.271 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 >> Accept-Encoding: gzip,deflate
19:16:08.271 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.271 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.271 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "Content-Length: 30[\r][\n]"
19:16:08.271 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "Host: localhost:35479[\r][\n]"
19:16:08.271 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.271 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.271 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.271 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "[\r][\n]"
19:16:08.271 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "{"alpha":"bravo","charlie":42}"
19:16:08.271 [XNIO-118 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35479]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.272 [XNIO-118 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.272 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 << "HTTP/1.1 500 Internal Server Error[\r][\n]"
19:16:08.272 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 << "Connection: keep-alive[\r][\n]"
19:16:08.272 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 << "Content-Length: 0[\r][\n]"
19:16:08.272 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.272 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 << "[\r][\n]"
19:16:08.273 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 << HTTP/1.1 500 Internal Server Error
19:16:08.273 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 << Connection: keep-alive
19:16:08.273 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 << Content-Length: 0
19:16:08.273 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.273 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.273 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40750<->127.0.0.1:35479
19:16:08.273 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.273 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.274 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.274 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:35479
19:16:08.274 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /handling HTTP/1.1
19:16:08.274 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.274 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.274 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 >> PUT /handling HTTP/1.1
19:16:08.274 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 >> Content-Type: application/json; charset=utf-8
19:16:08.274 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 >> Content-Length: 30
19:16:08.274 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 >> Host: localhost:35479
19:16:08.274 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 >> Connection: Keep-Alive
19:16:08.274 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.274 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 >> Accept-Encoding: gzip,deflate
19:16:08.274 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "PUT /handling HTTP/1.1[\r][\n]"
19:16:08.274 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.274 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "Content-Length: 30[\r][\n]"
19:16:08.274 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "Host: localhost:35479[\r][\n]"
19:16:08.274 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.274 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.274 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.274 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "[\r][\n]"
19:16:08.274 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 >> "{"alpha":"bravo","charlie":42}"
19:16:08.275 [XNIO-118 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /handling (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35479]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.275 [XNIO-118 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({}): <empty>
19:16:08.275 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 << "HTTP/1.1 500 Internal Server Error[\r][\n]"
19:16:08.275 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 << "Connection: keep-alive[\r][\n]"
19:16:08.275 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 << "Content-Length: 0[\r][\n]"
19:16:08.275 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.275 [Test worker] DEBUG org.apache.http.wire - http-outgoing-115 << "[\r][\n]"
19:16:08.275 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 << HTTP/1.1 500 Internal Server Error
19:16:08.275 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 << Connection: keep-alive
19:16:08.275 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 << Content-Length: 0
19:16:08.275 [Test worker] DEBUG org.apache.http.headers - http-outgoing-115 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.275 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.276 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40750<->127.0.0.1:35479
19:16:08.276 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.276 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@70190ecd
19:16:08.280 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@7d34738e
19:16:08.281 [XNIO-119 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-119 I/O-1', selector sun.nio.ch.EPollSelectorImpl@4333b5c3
19:16:08.281 [XNIO-119 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-119 I/O-5', selector sun.nio.ch.EPollSelectorImpl@57fbc555
19:16:08.281 [XNIO-119 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-119 I/O-6', selector sun.nio.ch.EPollSelectorImpl@2700eab6
19:16:08.281 [XNIO-119 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-119 I/O-2', selector sun.nio.ch.EPollSelectorImpl@3748a03
19:16:08.282 [XNIO-119 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-119 I/O-7', selector sun.nio.ch.EPollSelectorImpl@7c874350
19:16:08.281 [XNIO-119 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-119 I/O-4', selector sun.nio.ch.EPollSelectorImpl@4834fdf7
19:16:08.281 [XNIO-119 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-119 I/O-3', selector sun.nio.ch.EPollSelectorImpl@678fc5bd
19:16:08.285 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.285 [XNIO-119 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-119 Accept', selector sun.nio.ch.EPollSelectorImpl@5190a08c
19:16:08.285 [XNIO-119 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-119 I/O-8', selector sun.nio.ch.EPollSelectorImpl@655d3164
19:16:08.285 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.289 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.289 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.289 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:46311
19:16:08.289 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:46311
19:16:08.289 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:46311
19:16:08.289 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:40666<->127.0.0.1:46311
19:16:08.289 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /gzip HTTP/1.1
19:16:08.289 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.289 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.289 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 >> PUT /gzip HTTP/1.1
19:16:08.289 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 >> Content-Type: application/json; charset=utf-8
19:16:08.289 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 >> Accept-Encoding: gzip
19:16:08.289 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 >> Content-Length: 30
19:16:08.289 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 >> Host: localhost:46311
19:16:08.289 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 >> Connection: Keep-Alive
19:16:08.289 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.290 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "PUT /gzip HTTP/1.1[\r][\n]"
19:16:08.290 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.290 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "Accept-Encoding: gzip[\r][\n]"
19:16:08.290 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "Content-Length: 30[\r][\n]"
19:16:08.290 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "Host: localhost:46311[\r][\n]"
19:16:08.290 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.290 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.290 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "[\r][\n]"
19:16:08.290 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "{"alpha":"bravo","charlie":42}"
19:16:08.290 [XNIO-119 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /gzip (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46311]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.291 [XNIO-119 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
19:16:08.292 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.292 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 << "Content-Encoding: gzip[\r][\n]"
19:16:08.292 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 << "Connection: keep-alive[\r][\n]"
19:16:08.292 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 << "Content-Type: text/plain[\r][\n]"
19:16:08.292 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 << "Content-Length: 29[\r][\n]"
19:16:08.292 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.292 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 << "[\r][\n]"
19:16:08.292 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 << "[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:08.292 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 << HTTP/1.1 200 OK
19:16:08.292 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 << Content-Encoding: gzip
19:16:08.292 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 << Connection: keep-alive
19:16:08.292 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 << Content-Type: text/plain
19:16:08.292 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 << Content-Length: 29
19:16:08.292 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.292 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.294 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40666<->127.0.0.1:46311
19:16:08.294 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.294 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.294 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.294 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:46311
19:16:08.294 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /gzip HTTP/1.1
19:16:08.294 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.294 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.294 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 >> PUT /gzip HTTP/1.1
19:16:08.294 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 >> Content-Type: application/json; charset=utf-8
19:16:08.294 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 >> Accept-Encoding: gzip
19:16:08.294 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 >> Content-Length: 30
19:16:08.294 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 >> Host: localhost:46311
19:16:08.294 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 >> Connection: Keep-Alive
19:16:08.295 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "PUT /gzip HTTP/1.1[\r][\n]"
19:16:08.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "Accept-Encoding: gzip[\r][\n]"
19:16:08.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "Content-Length: 30[\r][\n]"
19:16:08.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "Host: localhost:46311[\r][\n]"
19:16:08.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "[\r][\n]"
19:16:08.295 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 >> "{"alpha":"bravo","charlie":42}"
19:16:08.295 [XNIO-119 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /gzip (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip], Content-Type=[application/json; charset=utf-8], Content-Length=[30], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:46311]}, cookies=[:]): {"alpha":"bravo","charlie":42} }
19:16:08.296 [XNIO-119 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
19:16:08.296 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.296 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 << "Content-Encoding: gzip[\r][\n]"
19:16:08.296 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 << "Connection: keep-alive[\r][\n]"
19:16:08.296 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 << "Content-Type: text/plain[\r][\n]"
19:16:08.296 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 << "Content-Length: 29[\r][\n]"
19:16:08.296 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.296 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 << "[\r][\n]"
19:16:08.296 [Test worker] DEBUG org.apache.http.wire - http-outgoing-116 << "[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:08.296 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 << HTTP/1.1 200 OK
19:16:08.296 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 << Content-Encoding: gzip
19:16:08.296 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 << Connection: keep-alive
19:16:08.296 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 << Content-Type: text/plain
19:16:08.296 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 << Content-Length: 29
19:16:08.296 [Test worker] DEBUG org.apache.http.headers - http-outgoing-116 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.296 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.297 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:40666<->127.0.0.1:46311
19:16:08.297 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.297 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@7d34738e
19:16:08.301 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@11d22542
19:16:08.303 [XNIO-120 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-120 I/O-3', selector sun.nio.ch.EPollSelectorImpl@75e5dbb8
19:16:08.303 [XNIO-120 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-120 I/O-1', selector sun.nio.ch.EPollSelectorImpl@210efa4d
19:16:08.303 [XNIO-120 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-120 I/O-2', selector sun.nio.ch.EPollSelectorImpl@36e8128d
19:16:08.310 [XNIO-120 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-120 I/O-4', selector sun.nio.ch.EPollSelectorImpl@3f64d0d7
19:16:08.310 [XNIO-120 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-120 I/O-5', selector sun.nio.ch.EPollSelectorImpl@1524fb44
19:16:08.311 [XNIO-120 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-120 I/O-6', selector sun.nio.ch.EPollSelectorImpl@49e5b167
19:16:08.311 [XNIO-120 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-120 I/O-7', selector sun.nio.ch.EPollSelectorImpl@5079e20f
19:16:08.314 [XNIO-120 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-120 I/O-8', selector sun.nio.ch.EPollSelectorImpl@511ce038
19:16:08.314 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.314 [XNIO-120 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-120 Accept', selector sun.nio.ch.EPollSelectorImpl@198e0cbd
19:16:08.315 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.317 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.318 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.318 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:37987
19:16:08.318 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:37987
19:16:08.318 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:37987
19:16:08.318 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:56244<->127.0.0.1:37987
19:16:08.318 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /types HTTP/1.1
19:16:08.318 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.318 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.318 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 >> PUT /types HTTP/1.1
19:16:08.318 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 >> Content-Type: application/json; charset=utf-8
19:16:08.318 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 >> Content-Length: 19
19:16:08.318 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 >> Host: localhost:37987
19:16:08.318 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 >> Connection: Keep-Alive
19:16:08.318 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.318 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 >> Accept-Encoding: gzip,deflate
19:16:08.318 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "PUT /types HTTP/1.1[\r][\n]"
19:16:08.318 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.318 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "Content-Length: 19[\r][\n]"
19:16:08.318 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "Host: localhost:37987[\r][\n]"
19:16:08.318 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.318 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.318 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.318 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "[\r][\n]"
19:16:08.318 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "{"value":"ok-json"}"
19:16:08.320 [XNIO-120 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /types (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[19], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:37987]}, cookies=[:]): {"value":"ok-json"} }
19:16:08.321 [XNIO-120 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:08.321 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.321 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 << "Content-Encoding: gzip[\r][\n]"
19:16:08.321 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 << "Connection: keep-alive[\r][\n]"
19:16:08.321 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 << "Content-Type: text/plain[\r][\n]"
19:16:08.321 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 << "Content-Length: 27[\r][\n]"
19:16:08.321 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.321 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 << "[\r][\n]"
19:16:08.321 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 << "[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:08.321 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 << HTTP/1.1 200 OK
19:16:08.321 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 << Content-Encoding: gzip
19:16:08.321 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 << Connection: keep-alive
19:16:08.321 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 << Content-Type: text/plain
19:16:08.321 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 << Content-Length: 27
19:16:08.321 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.321 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.322 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:56244<->127.0.0.1:37987
19:16:08.322 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.322 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.322 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.322 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:37987
19:16:08.322 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /types HTTP/1.1
19:16:08.322 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.322 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.322 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 >> PUT /types HTTP/1.1
19:16:08.322 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 >> Content-Type: application/json; charset=utf-8
19:16:08.322 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 >> Content-Length: 19
19:16:08.322 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 >> Host: localhost:37987
19:16:08.322 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 >> Connection: Keep-Alive
19:16:08.322 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.323 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 >> Accept-Encoding: gzip,deflate
19:16:08.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "PUT /types HTTP/1.1[\r][\n]"
19:16:08.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "Content-Type: application/json; charset=utf-8[\r][\n]"
19:16:08.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "Content-Length: 19[\r][\n]"
19:16:08.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "Host: localhost:37987[\r][\n]"
19:16:08.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "[\r][\n]"
19:16:08.323 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 >> "{"value":"ok-json"}"
19:16:08.325 [XNIO-120 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /types (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/json; charset=utf-8], Content-Length=[19], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:37987]}, cookies=[:]): {"value":"ok-json"} }
19:16:08.326 [XNIO-120 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:08.326 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.326 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 << "Content-Encoding: gzip[\r][\n]"
19:16:08.326 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 << "Connection: keep-alive[\r][\n]"
19:16:08.326 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 << "Content-Type: text/plain[\r][\n]"
19:16:08.326 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 << "Content-Length: 27[\r][\n]"
19:16:08.326 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.326 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 << "[\r][\n]"
19:16:08.326 [Test worker] DEBUG org.apache.http.wire - http-outgoing-117 << "[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:08.326 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 << HTTP/1.1 200 OK
19:16:08.326 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 << Content-Encoding: gzip
19:16:08.326 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 << Connection: keep-alive
19:16:08.326 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 << Content-Type: text/plain
19:16:08.326 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 << Content-Length: 27
19:16:08.326 [Test worker] DEBUG org.apache.http.headers - http-outgoing-117 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.326 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.327 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:56244<->127.0.0.1:37987
19:16:08.327 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.327 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@11d22542
19:16:08.330 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@1c0186ba
19:16:08.331 [XNIO-121 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-121 I/O-1', selector sun.nio.ch.EPollSelectorImpl@26888e21
19:16:08.331 [XNIO-121 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-121 I/O-2', selector sun.nio.ch.EPollSelectorImpl@6a5dd313
19:16:08.331 [XNIO-121 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-121 I/O-3', selector sun.nio.ch.EPollSelectorImpl@13294257
19:16:08.331 [XNIO-121 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-121 I/O-4', selector sun.nio.ch.EPollSelectorImpl@189ebbd
19:16:08.331 [XNIO-121 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-121 I/O-5', selector sun.nio.ch.EPollSelectorImpl@83e1ea0
19:16:08.331 [XNIO-121 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-121 I/O-6', selector sun.nio.ch.EPollSelectorImpl@23322c8a
19:16:08.335 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.331 [XNIO-121 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-121 I/O-7', selector sun.nio.ch.EPollSelectorImpl@58fb1151
19:16:08.336 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.336 [XNIO-121 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-121 Accept', selector sun.nio.ch.EPollSelectorImpl@97683a0
19:16:08.337 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.337 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.337 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:35275
19:16:08.335 [XNIO-121 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-121 I/O-8', selector sun.nio.ch.EPollSelectorImpl@1995f3cf
19:16:08.338 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:35275
19:16:08.338 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:35275
19:16:08.338 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:42410<->127.0.0.1:35275
19:16:08.338 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /types HTTP/1.1
19:16:08.338 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.338 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.338 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 >> PUT /types HTTP/1.1
19:16:08.338 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 >> Content-Type: application/xml; charset=utf-8
19:16:08.338 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 >> Content-Length: 46
19:16:08.338 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 >> Host: localhost:35275
19:16:08.338 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 >> Connection: Keep-Alive
19:16:08.338 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.338 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 >> Accept-Encoding: gzip,deflate
19:16:08.338 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "PUT /types HTTP/1.1[\r][\n]"
19:16:08.338 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "Content-Type: application/xml; charset=utf-8[\r][\n]"
19:16:08.338 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "Content-Length: 46[\r][\n]"
19:16:08.338 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "Host: localhost:35275[\r][\n]"
19:16:08.338 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.338 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.338 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.338 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "[\r][\n]"
19:16:08.338 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "<?xml version="1.0"?><message value="ok-xml"/>"
19:16:08.341 [XNIO-121 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /types (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/xml; charset=utf-8], Content-Length=[46], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35275]}, cookies=[:]): <?xml version="1.0"?><message value="ok-xml"/> }
19:16:08.341 [XNIO-121 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:08.342 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.342 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 << "Content-Encoding: gzip[\r][\n]"
19:16:08.342 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 << "Connection: keep-alive[\r][\n]"
19:16:08.342 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 << "Content-Type: text/plain[\r][\n]"
19:16:08.342 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 << "Content-Length: 27[\r][\n]"
19:16:08.342 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.342 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 << "[\r][\n]"
19:16:08.342 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 << "[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:08.342 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 << HTTP/1.1 200 OK
19:16:08.342 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 << Content-Encoding: gzip
19:16:08.342 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 << Connection: keep-alive
19:16:08.342 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 << Content-Type: text/plain
19:16:08.342 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 << Content-Length: 27
19:16:08.342 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.342 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.342 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:42410<->127.0.0.1:35275
19:16:08.342 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.343 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.343 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.343 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:35275
19:16:08.343 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /types HTTP/1.1
19:16:08.343 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.343 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.343 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 >> PUT /types HTTP/1.1
19:16:08.343 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 >> Content-Type: application/xml; charset=utf-8
19:16:08.343 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 >> Content-Length: 46
19:16:08.343 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 >> Host: localhost:35275
19:16:08.343 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 >> Connection: Keep-Alive
19:16:08.343 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.343 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 >> Accept-Encoding: gzip,deflate
19:16:08.343 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "PUT /types HTTP/1.1[\r][\n]"
19:16:08.343 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "Content-Type: application/xml; charset=utf-8[\r][\n]"
19:16:08.343 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "Content-Length: 46[\r][\n]"
19:16:08.343 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "Host: localhost:35275[\r][\n]"
19:16:08.343 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.343 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.343 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.343 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "[\r][\n]"
19:16:08.343 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 >> "<?xml version="1.0"?><message value="ok-xml"/>"
19:16:08.345 [XNIO-121 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /types (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/xml; charset=utf-8], Content-Length=[46], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:35275]}, cookies=[:]): <?xml version="1.0"?><message value="ok-xml"/> }
19:16:08.346 [XNIO-121 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:08.346 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.346 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 << "Content-Encoding: gzip[\r][\n]"
19:16:08.346 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 << "Connection: keep-alive[\r][\n]"
19:16:08.346 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 << "Content-Type: text/plain[\r][\n]"
19:16:08.346 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 << "Content-Length: 27[\r][\n]"
19:16:08.346 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.346 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 << "[\r][\n]"
19:16:08.346 [Test worker] DEBUG org.apache.http.wire - http-outgoing-118 << "[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:08.347 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 << HTTP/1.1 200 OK
19:16:08.347 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 << Content-Encoding: gzip
19:16:08.347 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 << Connection: keep-alive
19:16:08.347 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 << Content-Type: text/plain
19:16:08.347 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 << Content-Length: 27
19:16:08.347 [Test worker] DEBUG org.apache.http.headers - http-outgoing-118 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.347 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.347 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:42410<->127.0.0.1:35275
19:16:08.347 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.347 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@1c0186ba
19:16:08.350 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@15872d27
19:16:08.355 [XNIO-122 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-122 I/O-1', selector sun.nio.ch.EPollSelectorImpl@40fc4566
19:16:08.355 [XNIO-122 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-122 I/O-7', selector sun.nio.ch.EPollSelectorImpl@6b2e41c5
19:16:08.355 [XNIO-122 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-122 I/O-2', selector sun.nio.ch.EPollSelectorImpl@2058e002
19:16:08.357 [XNIO-122 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-122 I/O-8', selector sun.nio.ch.EPollSelectorImpl@306e42aa
19:16:08.355 [XNIO-122 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-122 I/O-3', selector sun.nio.ch.EPollSelectorImpl@586ac177
19:16:08.357 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.355 [XNIO-122 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-122 I/O-4', selector sun.nio.ch.EPollSelectorImpl@7bcf0b87
19:16:08.355 [XNIO-122 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-122 I/O-5', selector sun.nio.ch.EPollSelectorImpl@2a147175
19:16:08.355 [XNIO-122 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-122 I/O-6', selector sun.nio.ch.EPollSelectorImpl@4fa98ed9
19:16:08.357 [XNIO-122 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-122 Accept', selector sun.nio.ch.EPollSelectorImpl@1e3a0a90
19:16:08.358 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.359 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.360 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.360 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:39609
19:16:08.360 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:39609
19:16:08.360 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:39609
19:16:08.360 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:45580<->127.0.0.1:39609
19:16:08.360 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /types HTTP/1.1
19:16:08.360 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.360 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.360 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 >> PUT /types HTTP/1.1
19:16:08.360 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 >> Content-Type: text/html; charset=utf-8
19:16:08.360 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 >> Content-Length: 7
19:16:08.360 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 >> Host: localhost:39609
19:16:08.360 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 >> Connection: Keep-Alive
19:16:08.360 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.360 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 >> Accept-Encoding: gzip,deflate
19:16:08.360 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "PUT /types HTTP/1.1[\r][\n]"
19:16:08.360 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "Content-Type: text/html; charset=utf-8[\r][\n]"
19:16:08.360 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "Content-Length: 7[\r][\n]"
19:16:08.360 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "Host: localhost:39609[\r][\n]"
19:16:08.360 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.360 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.360 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.360 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "[\r][\n]"
19:16:08.360 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "ok-html"
19:16:08.361 [XNIO-122 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /types (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[text/html; charset=utf-8], Content-Length=[7], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39609]}, cookies=[:]): ok-html }
19:16:08.362 [XNIO-122 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:08.362 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.362 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 << "Content-Encoding: gzip[\r][\n]"
19:16:08.362 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 << "Connection: keep-alive[\r][\n]"
19:16:08.362 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 << "Content-Type: text/plain[\r][\n]"
19:16:08.362 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 << "Content-Length: 27[\r][\n]"
19:16:08.362 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.362 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 << "[\r][\n]"
19:16:08.362 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 << "[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:08.362 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 << HTTP/1.1 200 OK
19:16:08.362 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 << Content-Encoding: gzip
19:16:08.362 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 << Connection: keep-alive
19:16:08.362 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 << Content-Type: text/plain
19:16:08.362 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 << Content-Length: 27
19:16:08.362 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.362 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.363 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:45580<->127.0.0.1:39609
19:16:08.363 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.363 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.363 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.363 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:39609
19:16:08.363 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /types HTTP/1.1
19:16:08.363 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.363 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.363 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 >> PUT /types HTTP/1.1
19:16:08.363 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 >> Content-Type: text/html; charset=utf-8
19:16:08.363 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 >> Content-Length: 7
19:16:08.363 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 >> Host: localhost:39609
19:16:08.363 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 >> Connection: Keep-Alive
19:16:08.363 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.363 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 >> Accept-Encoding: gzip,deflate
19:16:08.363 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "PUT /types HTTP/1.1[\r][\n]"
19:16:08.363 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "Content-Type: text/html; charset=utf-8[\r][\n]"
19:16:08.363 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "Content-Length: 7[\r][\n]"
19:16:08.363 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "Host: localhost:39609[\r][\n]"
19:16:08.363 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.363 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.363 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.363 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "[\r][\n]"
19:16:08.363 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 >> "ok-html"
19:16:08.364 [XNIO-122 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /types (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[text/html; charset=utf-8], Content-Length=[7], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39609]}, cookies=[:]): ok-html }
19:16:08.365 [XNIO-122 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:08.365 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.365 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 << "Content-Encoding: gzip[\r][\n]"
19:16:08.365 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 << "Connection: keep-alive[\r][\n]"
19:16:08.365 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 << "Content-Type: text/plain[\r][\n]"
19:16:08.365 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 << "Content-Length: 27[\r][\n]"
19:16:08.365 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.365 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 << "[\r][\n]"
19:16:08.365 [Test worker] DEBUG org.apache.http.wire - http-outgoing-119 << "[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:08.365 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 << HTTP/1.1 200 OK
19:16:08.365 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 << Content-Encoding: gzip
19:16:08.365 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 << Connection: keep-alive
19:16:08.365 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 << Content-Type: text/plain
19:16:08.365 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 << Content-Length: 27
19:16:08.365 [Test worker] DEBUG org.apache.http.headers - http-outgoing-119 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.365 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.365 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:45580<->127.0.0.1:39609
19:16:08.366 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.366 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@15872d27
19:16:08.370 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@4e8eb851
19:16:08.371 [XNIO-123 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-123 I/O-2', selector sun.nio.ch.EPollSelectorImpl@f76cc02
19:16:08.372 [XNIO-123 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-123 I/O-7', selector sun.nio.ch.EPollSelectorImpl@52497a92
19:16:08.372 [XNIO-123 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-123 I/O-3', selector sun.nio.ch.EPollSelectorImpl@47616849
19:16:08.372 [XNIO-123 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-123 I/O-8', selector sun.nio.ch.EPollSelectorImpl@743c0a4d
19:16:08.371 [XNIO-123 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-123 I/O-1', selector sun.nio.ch.EPollSelectorImpl@246faf53
19:16:08.372 [XNIO-123 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-123 I/O-4', selector sun.nio.ch.EPollSelectorImpl@1b918d9
19:16:08.372 [XNIO-123 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-123 I/O-6', selector sun.nio.ch.EPollSelectorImpl@6ca8894e
19:16:08.372 [XNIO-123 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-123 I/O-5', selector sun.nio.ch.EPollSelectorImpl@e4e5942
19:16:08.372 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.372 [XNIO-123 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-123 Accept', selector sun.nio.ch.EPollSelectorImpl@14e644f6
19:16:08.373 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.378 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.378 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.378 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:38615
19:16:08.378 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:38615
19:16:08.378 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:38615
19:16:08.378 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:50754<->127.0.0.1:38615
19:16:08.378 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /form HTTP/1.1
19:16:08.378 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.378 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.379 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 >> PUT /form HTTP/1.1
19:16:08.379 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 >> Content-Type: application/x-www-form-urlencoded; charset=utf-8
19:16:08.379 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 >> Content-Length: 34
19:16:08.379 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 >> Host: localhost:38615
19:16:08.379 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 >> Connection: Keep-Alive
19:16:08.379 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.379 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 >> Accept-Encoding: gzip,deflate
19:16:08.379 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "PUT /form HTTP/1.1[\r][\n]"
19:16:08.379 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "Content-Type: application/x-www-form-urlencoded; charset=utf-8[\r][\n]"
19:16:08.379 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "Content-Length: 34[\r][\n]"
19:16:08.379 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "Host: localhost:38615[\r][\n]"
19:16:08.379 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.379 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.379 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.379 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "[\r][\n]"
19:16:08.379 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "username=bobvila&password=oldhouse"
19:16:08.379 [XNIO-123 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /form (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/x-www-form-urlencoded; charset=utf-8], Content-Length=[34], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38615]}, cookies=[:]): username=bobvila&password=oldhouse }
19:16:08.380 [XNIO-123 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:08.380 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.380 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 << "Content-Encoding: gzip[\r][\n]"
19:16:08.380 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 << "Connection: keep-alive[\r][\n]"
19:16:08.380 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 << "Content-Type: text/plain[\r][\n]"
19:16:08.380 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 << "Content-Length: 27[\r][\n]"
19:16:08.380 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.380 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 << "[\r][\n]"
19:16:08.380 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 << "[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:08.380 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 << HTTP/1.1 200 OK
19:16:08.381 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 << Content-Encoding: gzip
19:16:08.381 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 << Connection: keep-alive
19:16:08.381 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 << Content-Type: text/plain
19:16:08.381 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 << Content-Length: 27
19:16:08.381 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.381 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.381 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:50754<->127.0.0.1:38615
19:16:08.381 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.382 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.382 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.382 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:38615
19:16:08.382 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /form HTTP/1.1
19:16:08.382 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.382 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.382 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 >> PUT /form HTTP/1.1
19:16:08.382 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 >> Content-Type: application/x-www-form-urlencoded; charset=utf-8
19:16:08.382 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 >> Content-Length: 34
19:16:08.382 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 >> Host: localhost:38615
19:16:08.382 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 >> Connection: Keep-Alive
19:16:08.382 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.382 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 >> Accept-Encoding: gzip,deflate
19:16:08.382 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "PUT /form HTTP/1.1[\r][\n]"
19:16:08.382 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "Content-Type: application/x-www-form-urlencoded; charset=utf-8[\r][\n]"
19:16:08.382 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "Content-Length: 34[\r][\n]"
19:16:08.382 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "Host: localhost:38615[\r][\n]"
19:16:08.382 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.382 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.382 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.382 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "[\r][\n]"
19:16:08.382 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 >> "username=bobvila&password=oldhouse"
19:16:08.383 [XNIO-123 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /form (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/x-www-form-urlencoded; charset=utf-8], Content-Length=[34], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:38615]}, cookies=[:]): username=bobvila&password=oldhouse }
19:16:08.383 [XNIO-123 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:08.384 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.384 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 << "Content-Encoding: gzip[\r][\n]"
19:16:08.384 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 << "Connection: keep-alive[\r][\n]"
19:16:08.384 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 << "Content-Type: text/plain[\r][\n]"
19:16:08.384 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 << "Content-Length: 27[\r][\n]"
19:16:08.384 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.384 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 << "[\r][\n]"
19:16:08.384 [Test worker] DEBUG org.apache.http.wire - http-outgoing-120 << "[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:08.384 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 << HTTP/1.1 200 OK
19:16:08.384 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 << Content-Encoding: gzip
19:16:08.384 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 << Connection: keep-alive
19:16:08.384 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 << Content-Type: text/plain
19:16:08.384 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 << Content-Length: 27
19:16:08.384 [Test worker] DEBUG org.apache.http.headers - http-outgoing-120 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.384 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.384 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:50754<->127.0.0.1:38615
19:16:08.384 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.384 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@4e8eb851
19:16:08.387 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@7bcb2b7b
19:16:08.389 [XNIO-124 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-124 I/O-2', selector sun.nio.ch.EPollSelectorImpl@6b3b8029
19:16:08.389 [XNIO-124 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-124 I/O-3', selector sun.nio.ch.EPollSelectorImpl@2c3f1221
19:16:08.389 [XNIO-124 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-124 I/O-1', selector sun.nio.ch.EPollSelectorImpl@5276015d
19:16:08.389 [XNIO-124 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-124 I/O-4', selector sun.nio.ch.EPollSelectorImpl@53bb1ffd
19:16:08.389 [XNIO-124 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-124 I/O-5', selector sun.nio.ch.EPollSelectorImpl@51a56061
19:16:08.389 [XNIO-124 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-124 I/O-6', selector sun.nio.ch.EPollSelectorImpl@3171d7d4
19:16:08.389 [XNIO-124 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-124 I/O-7', selector sun.nio.ch.EPollSelectorImpl@769ff0c8
19:16:08.389 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.389 [XNIO-124 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-124 I/O-8', selector sun.nio.ch.EPollSelectorImpl@14a26b0e
19:16:08.389 [XNIO-124 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-124 Accept', selector sun.nio.ch.EPollSelectorImpl@1c34fb20
19:16:08.390 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.391 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.391 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.391 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:40987
19:16:08.391 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:40987
19:16:08.391 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:40987
19:16:08.391 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:40987 with timeout 0
19:16:08.392 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:08.392 [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:08.392 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:08.409 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:08.409 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:08.409 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:08.409 [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:08.409 [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:08.410 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:34394<->127.0.0.1:40987
19:16:08.410 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /form HTTP/1.1
19:16:08.410 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.410 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.410 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 >> PUT /form HTTP/1.1
19:16:08.410 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 >> Content-Type: application/x-www-form-urlencoded; charset=utf-8
19:16:08.410 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 >> Content-Length: 34
19:16:08.410 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 >> Host: localhost:40987
19:16:08.410 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 >> Connection: Keep-Alive
19:16:08.410 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.410 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 >> Accept-Encoding: gzip,deflate
19:16:08.410 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "PUT /form HTTP/1.1[\r][\n]"
19:16:08.410 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "Content-Type: application/x-www-form-urlencoded; charset=utf-8[\r][\n]"
19:16:08.410 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "Content-Length: 34[\r][\n]"
19:16:08.410 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "Host: localhost:40987[\r][\n]"
19:16:08.410 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.410 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.410 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.410 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "[\r][\n]"
19:16:08.410 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "username=bobvila&password=oldhouse"
19:16:08.411 [XNIO-124 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /form (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/x-www-form-urlencoded; charset=utf-8], Content-Length=[34], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40987]}, cookies=[:]): username=bobvila&password=oldhouse }
19:16:08.412 [XNIO-124 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:08.412 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.412 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 << "Content-Encoding: gzip[\r][\n]"
19:16:08.412 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 << "Connection: keep-alive[\r][\n]"
19:16:08.412 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 << "Content-Type: text/plain[\r][\n]"
19:16:08.412 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 << "Content-Length: 27[\r][\n]"
19:16:08.412 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.412 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 << "[\r][\n]"
19:16:08.412 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 << "[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:08.412 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 << HTTP/1.1 200 OK
19:16:08.412 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 << Content-Encoding: gzip
19:16:08.412 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 << Connection: keep-alive
19:16:08.412 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 << Content-Type: text/plain
19:16:08.412 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 << Content-Length: 27
19:16:08.412 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.412 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.413 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:34394<->127.0.0.1:40987
19:16:08.413 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.413 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.413 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.413 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:40987
19:16:08.413 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /form HTTP/1.1
19:16:08.413 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.413 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.413 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 >> PUT /form HTTP/1.1
19:16:08.413 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 >> Content-Type: application/x-www-form-urlencoded; charset=utf-8
19:16:08.413 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 >> Content-Length: 34
19:16:08.413 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 >> Host: localhost:40987
19:16:08.413 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 >> Connection: Keep-Alive
19:16:08.413 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.413 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 >> Accept-Encoding: gzip,deflate
19:16:08.414 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "PUT /form HTTP/1.1[\r][\n]"
19:16:08.414 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "Content-Type: application/x-www-form-urlencoded; charset=utf-8[\r][\n]"
19:16:08.414 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "Content-Length: 34[\r][\n]"
19:16:08.414 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "Host: localhost:40987[\r][\n]"
19:16:08.414 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.414 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.414 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.414 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "[\r][\n]"
19:16:08.414 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 >> "username=bobvila&password=oldhouse"
19:16:08.414 [XNIO-124 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /form (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[application/x-www-form-urlencoded; charset=utf-8], Content-Length=[34], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:40987]}, cookies=[:]): username=bobvila&password=oldhouse }
19:16:08.415 [XNIO-124 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:08.416 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.416 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 << "Content-Encoding: gzip[\r][\n]"
19:16:08.416 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 << "Connection: keep-alive[\r][\n]"
19:16:08.416 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 << "Content-Type: text/plain[\r][\n]"
19:16:08.416 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 << "Content-Length: 27[\r][\n]"
19:16:08.416 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.416 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 << "[\r][\n]"
19:16:08.416 [Test worker] DEBUG org.apache.http.wire - http-outgoing-121 << "[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:08.416 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 << HTTP/1.1 200 OK
19:16:08.416 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 << Content-Encoding: gzip
19:16:08.416 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 << Connection: keep-alive
19:16:08.416 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 << Content-Type: text/plain
19:16:08.416 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 << Content-Length: 27
19:16:08.416 [Test worker] DEBUG org.apache.http.headers - http-outgoing-121 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.416 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.416 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:34394<->127.0.0.1:40987
19:16:08.416 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.417 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@7bcb2b7b
19:16:08.424 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@25bd2b35
19:16:08.425 [XNIO-125 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-125 I/O-1', selector sun.nio.ch.EPollSelectorImpl@6c6b0c34
19:16:08.425 [XNIO-125 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-125 I/O-2', selector sun.nio.ch.EPollSelectorImpl@73f4bb5b
19:16:08.425 [XNIO-125 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-125 I/O-5', selector sun.nio.ch.EPollSelectorImpl@7dea2fa2
19:16:08.425 [XNIO-125 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-125 I/O-6', selector sun.nio.ch.EPollSelectorImpl@4e3c530d
19:16:08.425 [XNIO-125 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-125 I/O-4', selector sun.nio.ch.EPollSelectorImpl@2b67552c
19:16:08.425 [XNIO-125 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-125 I/O-3', selector sun.nio.ch.EPollSelectorImpl@43b2bb32
19:16:08.425 [XNIO-125 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-125 I/O-7', selector sun.nio.ch.EPollSelectorImpl@6a762875
19:16:08.425 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.426 [XNIO-125 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-125 I/O-8', selector sun.nio.ch.EPollSelectorImpl@839c72b
19:16:08.426 [XNIO-125 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-125 Accept', selector sun.nio.ch.EPollSelectorImpl@6978e377
19:16:08.426 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.432 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.432 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.432 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:34253
19:16:08.432 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {}->http://localhost:34253
19:16:08.433 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:34253
19:16:08.433 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:56294<->127.0.0.1:34253
19:16:08.433 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /upload HTTP/1.1
19:16:08.433 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.433 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.433 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 >> PUT /upload HTTP/1.1
19:16:08.433 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 >> Content-Type: multipart/form-data; boundary=5na9Z0MY4n; charset=utf-8
19:16:08.433 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 >> Content-Length: 336
19:16:08.433 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 >> Host: localhost:34253
19:16:08.433 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 >> Connection: Keep-Alive
19:16:08.433 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.433 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 >> Accept-Encoding: gzip,deflate
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "PUT /upload HTTP/1.1[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Content-Type: multipart/form-data; boundary=5na9Z0MY4n; charset=utf-8[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Content-Length: 336[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Host: localhost:34253[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "--5na9Z0MY4n[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Content-Disposition: form-data; name="alpha"[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Content-Type: text/plain; charset=ISO-8859-1[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Content-Transfer-Encoding: 8bit[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "some data[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "--5na9Z0MY4n[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Content-Disposition: form-data; name="bravo"; filename="bravo.txt"[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Content-Type: text/plain[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Content-Transfer-Encoding: binary[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "This is bravo content[\r][\n]"
19:16:08.433 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "--5na9Z0MY4n--[\r][\n]"
19:16:08.434 [XNIO-125 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /upload (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[multipart/form-data; boundary=5na9Z0MY4n; charset=utf-8], Content-Length=[336], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:34253]}, cookies=[:]): --5na9Z0MY4n
Content-Disposition: form-data; name="alpha"
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit

some data
--5na9Z0MY4n
Content-Disposition: form-data; name="bravo"; filename="bravo.txt"
Content-Type: text/plain
Content-Transfer-Encoding: binary

This is bravo content
--5na9Z0MY4n--
 }
19:16:08.435 [XNIO-125 task-1] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:08.436 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.436 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 << "Content-Encoding: gzip[\r][\n]"
19:16:08.436 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 << "Connection: keep-alive[\r][\n]"
19:16:08.436 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 << "Content-Type: text/plain[\r][\n]"
19:16:08.436 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 << "Content-Length: 27[\r][\n]"
19:16:08.436 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.436 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 << "[\r][\n]"
19:16:08.436 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 << "[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:08.436 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 << HTTP/1.1 200 OK
19:16:08.436 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 << Content-Encoding: gzip
19:16:08.436 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 << Connection: keep-alive
19:16:08.436 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 << Content-Type: text/plain
19:16:08.436 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 << Content-Length: 27
19:16:08.436 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.436 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.436 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:56294<->127.0.0.1:34253
19:16:08.436 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.437 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.438 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.438 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {}->http://localhost:34253
19:16:08.438 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /upload HTTP/1.1
19:16:08.438 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.438 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.438 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 >> PUT /upload HTTP/1.1
19:16:08.438 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 >> Content-Type: multipart/form-data; boundary=JwbrKRzgSA; charset=utf-8
19:16:08.438 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 >> Content-Length: 336
19:16:08.438 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 >> Host: localhost:34253
19:16:08.438 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 >> Connection: Keep-Alive
19:16:08.438 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.438 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 >> Accept-Encoding: gzip,deflate
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "PUT /upload HTTP/1.1[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Content-Type: multipart/form-data; boundary=JwbrKRzgSA; charset=utf-8[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Content-Length: 336[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Host: localhost:34253[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "--JwbrKRzgSA[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Content-Disposition: form-data; name="alpha"[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Content-Type: text/plain; charset=ISO-8859-1[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Content-Transfer-Encoding: 8bit[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "some data[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "--JwbrKRzgSA[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Content-Disposition: form-data; name="bravo"; filename="bravo.txt"[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Content-Type: text/plain[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "Content-Transfer-Encoding: binary[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "This is bravo content[\r][\n]"
19:16:08.438 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 >> "--JwbrKRzgSA--[\r][\n]"
19:16:08.438 [XNIO-125 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /upload (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[multipart/form-data; boundary=JwbrKRzgSA; charset=utf-8], Content-Length=[336], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:34253]}, cookies=[:]): --JwbrKRzgSA
Content-Disposition: form-data; name="alpha"
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit

some data
--JwbrKRzgSA
Content-Disposition: form-data; name="bravo"; filename="bravo.txt"
Content-Type: text/plain
Content-Transfer-Encoding: binary

This is bravo content
--JwbrKRzgSA--
 }
19:16:08.440 [XNIO-125 task-2] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:08.440 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.440 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 << "Content-Encoding: gzip[\r][\n]"
19:16:08.440 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 << "Connection: keep-alive[\r][\n]"
19:16:08.440 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 << "Content-Type: text/plain[\r][\n]"
19:16:08.440 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 << "Content-Length: 27[\r][\n]"
19:16:08.440 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.440 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 << "[\r][\n]"
19:16:08.440 [Test worker] DEBUG org.apache.http.wire - http-outgoing-122 << "[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:08.441 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 << HTTP/1.1 200 OK
19:16:08.441 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 << Content-Encoding: gzip
19:16:08.441 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 << Connection: keep-alive
19:16:08.441 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 << Content-Type: text/plain
19:16:08.441 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 << Content-Length: 27
19:16:08.441 [Test worker] DEBUG org.apache.http.headers - http-outgoing-122 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.441 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.441 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:56294<->127.0.0.1:34253
19:16:08.441 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.441 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@25bd2b35
19:16:08.445 [Test worker] DEBUG ersatz.undertow - starting undertow server ersatz.undertow.Undertow@423d60b8
19:16:08.447 [XNIO-126 I/O-1] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-126 I/O-1', selector sun.nio.ch.EPollSelectorImpl@76b070c3
19:16:08.447 [XNIO-126 I/O-2] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-126 I/O-2', selector sun.nio.ch.EPollSelectorImpl@1813260
19:16:08.447 [XNIO-126 I/O-3] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-126 I/O-3', selector sun.nio.ch.EPollSelectorImpl@68dfffc3
19:16:08.448 [XNIO-126 I/O-5] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-126 I/O-5', selector sun.nio.ch.EPollSelectorImpl@4698267
19:16:08.447 [XNIO-126 I/O-4] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-126 I/O-4', selector sun.nio.ch.EPollSelectorImpl@2a2f1e0d
19:16:08.450 [XNIO-126 I/O-6] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-126 I/O-6', selector sun.nio.ch.EPollSelectorImpl@52a65253
19:16:08.450 [XNIO-126 I/O-7] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-126 I/O-7', selector sun.nio.ch.EPollSelectorImpl@7f565c8e
19:16:08.450 [XNIO-126 I/O-8] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-126 I/O-8', selector sun.nio.ch.EPollSelectorImpl@167c286c
19:16:08.450 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTP for interface localhost and port 0
19:16:08.451 [Test worker] DEBUG ersatz.undertow - Configuring listener with protocol HTTPS for interface localhost and port 0
19:16:08.454 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.454 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.454 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:39355
19:16:08.454 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Opening connection {s}->https://localhost:39355
19:16:08.454 [XNIO-126 Accept] DEBUG ersatz.xnio.nio - Started channel thread 'XNIO-126 Accept', selector sun.nio.ch.EPollSelectorImpl@3d5db25a
19:16:08.454 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connecting to localhost/127.0.0.1:39355
19:16:08.454 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Connecting socket to localhost/127.0.0.1:39355 with timeout 0
19:16:08.455 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Enabled protocols: [TLSv1, TLSv1.1, TLSv1.2]
19:16:08.455 [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:08.455 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Starting handshake
19:16:08.469 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory - Secure session established
19:16:08.469 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated protocol: TLSv1.2
19:16:08.469 [Test worker] DEBUG org.apache.http.conn.ssl.SSLConnectionSocketFactory -  negotiated cipher suite: TLS_ECDHE_RSA_WITH_AES_256_CBC_SHA384
19:16:08.470 [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:08.470 [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:08.470 [Test worker] DEBUG org.apache.http.impl.conn.DefaultHttpClientConnectionOperator - Connection established 127.0.0.1:41234<->127.0.0.1:39355
19:16:08.470 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /upload HTTP/1.1
19:16:08.470 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.470 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.470 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 >> PUT /upload HTTP/1.1
19:16:08.470 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 >> Content-Type: multipart/form-data; boundary=LCCceCkaCj; charset=utf-8
19:16:08.470 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 >> Content-Length: 336
19:16:08.470 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 >> Host: localhost:39355
19:16:08.470 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 >> Connection: Keep-Alive
19:16:08.470 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.470 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 >> Accept-Encoding: gzip,deflate
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "PUT /upload HTTP/1.1[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Content-Type: multipart/form-data; boundary=LCCceCkaCj; charset=utf-8[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Content-Length: 336[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Host: localhost:39355[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "--LCCceCkaCj[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Content-Disposition: form-data; name="alpha"[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Content-Type: text/plain; charset=ISO-8859-1[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Content-Transfer-Encoding: 8bit[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "some data[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "--LCCceCkaCj[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Content-Disposition: form-data; name="bravo"; filename="bravo.txt"[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Content-Type: text/plain[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Content-Transfer-Encoding: binary[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "This is bravo content[\r][\n]"
19:16:08.470 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "--LCCceCkaCj--[\r][\n]"
19:16:08.471 [XNIO-126 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /upload (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[multipart/form-data; boundary=LCCceCkaCj; charset=utf-8], Content-Length=[336], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39355]}, cookies=[:]): --LCCceCkaCj
Content-Disposition: form-data; name="alpha"
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit

some data
--LCCceCkaCj
Content-Disposition: form-data; name="bravo"; filename="bravo.txt"
Content-Type: text/plain
Content-Transfer-Encoding: binary

This is bravo content
--LCCceCkaCj--
 }
19:16:08.473 [XNIO-126 task-3] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:08.474 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.474 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 << "Content-Encoding: gzip[\r][\n]"
19:16:08.474 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 << "Connection: keep-alive[\r][\n]"
19:16:08.474 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 << "Content-Type: text/plain[\r][\n]"
19:16:08.474 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 << "Content-Length: 27[\r][\n]"
19:16:08.474 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.474 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 << "[\r][\n]"
19:16:08.474 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 << "[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:08.474 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 << HTTP/1.1 200 OK
19:16:08.474 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 << Content-Encoding: gzip
19:16:08.474 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 << Connection: keep-alive
19:16:08.474 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 << Content-Type: text/plain
19:16:08.474 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 << Content-Length: 27
19:16:08.474 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.474 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.474 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:41234<->127.0.0.1:39355
19:16:08.474 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.475 [Test worker] DEBUG org.apache.http.client.protocol.RequestAddCookies - CookieSpec selected: default
19:16:08.475 [Test worker] DEBUG org.apache.http.client.protocol.RequestAuthCache - Auth cache not set in the context
19:16:08.475 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Get connection for route {s}->https://localhost:39355
19:16:08.475 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Executing request PUT /upload HTTP/1.1
19:16:08.475 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Target auth state: UNCHALLENGED
19:16:08.475 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Proxy auth state: UNCHALLENGED
19:16:08.475 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 >> PUT /upload HTTP/1.1
19:16:08.475 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 >> Content-Type: multipart/form-data; boundary=YjSFhzNH58; charset=utf-8
19:16:08.475 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 >> Content-Length: 336
19:16:08.475 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 >> Host: localhost:39355
19:16:08.475 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 >> Connection: Keep-Alive
19:16:08.475 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 >> User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)
19:16:08.475 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 >> Accept-Encoding: gzip,deflate
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "PUT /upload HTTP/1.1[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Content-Type: multipart/form-data; boundary=YjSFhzNH58; charset=utf-8[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Content-Length: 336[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Host: localhost:39355[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Connection: Keep-Alive[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "User-Agent: Apache-HttpClient/4.5.2 (Java/1.8.0_222)[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Accept-Encoding: gzip,deflate[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "--YjSFhzNH58[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Content-Disposition: form-data; name="alpha"[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Content-Type: text/plain; charset=ISO-8859-1[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Content-Transfer-Encoding: 8bit[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "some data[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "--YjSFhzNH58[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Content-Disposition: form-data; name="bravo"; filename="bravo.txt"[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Content-Type: text/plain[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "Content-Transfer-Encoding: binary[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "This is bravo content[\r][\n]"
19:16:08.476 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 >> "--YjSFhzNH58--[\r][\n]"
19:16:08.476 [XNIO-126 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Request: { PUT /upload (query=[:], headers={Connection=[Keep-Alive], Accept-Encoding=[gzip,deflate], Content-Type=[multipart/form-data; boundary=YjSFhzNH58; charset=utf-8], Content-Length=[336], User-Agent=[Apache-HttpClient/4.5.2 (Java/1.8.0_222)], Host=[localhost:39355]}, cookies=[:]): --YjSFhzNH58
Content-Disposition: form-data; name="alpha"
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: 8bit

some data
--YjSFhzNH58
Content-Disposition: form-data; name="bravo"; filename="bravo.txt"
Content-Type: text/plain
Content-Transfer-Encoding: binary

This is bravo content
--YjSFhzNH58--
 }
19:16:08.478 [XNIO-126 task-4] DEBUG com.stehno.ersatz.ErsatzServer - Response({Content-Type=[text/plain]}): ok-text
19:16:08.479 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 << "HTTP/1.1 200 OK[\r][\n]"
19:16:08.479 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 << "Content-Encoding: gzip[\r][\n]"
19:16:08.479 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 << "Connection: keep-alive[\r][\n]"
19:16:08.479 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 << "Content-Type: text/plain[\r][\n]"
19:16:08.479 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 << "Content-Length: 27[\r][\n]"
19:16:08.479 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 << "Date: Sun, 11 Aug 2019 00:15:58 GMT[\r][\n]"
19:16:08.479 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 << "[\r][\n]"
19:16:08.479 [Test worker] DEBUG org.apache.http.wire - http-outgoing-123 << "[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:08.479 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 << HTTP/1.1 200 OK
19:16:08.479 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 << Content-Encoding: gzip
19:16:08.479 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 << Connection: keep-alive
19:16:08.479 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 << Content-Type: text/plain
19:16:08.479 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 << Content-Length: 27
19:16:08.479 [Test worker] DEBUG org.apache.http.headers - http-outgoing-123 << Date: Sun, 11 Aug 2019 00:15:58 GMT
19:16:08.479 [Test worker] DEBUG org.apache.http.impl.execchain.MainClientExec - Connection can be kept alive indefinitely
19:16:08.480 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Releasing connection 127.0.0.1:41234<->127.0.0.1:39355
19:16:08.480 [Test worker] DEBUG org.apache.http.impl.conn.BasicHttpClientConnectionManager - Connection can be kept alive indefinitely
19:16:08.480 [Test worker] DEBUG ersatz.undertow - stopping undertow server ersatz.undertow.Undertow@423d60b8