By type
2021-11-29 21:05:59 5.11.2 INFO logger level is INFO, change using:
- 'ConfigurationProperties.logLevel(String level)' in Java code,
- '-logLevel' command line argument,
- 'mockserver.logLevel' JVM system property or,
- 'mockserver.logLevel' property value in 'mockserver.properties'
2021-11-29 21:05:59 5.11.2 INFO 1080 started on port: 1080
2021-11-29 21:06:37 5.11.2 INFO 1080 creating expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
with id:
c206bd7a-4caa-4faa-b465-b732291ecc9f
2021-11-29 21:06:38 5.11.2 INFO 1080 creating expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
with id:
175d3c08-e1a2-4989-aa66-fec72d340c4a
2021-11-29 21:06:38 5.11.2 INFO 1080 creating expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
with id:
aa805d1a-6508-43e9-b78e-c4b4b8c562cc
2021-11-29 21:06:38 5.11.2 INFO 1080 creating expectation:
{
"id" : "18da6ba4-d6d4-438e-82a5-ecd6476f691e",
"priority" : 0,
"httpRequest" : {
"method" : "PUT",
"path" : "/resource-resolution/put"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"put:ok\"}"
}
}
with id:
18da6ba4-d6d4-438e-82a5-ecd6476f691e
2021-11-29 21:06:38 5.11.2 INFO 1080 creating expectation:
{
"id" : "56cc73ab-2981-4dab-a5ac-e44b1bacc8c5",
"priority" : 0,
"httpRequest" : {
"method" : "PATCH",
"path" : "/resource-resolution/patch"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"patch:ok\"}"
}
}
with id:
56cc73ab-2981-4dab-a5ac-e44b1bacc8c5
2021-11-29 21:06:38 5.11.2 INFO 1080 creating expectation:
{
"id" : "bacff7ef-da01-40f1-a648-83a0d227a9b9",
"priority" : 0,
"httpRequest" : {
"method" : "DELETE",
"path" : "/resource-resolution/delete"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"delete:ok\"}"
}
}
with id:
bacff7ef-da01-40f1-a648-83a0d227a9b9
2021-11-29 21:06:42 5.11.2 INFO 1080 received request:
{
"method" : "PUT",
"path" : "/resource-resolution/put",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
2021-11-29 21:06:42 5.11.2 INFO 1080 request:
{
"method" : "PUT",
"path" : "/resource-resolution/put",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method didn't match
2021-11-29 21:06:42 5.11.2 INFO 1080 request:
{
"method" : "PUT",
"path" : "/resource-resolution/put",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
because:
method didn't match
2021-11-29 21:06:42 5.11.2 INFO 1080 request:
{
"method" : "PUT",
"path" : "/resource-resolution/put",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:06:42 5.11.2 INFO 1080 request:
{
"method" : "PUT",
"path" : "/resource-resolution/put",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
matched expectation:
{
"id" : "18da6ba4-d6d4-438e-82a5-ecd6476f691e",
"priority" : 0,
"httpRequest" : {
"method" : "PUT",
"path" : "/resource-resolution/put"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"put:ok\"}"
}
}
2021-11-29 21:06:42 5.11.2 INFO 1080 returning response:
{
"body" : "{\"value\": \"put:ok\"}"
}
for request:
{
"method" : "PUT",
"path" : "/resource-resolution/put",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
for action:
{
"body" : "{\"value\": \"put:ok\"}"
}
from expectation:
18da6ba4-d6d4-438e-82a5-ecd6476f691e
2021-11-29 21:06:43 5.11.2 INFO 1080 received request:
{
"method" : "PATCH",
"path" : "/resource-resolution/patch",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
2021-11-29 21:06:43 5.11.2 INFO 1080 request:
{
"method" : "PATCH",
"path" : "/resource-resolution/patch",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method didn't match
2021-11-29 21:06:43 5.11.2 INFO 1080 request:
{
"method" : "PATCH",
"path" : "/resource-resolution/patch",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
because:
method didn't match
2021-11-29 21:06:43 5.11.2 INFO 1080 request:
{
"method" : "PATCH",
"path" : "/resource-resolution/patch",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:06:43 5.11.2 INFO 1080 request:
{
"method" : "PATCH",
"path" : "/resource-resolution/patch",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "18da6ba4-d6d4-438e-82a5-ecd6476f691e",
"priority" : 0,
"httpRequest" : {
"method" : "PUT",
"path" : "/resource-resolution/put"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"put:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:06:43 5.11.2 INFO 1080 request:
{
"method" : "PATCH",
"path" : "/resource-resolution/patch",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
matched expectation:
{
"id" : "56cc73ab-2981-4dab-a5ac-e44b1bacc8c5",
"priority" : 0,
"httpRequest" : {
"method" : "PATCH",
"path" : "/resource-resolution/patch"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"patch:ok\"}"
}
}
2021-11-29 21:06:43 5.11.2 INFO 1080 returning response:
{
"body" : "{\"value\": \"patch:ok\"}"
}
for request:
{
"method" : "PATCH",
"path" : "/resource-resolution/patch",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
for action:
{
"body" : "{\"value\": \"patch:ok\"}"
}
from expectation:
56cc73ab-2981-4dab-a5ac-e44b1bacc8c5
2021-11-29 21:06:43 5.11.2 INFO 1080 received request:
{
"method" : "DELETE",
"path" : "/resource-resolution/delete",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
2021-11-29 21:06:43 5.11.2 INFO 1080 request:
{
"method" : "DELETE",
"path" : "/resource-resolution/delete",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method didn't match
2021-11-29 21:06:43 5.11.2 INFO 1080 request:
{
"method" : "DELETE",
"path" : "/resource-resolution/delete",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
because:
method didn't match
2021-11-29 21:06:43 5.11.2 INFO 1080 request:
{
"method" : "DELETE",
"path" : "/resource-resolution/delete",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:06:43 5.11.2 INFO 1080 request:
{
"method" : "DELETE",
"path" : "/resource-resolution/delete",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "18da6ba4-d6d4-438e-82a5-ecd6476f691e",
"priority" : 0,
"httpRequest" : {
"method" : "PUT",
"path" : "/resource-resolution/put"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"put:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:06:43 5.11.2 INFO 1080 request:
{
"method" : "DELETE",
"path" : "/resource-resolution/delete",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "56cc73ab-2981-4dab-a5ac-e44b1bacc8c5",
"priority" : 0,
"httpRequest" : {
"method" : "PATCH",
"path" : "/resource-resolution/patch"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"patch:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:06:43 5.11.2 INFO 1080 request:
{
"method" : "DELETE",
"path" : "/resource-resolution/delete",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
matched expectation:
{
"id" : "bacff7ef-da01-40f1-a648-83a0d227a9b9",
"priority" : 0,
"httpRequest" : {
"method" : "DELETE",
"path" : "/resource-resolution/delete"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"delete:ok\"}"
}
}
2021-11-29 21:06:43 5.11.2 INFO 1080 returning response:
{
"body" : "{\"value\": \"delete:ok\"}"
}
for request:
{
"method" : "DELETE",
"path" : "/resource-resolution/delete",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
for action:
{
"body" : "{\"value\": \"delete:ok\"}"
}
from expectation:
bacff7ef-da01-40f1-a648-83a0d227a9b9
2021-11-29 21:06:50 5.11.2 INFO 1080 received request:
{
"method" : "GET",
"path" : "/resource-resolution/get",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/resource-resolution/get",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
matched expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
2021-11-29 21:06:50 5.11.2 INFO 1080 returning response:
{
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
for request:
{
"method" : "GET",
"path" : "/resource-resolution/get",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
for action:
{
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
from expectation:
c206bd7a-4caa-4faa-b465-b732291ecc9f
2021-11-29 21:06:50 5.11.2 INFO 1080 received request:
{
"method" : "POST",
"path" : "/resource-resolution/post",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "POST",
"path" : "/resource-resolution/post",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "POST",
"path" : "/resource-resolution/post",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
because:
method didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "POST",
"path" : "/resource-resolution/post",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
matched expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
2021-11-29 21:06:50 5.11.2 INFO 1080 returning response:
{
"body" : "{\"value\": \"post:ok\"}"
}
for request:
{
"method" : "POST",
"path" : "/resource-resolution/post",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
for action:
{
"body" : "{\"value\": \"post:ok\"}"
}
from expectation:
aa805d1a-6508-43e9-b78e-c4b4b8c562cc
2021-11-29 21:06:50 5.11.2 INFO 1080 received request:
{
"method" : "PATCH",
"path" : "/resource-resolution/patch",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "PATCH",
"path" : "/resource-resolution/patch",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "PATCH",
"path" : "/resource-resolution/patch",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
because:
method didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "PATCH",
"path" : "/resource-resolution/patch",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "PATCH",
"path" : "/resource-resolution/patch",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "18da6ba4-d6d4-438e-82a5-ecd6476f691e",
"priority" : 0,
"httpRequest" : {
"method" : "PUT",
"path" : "/resource-resolution/put"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"put:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "PATCH",
"path" : "/resource-resolution/patch",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
matched expectation:
{
"id" : "56cc73ab-2981-4dab-a5ac-e44b1bacc8c5",
"priority" : 0,
"httpRequest" : {
"method" : "PATCH",
"path" : "/resource-resolution/patch"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"patch:ok\"}"
}
}
2021-11-29 21:06:50 5.11.2 INFO 1080 returning response:
{
"body" : "{\"value\": \"patch:ok\"}"
}
for request:
{
"method" : "PATCH",
"path" : "/resource-resolution/patch",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
for action:
{
"body" : "{\"value\": \"patch:ok\"}"
}
from expectation:
56cc73ab-2981-4dab-a5ac-e44b1bacc8c5
2021-11-29 21:06:50 5.11.2 INFO 1080 received request:
{
"method" : "PUT",
"path" : "/resource-resolution/put",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "PUT",
"path" : "/resource-resolution/put",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "PUT",
"path" : "/resource-resolution/put",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
because:
method didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "PUT",
"path" : "/resource-resolution/put",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "PUT",
"path" : "/resource-resolution/put",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
matched expectation:
{
"id" : "18da6ba4-d6d4-438e-82a5-ecd6476f691e",
"priority" : 0,
"httpRequest" : {
"method" : "PUT",
"path" : "/resource-resolution/put"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"put:ok\"}"
}
}
2021-11-29 21:06:50 5.11.2 INFO 1080 returning response:
{
"body" : "{\"value\": \"put:ok\"}"
}
for request:
{
"method" : "PUT",
"path" : "/resource-resolution/put",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
for action:
{
"body" : "{\"value\": \"put:ok\"}"
}
from expectation:
18da6ba4-d6d4-438e-82a5-ecd6476f691e
2021-11-29 21:06:50 5.11.2 INFO 1080 received request:
{
"method" : "DELETE",
"path" : "/resource-resolution/delete",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "DELETE",
"path" : "/resource-resolution/delete",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "DELETE",
"path" : "/resource-resolution/delete",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
because:
method didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "DELETE",
"path" : "/resource-resolution/delete",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "DELETE",
"path" : "/resource-resolution/delete",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "18da6ba4-d6d4-438e-82a5-ecd6476f691e",
"priority" : 0,
"httpRequest" : {
"method" : "PUT",
"path" : "/resource-resolution/put"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"put:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "DELETE",
"path" : "/resource-resolution/delete",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "56cc73ab-2981-4dab-a5ac-e44b1bacc8c5",
"priority" : 0,
"httpRequest" : {
"method" : "PATCH",
"path" : "/resource-resolution/patch"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"patch:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "DELETE",
"path" : "/resource-resolution/delete",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
matched expectation:
{
"id" : "bacff7ef-da01-40f1-a648-83a0d227a9b9",
"priority" : 0,
"httpRequest" : {
"method" : "DELETE",
"path" : "/resource-resolution/delete"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"delete:ok\"}"
}
}
2021-11-29 21:06:50 5.11.2 INFO 1080 returning response:
{
"body" : "{\"value\": \"delete:ok\"}"
}
for request:
{
"method" : "DELETE",
"path" : "/resource-resolution/delete",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
for action:
{
"body" : "{\"value\": \"delete:ok\"}"
}
from expectation:
bacff7ef-da01-40f1-a648-83a0d227a9b9
2021-11-29 21:06:50 5.11.2 INFO 1080 received request:
{
"method" : "POST",
"path" : "/resource-resolution/post",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "POST",
"path" : "/resource-resolution/post",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "POST",
"path" : "/resource-resolution/post",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
because:
method didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "POST",
"path" : "/resource-resolution/post",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
matched expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
2021-11-29 21:06:50 5.11.2 INFO 1080 returning response:
{
"body" : "{\"value\": \"post:ok\"}"
}
for request:
{
"method" : "POST",
"path" : "/resource-resolution/post",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Content-Length" : [ "0" ],
"Content-Type" : [ "text/plain; charset=ISO-8859-1" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ]
},
"keepAlive" : true,
"secure" : false
}
for action:
{
"body" : "{\"value\": \"post:ok\"}"
}
from expectation:
aa805d1a-6508-43e9-b78e-c4b4b8c562cc
2021-11-29 21:06:50 5.11.2 INFO 1080 received request:
{
"method" : "GET",
"path" : "/resource-resolution/get",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/resource-resolution/get",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
matched expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
2021-11-29 21:06:50 5.11.2 INFO 1080 returning response:
{
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
for request:
{
"method" : "GET",
"path" : "/resource-resolution/get",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
for action:
{
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
from expectation:
c206bd7a-4caa-4faa-b465-b732291ecc9f
2021-11-29 21:06:50 5.11.2 INFO 1080 received request:
{
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method matched
path didn't match
2021-11-29 21:06:50 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
matched expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
2021-11-29 21:06:50 5.11.2 INFO 1080 returning response:
{
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
for request:
{
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id",
"headers" : {
"Authorization" : [ "NoTokenRequired" ],
"Host" : [ "cds-regression-mockserver" ],
"Connection" : [ "Keep-Alive" ],
"User-Agent" : [ "Apache-HttpClient/4.5.13 (Java/11.0.9.1)" ],
"Accept-Encoding" : [ "gzip,deflate" ],
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
for action:
{
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
from expectation:
175d3c08-e1a2-4989-aa66-fec72d340c4a
2021-11-29 21:48:00 5.11.2 INFO 1080 received request:
{
"method" : "GET",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : false
}
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : false
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method matched
path didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : false
}
didn't match expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
because:
method matched
path didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : false
}
didn't match expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : false
}
didn't match expectation:
{
"id" : "18da6ba4-d6d4-438e-82a5-ecd6476f691e",
"priority" : 0,
"httpRequest" : {
"method" : "PUT",
"path" : "/resource-resolution/put"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"put:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : false
}
didn't match expectation:
{
"id" : "56cc73ab-2981-4dab-a5ac-e44b1bacc8c5",
"priority" : 0,
"httpRequest" : {
"method" : "PATCH",
"path" : "/resource-resolution/patch"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"patch:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : false
}
didn't match expectation:
{
"id" : "bacff7ef-da01-40f1-a648-83a0d227a9b9",
"priority" : 0,
"httpRequest" : {
"method" : "DELETE",
"path" : "/resource-resolution/delete"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"delete:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 no expectation for:
{
"method" : "GET",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : false
}
returning response:
{
"statusCode" : 404,
"reasonPhrase" : "Not Found"
}
2021-11-29 21:48:00 5.11.2 INFO 1080 received request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : false
}
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : false
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : false
}
didn't match expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
because:
method didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : false
}
didn't match expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : false
}
didn't match expectation:
{
"id" : "18da6ba4-d6d4-438e-82a5-ecd6476f691e",
"priority" : 0,
"httpRequest" : {
"method" : "PUT",
"path" : "/resource-resolution/put"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"put:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : false
}
didn't match expectation:
{
"id" : "56cc73ab-2981-4dab-a5ac-e44b1bacc8c5",
"priority" : 0,
"httpRequest" : {
"method" : "PATCH",
"path" : "/resource-resolution/patch"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"patch:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : false
}
didn't match expectation:
{
"id" : "bacff7ef-da01-40f1-a648-83a0d227a9b9",
"priority" : 0,
"httpRequest" : {
"method" : "DELETE",
"path" : "/resource-resolution/delete"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"delete:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 no expectation for:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : false
}
returning response:
{
"statusCode" : 404,
"reasonPhrase" : "Not Found"
}
2021-11-29 21:48:00 5.11.2 INFO 1080 received request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
because:
method didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "18da6ba4-d6d4-438e-82a5-ecd6476f691e",
"priority" : 0,
"httpRequest" : {
"method" : "PUT",
"path" : "/resource-resolution/put"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"put:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "56cc73ab-2981-4dab-a5ac-e44b1bacc8c5",
"priority" : 0,
"httpRequest" : {
"method" : "PATCH",
"path" : "/resource-resolution/patch"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"patch:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
didn't match expectation:
{
"id" : "bacff7ef-da01-40f1-a648-83a0d227a9b9",
"priority" : 0,
"httpRequest" : {
"method" : "DELETE",
"path" : "/resource-resolution/delete"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"delete:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:00 5.11.2 INFO 1080 no expectation for:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : false
}
returning response:
{
"statusCode" : 404,
"reasonPhrase" : "Not Found"
}
2021-11-29 21:48:05 5.11.2 INFO 1080 received binary request:
8000002872fe1d130000000000000002000186a00001977c0000000000000000000000000000000000000000
2021-11-29 21:48:05 5.11.2 INFO 1080 unknown message format
8000002872fe1d130000000000000002000186a00001977c0000000000000000000000000000000000000000
2021-11-29 21:48:05 5.11.2 INFO 1080 received binary request:
001e0006010000010000000000000776657273696f6e0462696e640000100003
2021-11-29 21:48:05 5.11.2 INFO 1080 unknown message format
001e0006010000010000000000000776657273696f6e0462696e640000100003
2021-11-29 21:48:05 5.11.2 INFO 1080 received binary request:
000c000010000000000000000000
2021-11-29 21:48:05 5.11.2 INFO 1080 unknown message format
000c000010000000000000000000
2021-11-29 21:48:13 5.11.2 SEVERE 1080 TSL handshake failure while a client attempted to connect to [id: 0xa7babd4f, L:0.0.0.0/0.0.0.0:1080]
io.netty.handler.codec.DecoderException: javax.net.ssl.SSLHandshakeException: Client requested protocol SSLv3 is not enabled or supported in server context
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:471)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
at io.netty.handler.codec.ByteToMessageDecoder.handlerRemoved(ByteToMessageDecoder.java:253)
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:508)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:440)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
at org.mockserver.netty.unification.PortUnificationHandler.enableTls(PortUnificationHandler.java:201)
at org.mockserver.netty.unification.PortUnificationHandler.decode(PortUnificationHandler.java:135)
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:501)
at io.netty.handler.codec.ReplayingDecoder.callDecode(ReplayingDecoder.java:366)
at io.netty.handler.codec.ByteToMessageDecoder.channelRead(ByteToMessageDecoder.java:276)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
at io.netty.channel.AbstractChannelHandlerContext.fireChannelRead(AbstractChannelHandlerContext.java:357)
at io.netty.channel.DefaultChannelPipeline$HeadContext.channelRead(DefaultChannelPipeline.java:1410)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:379)
at io.netty.channel.AbstractChannelHandlerContext.invokeChannelRead(AbstractChannelHandlerContext.java:365)
at io.netty.channel.DefaultChannelPipeline.fireChannelRead(DefaultChannelPipeline.java:919)
at io.netty.channel.nio.AbstractNioByteChannel$NioByteUnsafe.read(AbstractNioByteChannel.java:166)
at io.netty.channel.nio.NioEventLoop.processSelectedKey(NioEventLoop.java:714)
at io.netty.channel.nio.NioEventLoop.processSelectedKeysOptimized(NioEventLoop.java:650)
at io.netty.channel.nio.NioEventLoop.processSelectedKeys(NioEventLoop.java:576)
at io.netty.channel.nio.NioEventLoop.run(NioEventLoop.java:493)
at io.netty.util.concurrent.SingleThreadEventExecutor$4.run(SingleThreadEventExecutor.java:989)
at io.netty.util.internal.ThreadExecutorMap$2.run(ThreadExecutorMap.java:74)
at java.base/java.lang.Thread.run(Thread.java:834)
Caused by: javax.net.ssl.SSLHandshakeException: Client requested protocol SSLv3 is not enabled or supported in server context
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:131)
at java.base/sun.security.ssl.Alert.createSSLException(Alert.java:117)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:307)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:263)
at java.base/sun.security.ssl.TransportContext.fatal(TransportContext.java:254)
at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.negotiateProtocol(ClientHello.java:883)
at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.onClientHello(ClientHello.java:835)
at java.base/sun.security.ssl.ClientHello$ClientHelloConsumer.consume(ClientHello.java:813)
at java.base/sun.security.ssl.SSLHandshake.consume(SSLHandshake.java:392)
at java.base/sun.security.ssl.HandshakeContext.dispatch(HandshakeContext.java:443)
at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1061)
at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask$DelegatedAction.run(SSLEngineImpl.java:1048)
at java.base/java.security.AccessController.doPrivileged(Native Method)
at java.base/sun.security.ssl.SSLEngineImpl$DelegatedTask.run(SSLEngineImpl.java:995)
at io.netty.handler.ssl.SslHandler.runAllDelegatedTasks(SslHandler.java:1557)
at io.netty.handler.ssl.SslHandler.runDelegatedTasks(SslHandler.java:1571)
at io.netty.handler.ssl.SslHandler.unwrap(SslHandler.java:1455)
at io.netty.handler.ssl.SslHandler.decodeJdkCompatible(SslHandler.java:1282)
at io.netty.handler.ssl.SslHandler.decode(SslHandler.java:1329)
at io.netty.handler.codec.ByteToMessageDecoder.decodeRemovalReentryProtection(ByteToMessageDecoder.java:501)
at io.netty.handler.codec.ByteToMessageDecoder.callDecode(ByteToMessageDecoder.java:440)
... 35 more
2021-11-29 21:48:24 5.11.2 INFO 1080 received request:
{
"method" : "GET",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
2021-11-29 21:48:24 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method matched
path didn't match
2021-11-29 21:48:24 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
because:
method matched
path didn't match
2021-11-29 21:48:24 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:24 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "18da6ba4-d6d4-438e-82a5-ecd6476f691e",
"priority" : 0,
"httpRequest" : {
"method" : "PUT",
"path" : "/resource-resolution/put"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"put:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:24 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "56cc73ab-2981-4dab-a5ac-e44b1bacc8c5",
"priority" : 0,
"httpRequest" : {
"method" : "PATCH",
"path" : "/resource-resolution/patch"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"patch:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:24 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "bacff7ef-da01-40f1-a648-83a0d227a9b9",
"priority" : 0,
"httpRequest" : {
"method" : "DELETE",
"path" : "/resource-resolution/delete"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"delete:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:24 5.11.2 INFO 1080 no expectation for:
{
"method" : "GET",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
returning response:
{
"statusCode" : 404,
"reasonPhrase" : "Not Found"
}
2021-11-29 21:48:24 5.11.2 INFO 1080 received request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
2021-11-29 21:48:24 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method didn't match
2021-11-29 21:48:24 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
because:
method didn't match
2021-11-29 21:48:24 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:24 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "18da6ba4-d6d4-438e-82a5-ecd6476f691e",
"priority" : 0,
"httpRequest" : {
"method" : "PUT",
"path" : "/resource-resolution/put"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"put:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:24 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "56cc73ab-2981-4dab-a5ac-e44b1bacc8c5",
"priority" : 0,
"httpRequest" : {
"method" : "PATCH",
"path" : "/resource-resolution/patch"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"patch:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:24 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "bacff7ef-da01-40f1-a648-83a0d227a9b9",
"priority" : 0,
"httpRequest" : {
"method" : "DELETE",
"path" : "/resource-resolution/delete"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"delete:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:24 5.11.2 INFO 1080 no expectation for:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
returning response:
{
"statusCode" : 404,
"reasonPhrase" : "Not Found"
}
2021-11-29 21:48:25 5.11.2 INFO 1080 received request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : true
}
2021-11-29 21:48:25 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : true
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method didn't match
2021-11-29 21:48:25 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : true
}
didn't match expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
because:
method didn't match
2021-11-29 21:48:25 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : true
}
didn't match expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:25 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : true
}
didn't match expectation:
{
"id" : "18da6ba4-d6d4-438e-82a5-ecd6476f691e",
"priority" : 0,
"httpRequest" : {
"method" : "PUT",
"path" : "/resource-resolution/put"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"put:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:25 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : true
}
didn't match expectation:
{
"id" : "56cc73ab-2981-4dab-a5ac-e44b1bacc8c5",
"priority" : 0,
"httpRequest" : {
"method" : "PATCH",
"path" : "/resource-resolution/patch"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"patch:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:25 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : true
}
didn't match expectation:
{
"id" : "bacff7ef-da01-40f1-a648-83a0d227a9b9",
"priority" : 0,
"httpRequest" : {
"method" : "DELETE",
"path" : "/resource-resolution/delete"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"delete:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:25 5.11.2 INFO 1080 no expectation for:
{
"method" : "OPTIONS",
"path" : "/",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : true,
"secure" : true
}
returning response:
{
"statusCode" : 404,
"reasonPhrase" : "Not Found"
}
2021-11-29 21:48:30 5.11.2 INFO 1080 received binary request:
8000002872fe1d130000000000000002000186a00001977c0000000000000000000000000000000000000000
2021-11-29 21:48:30 5.11.2 INFO 1080 unknown message format
8000002872fe1d130000000000000002000186a00001977c0000000000000000000000000000000000000000
2021-11-29 21:48:30 5.11.2 INFO 1080 received binary request:
001e0006010000010000000000000776657273696f6e0462696e640000100003
2021-11-29 21:48:30 5.11.2 INFO 1080 unknown message format
001e0006010000010000000000000776657273696f6e0462696e640000100003
2021-11-29 21:48:30 5.11.2 INFO 1080 received binary request:
000c000010000000000000000000
2021-11-29 21:48:30 5.11.2 INFO 1080 unknown message format
000c000010000000000000000000
2021-11-29 21:48:37 5.11.2 INFO 1080 received binary request:
0300002a25e00000000000436f6f6b69653a206d737473686173683d6e6d61700d0a0100080003000000
2021-11-29 21:48:37 5.11.2 INFO 1080 unknown message format
0300002a25e00000000000436f6f6b69653a206d737473686173683d6e6d61700d0a0100080003000000
2021-11-29 21:48:37 5.11.2 INFO 1080 received binary request:
000000716a816e30816ba103020105a20302010aa4815e305ca00703050050800010a2041b024e4da3173015a003020100a10e300c1b066b72627467741b024e4da511180f31393730303130313030303030305aa70602041f1eb9d9a8173015020112020111020110020117020101020103020102
2021-11-29 21:48:37 5.11.2 INFO 1080 unknown message format
000000716a816e30816ba103020105a20302010aa4815e305ca00703050050800010a2041b024e4da3173015a003020100a10e300c1b066b72627467741b024e4da511180f31393730303130313030303030305aa70602041f1eb9d9a8173015020112020111020110020117020101020103020102
2021-11-29 21:48:37 5.11.2 INFO 1080 received binary request:
000000a4ff534d4272000000000801400000000000000000000000000000400600000100008100025043204e4554574f524b2050524f4752414d20312e3000024d4943524f534f4654204e4554574f524b5320312e303300024d4943524f534f4654204e4554574f524b5320332e3000024c414e4d414e312e3000024c4d312e3258303032000253616d626100024e54204c414e4d414e20312e3000024e54204c4d20302e313200
2021-11-29 21:48:37 5.11.2 INFO 1080 unknown message format
000000a4ff534d4272000000000801400000000000000000000000000000400600000100008100025043204e4554574f524b2050524f4752414d20312e3000024d4943524f534f4654204e4554574f524b5320312e303300024d4943524f534f4654204e4554574f524b5320332e3000024c414e4d414e312e3000024c4d312e3258303032000253616d626100024e54204c414e4d414e20312e3000024e54204c4d20302e313200
2021-11-29 21:48:37 5.11.2 INFO 1080 received binary request:
6c000b000000000000000000
2021-11-29 21:48:37 5.11.2 INFO 1080 unknown message format
6c000b000000000000000000
2021-11-29 21:48:37 5.11.2 INFO 1080 received request:
{
"method" : "GET",
"path" : "/nice%20ports%2C/Tri%6Eity.txt%2ebak",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
2021-11-29 21:48:37 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/nice%20ports%2C/Tri%6Eity.txt%2ebak",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method matched
path didn't match
2021-11-29 21:48:37 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/nice%20ports%2C/Tri%6Eity.txt%2ebak",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
because:
method matched
path didn't match
2021-11-29 21:48:37 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/nice%20ports%2C/Tri%6Eity.txt%2ebak",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:37 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/nice%20ports%2C/Tri%6Eity.txt%2ebak",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "18da6ba4-d6d4-438e-82a5-ecd6476f691e",
"priority" : 0,
"httpRequest" : {
"method" : "PUT",
"path" : "/resource-resolution/put"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"put:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:37 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/nice%20ports%2C/Tri%6Eity.txt%2ebak",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "56cc73ab-2981-4dab-a5ac-e44b1bacc8c5",
"priority" : 0,
"httpRequest" : {
"method" : "PATCH",
"path" : "/resource-resolution/patch"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"patch:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:37 5.11.2 INFO 1080 request:
{
"method" : "GET",
"path" : "/nice%20ports%2C/Tri%6Eity.txt%2ebak",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
didn't match expectation:
{
"id" : "bacff7ef-da01-40f1-a648-83a0d227a9b9",
"priority" : 0,
"httpRequest" : {
"method" : "DELETE",
"path" : "/resource-resolution/delete"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"delete:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:37 5.11.2 INFO 1080 no expectation for:
{
"method" : "GET",
"path" : "/nice%20ports%2C/Tri%6Eity.txt%2ebak",
"headers" : {
"content-length" : [ "0" ]
},
"keepAlive" : false,
"secure" : true
}
returning response:
{
"statusCode" : 404,
"reasonPhrase" : "Not Found"
}
2021-11-29 21:48:37 5.11.2 INFO 1080 received binary request:
0164656661756c740a
2021-11-29 21:48:37 5.11.2 INFO 1080 unknown message format
0164656661756c740a
2021-11-29 21:48:37 5.11.2 INFO 1080 received binary request:
30840000002d02010763840000002404000a01000a0100020100020164010100870b6f626a656374436c617373308400000000
2021-11-29 21:48:37 5.11.2 INFO 1080 unknown message format
30840000002d02010763840000002404000a01000a0100020100020164010100870b6f626a656374436c617373308400000000
2021-11-29 21:48:37 5.11.2 INFO 1080 received binary request:
300c020101600702010204008000
2021-11-29 21:48:37 5.11.2 INFO 1080 unknown message format
300c020101600702010204008000
2021-11-29 21:48:37 5.11.2 INFO 1080 received request:
{
"method" : "OPTIONS",
"path" : "sip:nm",
"headers" : {
"Via" : [ "SIP/2.0/TCP nm;branch=foo" ],
"From" : [ ";tag=root" ],
"To" : [ "" ],
"Call-ID" : [ "50000" ],
"CSeq" : [ "42 OPTIONS" ],
"Max-Forwards" : [ "70" ],
"Content-Length" : [ "0" ],
"Contact" : [ "" ],
"Accept" : [ "application/sdp" ]
},
"keepAlive" : true,
"secure" : true
}
2021-11-29 21:48:37 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "sip:nm",
"headers" : {
"Via" : [ "SIP/2.0/TCP nm;branch=foo" ],
"From" : [ ";tag=root" ],
"To" : [ "" ],
"Call-ID" : [ "50000" ],
"CSeq" : [ "42 OPTIONS" ],
"Max-Forwards" : [ "70" ],
"Content-Length" : [ "0" ],
"Contact" : [ "" ],
"Accept" : [ "application/sdp" ]
},
"keepAlive" : true,
"secure" : true
}
didn't match expectation:
{
"id" : "c206bd7a-4caa-4faa-b465-b732291ecc9f",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"A046E51D-44DC-43AE-BBA2-86FCA86C5265\"}"
}
}
because:
method didn't match
2021-11-29 21:48:37 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "sip:nm",
"headers" : {
"Via" : [ "SIP/2.0/TCP nm;branch=foo" ],
"From" : [ ";tag=root" ],
"To" : [ "" ],
"Call-ID" : [ "50000" ],
"CSeq" : [ "42 OPTIONS" ],
"Max-Forwards" : [ "70" ],
"Content-Length" : [ "0" ],
"Contact" : [ "" ],
"Accept" : [ "application/sdp" ]
},
"keepAlive" : true,
"secure" : true
}
didn't match expectation:
{
"id" : "175d3c08-e1a2-4989-aa66-fec72d340c4a",
"priority" : 0,
"httpRequest" : {
"method" : "GET",
"path" : "/resource-resolution/get/A046E51D-44DC-43AE-BBA2-86FCA86C5265/id"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"74FE67C6-50F5-4557-B717-030D79903908\"}"
}
}
because:
method didn't match
2021-11-29 21:48:37 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "sip:nm",
"headers" : {
"Via" : [ "SIP/2.0/TCP nm;branch=foo" ],
"From" : [ ";tag=root" ],
"To" : [ "" ],
"Call-ID" : [ "50000" ],
"CSeq" : [ "42 OPTIONS" ],
"Max-Forwards" : [ "70" ],
"Content-Length" : [ "0" ],
"Contact" : [ "" ],
"Accept" : [ "application/sdp" ]
},
"keepAlive" : true,
"secure" : true
}
didn't match expectation:
{
"id" : "aa805d1a-6508-43e9-b78e-c4b4b8c562cc",
"priority" : 0,
"httpRequest" : {
"method" : "POST",
"path" : "/resource-resolution/post"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"post:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:37 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "sip:nm",
"headers" : {
"Via" : [ "SIP/2.0/TCP nm;branch=foo" ],
"From" : [ ";tag=root" ],
"To" : [ "" ],
"Call-ID" : [ "50000" ],
"CSeq" : [ "42 OPTIONS" ],
"Max-Forwards" : [ "70" ],
"Content-Length" : [ "0" ],
"Contact" : [ "" ],
"Accept" : [ "application/sdp" ]
},
"keepAlive" : true,
"secure" : true
}
didn't match expectation:
{
"id" : "18da6ba4-d6d4-438e-82a5-ecd6476f691e",
"priority" : 0,
"httpRequest" : {
"method" : "PUT",
"path" : "/resource-resolution/put"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"put:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:37 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "sip:nm",
"headers" : {
"Via" : [ "SIP/2.0/TCP nm;branch=foo" ],
"From" : [ ";tag=root" ],
"To" : [ "" ],
"Call-ID" : [ "50000" ],
"CSeq" : [ "42 OPTIONS" ],
"Max-Forwards" : [ "70" ],
"Content-Length" : [ "0" ],
"Contact" : [ "" ],
"Accept" : [ "application/sdp" ]
},
"keepAlive" : true,
"secure" : true
}
didn't match expectation:
{
"id" : "56cc73ab-2981-4dab-a5ac-e44b1bacc8c5",
"priority" : 0,
"httpRequest" : {
"method" : "PATCH",
"path" : "/resource-resolution/patch"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"patch:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:37 5.11.2 INFO 1080 request:
{
"method" : "OPTIONS",
"path" : "sip:nm",
"headers" : {
"Via" : [ "SIP/2.0/TCP nm;branch=foo" ],
"From" : [ ";tag=root" ],
"To" : [ "" ],
"Call-ID" : [ "50000" ],
"CSeq" : [ "42 OPTIONS" ],
"Max-Forwards" : [ "70" ],
"Content-Length" : [ "0" ],
"Contact" : [ "" ],
"Accept" : [ "application/sdp" ]
},
"keepAlive" : true,
"secure" : true
}
didn't match expectation:
{
"id" : "bacff7ef-da01-40f1-a648-83a0d227a9b9",
"priority" : 0,
"httpRequest" : {
"method" : "DELETE",
"path" : "/resource-resolution/delete"
},
"times" : {
"unlimited" : true
},
"timeToLive" : {
"unlimited" : true
},
"httpResponse" : {
"body" : "{\"value\": \"delete:ok\"}"
}
}
because:
method didn't match
2021-11-29 21:48:37 5.11.2 INFO 1080 no expectation for:
{
"method" : "OPTIONS",
"path" : "sip:nm",
"headers" : {
"Via" : [ "SIP/2.0/TCP nm;branch=foo" ],
"From" : [ ";tag=root" ],
"To" : [ "" ],
"Call-ID" : [ "50000" ],
"CSeq" : [ "42 OPTIONS" ],
"Max-Forwards" : [ "70" ],
"Content-Length" : [ "0" ],
"Contact" : [ "" ],
"Accept" : [ "application/sdp" ]
},
"keepAlive" : true,
"secure" : true
}
returning response:
{
"statusCode" : 404,
"reasonPhrase" : "Not Found"
}
2021-11-29 21:48:45 5.11.2 INFO 1080 received binary request:
544e4d5004000000544e4d4500000400
2021-11-29 21:48:45 5.11.2 INFO 1080 unknown message format
544e4d5004000000544e4d4500000400
2021-11-29 21:48:45 5.11.2 INFO 1080 received binary request:
0300000b06e00000000000
2021-11-29 21:48:45 5.11.2 INFO 1080 unknown message format
0300000b06e00000000000
2021-11-29 21:48:45 5.11.2 INFO 1080 received binary request:
446d6454000000170000000100000000111100ff01ff13
2021-11-29 21:48:45 5.11.2 INFO 1080 unknown message format
446d6454000000170000000100000000111100ff01ff13
2021-11-29 21:48:45 5.11.2 INFO 1080 received binary request:
3a0000002f00000002000040020f0001003d050000000000000000000000002f000000000000000000401f0000000000000000000000000000000000
2021-11-29 21:48:45 5.11.2 INFO 1080 unknown message format
3a0000002f00000002000040020f0001003d050000000000000000000000002f000000000000000000401f0000000000000000000000000000000000
2021-11-29 21:48:50 5.11.2 INFO 1080 received binary request:
010000fdcefa0bb0a00000004d4d53140000000000000000000000000000001200000001000300f0f0f0f00b0004001c0003004e00530050006c0061007900650072002f0039002e0030002e0030002e0032003900380030003b0020007b00300030003000300041004100300030002d0030004100300030002d0030003000610030002d0041004100300041002d003000300030003000410030004100410030004100410030007d000000e06ddf5f
2021-11-29 21:48:50 5.11.2 INFO 1080 unknown message format
010000fdcefa0bb0a00000004d4d53140000000000000000000000000000001200000001000300f0f0f0f00b0004001c0003004e00530050006c0061007900650072002f0039002e0030002e0030002e0032003900380030003b0020007b00300030003000300041004100300030002d0030004100300030002d0030003000610030002d0041004100300041002d003000300030003000410030004100410030004100410030007d000000e06ddf5f
2021-11-29 21:48:50 5.11.2 INFO 1080 received binary request:
005a0000010000000136012c000008007fff7f08000000010020003a0000000000000000000000000000000034e600000001000000000000000028434f4e4e4543545f444154413d28434f4d4d414e443d76657273696f6e2929
2021-11-29 21:48:50 5.11.2 INFO 1080 unknown message format
005a0000010000000136012c000008007fff7f08000000010020003a0000000000000000000000000000000034e600000001000000000000000028434f4e4e4543545f444154413d28434f4d4d414e443d76657273696f6e2929
2021-11-29 21:48:50 5.11.2 INFO 1080 received binary request:
1201003400000000000015000601001b000102001c000c0300280004ff080001550000004d5353514c53657276657200480f0000
2021-11-29 21:48:50 5.11.2 INFO 1080 unknown message format
1201003400000000000015000601001b000102001c000c0300280004ff080001550000004d5353514c53657276657200480f0000
2021-11-29 21:48:50 5.11.2 INFO 1080 received binary request:
000300010000000000000002000000000f00
2021-11-29 21:48:50 5.11.2 INFO 1080 unknown message format
000300010000000000000002000000000f00
2021-11-29 21:48:50 5.11.2 INFO 1080 received binary request:
47494f500100010024000000000000000100000001000000060000006162636465660000040000006765740000000000
2021-11-29 21:48:50 5.11.2 INFO 1080 unknown message format
47494f500100010024000000000000000100000001000000060000006162636465660000040000006765740000000000
2021-11-29 21:48:58 5.11.2 INFO 1080 received binary request:
800000280b894e950000000000000002000186a0000000020000000000000000000000000000000000000000
2021-11-29 21:48:58 5.11.2 INFO 1080 unknown message format
800000280b894e950000000000000002000186a0000000020000000000000000000000000000000000000000