Results

By type

          2021-11-30 03:21:42 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-30 03:21:42 5.11.2 INFO 1080 started on port: 1080 
2021-11-30 03:22:19 5.11.2 INFO 1080 creating expectation:

  {
    "id" : "525996af-cad0-4377-b33e-ff3b0c2baa23",
    "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:

  525996af-cad0-4377-b33e-ff3b0c2baa23
 
2021-11-30 03:22:19 5.11.2 INFO 1080 creating expectation:

  {
    "id" : "dbfaee27-62ba-4c36-9555-1700e4118273",
    "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:

  dbfaee27-62ba-4c36-9555-1700e4118273
 
2021-11-30 03:22:19 5.11.2 INFO 1080 creating expectation:

  {
    "id" : "bc583b5f-bd0b-4ddd-865e-7ec80cf8077d",
    "priority" : 0,
    "httpRequest" : {
      "method" : "POST",
      "path" : "/resource-resolution/post"
    },
    "times" : {
      "unlimited" : true
    },
    "timeToLive" : {
      "unlimited" : true
    },
    "httpResponse" : {
      "body" : "{\"value\": \"post:ok\"}"
    }
  }

 with id:

  bc583b5f-bd0b-4ddd-865e-7ec80cf8077d
 
2021-11-30 03:22:19 5.11.2 INFO 1080 creating expectation:

  {
    "id" : "c5846d56-fed3-4155-9353-98f4eaa458b5",
    "priority" : 0,
    "httpRequest" : {
      "method" : "PUT",
      "path" : "/resource-resolution/put"
    },
    "times" : {
      "unlimited" : true
    },
    "timeToLive" : {
      "unlimited" : true
    },
    "httpResponse" : {
      "body" : "{\"value\": \"put:ok\"}"
    }
  }

 with id:

  c5846d56-fed3-4155-9353-98f4eaa458b5
 
2021-11-30 03:22:19 5.11.2 INFO 1080 creating expectation:

  {
    "id" : "a1a7871f-2d19-40ec-9e52-edf9be4d16ff",
    "priority" : 0,
    "httpRequest" : {
      "method" : "PATCH",
      "path" : "/resource-resolution/patch"
    },
    "times" : {
      "unlimited" : true
    },
    "timeToLive" : {
      "unlimited" : true
    },
    "httpResponse" : {
      "body" : "{\"value\": \"patch:ok\"}"
    }
  }

 with id:

  a1a7871f-2d19-40ec-9e52-edf9be4d16ff
 
2021-11-30 03:22:19 5.11.2 INFO 1080 creating expectation:

  {
    "id" : "f25b483e-c35f-4f84-acb5-d20a439bddba",
    "priority" : 0,
    "httpRequest" : {
      "method" : "DELETE",
      "path" : "/resource-resolution/delete"
    },
    "times" : {
      "unlimited" : true
    },
    "timeToLive" : {
      "unlimited" : true
    },
    "httpResponse" : {
      "body" : "{\"value\": \"delete:ok\"}"
    }
  }

 with id:

  f25b483e-c35f-4f84-acb5-d20a439bddba
 
2021-11-30 03:22:25 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-30 03:22:25 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" : "525996af-cad0-4377-b33e-ff3b0c2baa23",
    "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-30 03:22:25 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" : "dbfaee27-62ba-4c36-9555-1700e4118273",
    "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-30 03:22:25 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" : "bc583b5f-bd0b-4ddd-865e-7ec80cf8077d",
    "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-30 03:22:25 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" : "c5846d56-fed3-4155-9353-98f4eaa458b5",
    "priority" : 0,
    "httpRequest" : {
      "method" : "PUT",
      "path" : "/resource-resolution/put"
    },
    "times" : {
      "unlimited" : true
    },
    "timeToLive" : {
      "unlimited" : true
    },
    "httpResponse" : {
      "body" : "{\"value\": \"put:ok\"}"
    }
  }
 
2021-11-30 03:22:25 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:

  c5846d56-fed3-4155-9353-98f4eaa458b5
 
2021-11-30 03:22:30 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-30 03:22:30 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" : "525996af-cad0-4377-b33e-ff3b0c2baa23",
    "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-30 03:22:30 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" : "dbfaee27-62ba-4c36-9555-1700e4118273",
    "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-30 03:22:30 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" : "bc583b5f-bd0b-4ddd-865e-7ec80cf8077d",
    "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-30 03:22:30 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" : "c5846d56-fed3-4155-9353-98f4eaa458b5",
    "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-30 03:22:30 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" : "a1a7871f-2d19-40ec-9e52-edf9be4d16ff",
    "priority" : 0,
    "httpRequest" : {
      "method" : "PATCH",
      "path" : "/resource-resolution/patch"
    },
    "times" : {
      "unlimited" : true
    },
    "timeToLive" : {
      "unlimited" : true
    },
    "httpResponse" : {
      "body" : "{\"value\": \"patch:ok\"}"
    }
  }
 
2021-11-30 03:22:30 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:

  a1a7871f-2d19-40ec-9e52-edf9be4d16ff
 
2021-11-30 03:22:30 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-30 03:22:30 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" : "525996af-cad0-4377-b33e-ff3b0c2baa23",
    "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-30 03:22:30 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" : "dbfaee27-62ba-4c36-9555-1700e4118273",
    "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-30 03:22:30 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" : "bc583b5f-bd0b-4ddd-865e-7ec80cf8077d",
    "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-30 03:22:30 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" : "c5846d56-fed3-4155-9353-98f4eaa458b5",
    "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-30 03:22:30 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" : "a1a7871f-2d19-40ec-9e52-edf9be4d16ff",
    "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-30 03:22:30 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" : "f25b483e-c35f-4f84-acb5-d20a439bddba",
    "priority" : 0,
    "httpRequest" : {
      "method" : "DELETE",
      "path" : "/resource-resolution/delete"
    },
    "times" : {
      "unlimited" : true
    },
    "timeToLive" : {
      "unlimited" : true
    },
    "httpResponse" : {
      "body" : "{\"value\": \"delete:ok\"}"
    }
  }
 
2021-11-30 03:22:30 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:

  f25b483e-c35f-4f84-acb5-d20a439bddba
 
2021-11-30 03:22:37 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-30 03:22:37 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" : "525996af-cad0-4377-b33e-ff3b0c2baa23",
    "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-30 03:22:37 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:

  525996af-cad0-4377-b33e-ff3b0c2baa23
 
2021-11-30 03:22:37 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-30 03:22:37 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" : "525996af-cad0-4377-b33e-ff3b0c2baa23",
    "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-30 03:22:37 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" : "dbfaee27-62ba-4c36-9555-1700e4118273",
    "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-30 03:22:37 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" : "bc583b5f-bd0b-4ddd-865e-7ec80cf8077d",
    "priority" : 0,
    "httpRequest" : {
      "method" : "POST",
      "path" : "/resource-resolution/post"
    },
    "times" : {
      "unlimited" : true
    },
    "timeToLive" : {
      "unlimited" : true
    },
    "httpResponse" : {
      "body" : "{\"value\": \"post:ok\"}"
    }
  }
 
2021-11-30 03:22:37 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:

  bc583b5f-bd0b-4ddd-865e-7ec80cf8077d
 
2021-11-30 03:22:38 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-30 03:22:38 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" : "525996af-cad0-4377-b33e-ff3b0c2baa23",
    "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-30 03:22:38 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" : "dbfaee27-62ba-4c36-9555-1700e4118273",
    "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-30 03:22:38 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" : "bc583b5f-bd0b-4ddd-865e-7ec80cf8077d",
    "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-30 03:22:38 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" : "c5846d56-fed3-4155-9353-98f4eaa458b5",
    "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-30 03:22:38 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" : "a1a7871f-2d19-40ec-9e52-edf9be4d16ff",
    "priority" : 0,
    "httpRequest" : {
      "method" : "PATCH",
      "path" : "/resource-resolution/patch"
    },
    "times" : {
      "unlimited" : true
    },
    "timeToLive" : {
      "unlimited" : true
    },
    "httpResponse" : {
      "body" : "{\"value\": \"patch:ok\"}"
    }
  }
 
2021-11-30 03:22:38 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:

  a1a7871f-2d19-40ec-9e52-edf9be4d16ff
 
2021-11-30 03:22:38 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-30 03:22:38 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" : "525996af-cad0-4377-b33e-ff3b0c2baa23",
    "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-30 03:22:38 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" : "dbfaee27-62ba-4c36-9555-1700e4118273",
    "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-30 03:22:38 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" : "bc583b5f-bd0b-4ddd-865e-7ec80cf8077d",
    "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-30 03:22:38 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" : "c5846d56-fed3-4155-9353-98f4eaa458b5",
    "priority" : 0,
    "httpRequest" : {
      "method" : "PUT",
      "path" : "/resource-resolution/put"
    },
    "times" : {
      "unlimited" : true
    },
    "timeToLive" : {
      "unlimited" : true
    },
    "httpResponse" : {
      "body" : "{\"value\": \"put:ok\"}"
    }
  }
 
2021-11-30 03:22:38 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:

  c5846d56-fed3-4155-9353-98f4eaa458b5
 
2021-11-30 03:22:38 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-30 03:22:38 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" : "525996af-cad0-4377-b33e-ff3b0c2baa23",
    "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-30 03:22:38 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" : "dbfaee27-62ba-4c36-9555-1700e4118273",
    "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-30 03:22:38 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" : "bc583b5f-bd0b-4ddd-865e-7ec80cf8077d",
    "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-30 03:22:38 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" : "c5846d56-fed3-4155-9353-98f4eaa458b5",
    "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-30 03:22:38 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" : "a1a7871f-2d19-40ec-9e52-edf9be4d16ff",
    "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-30 03:22:38 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" : "f25b483e-c35f-4f84-acb5-d20a439bddba",
    "priority" : 0,
    "httpRequest" : {
      "method" : "DELETE",
      "path" : "/resource-resolution/delete"
    },
    "times" : {
      "unlimited" : true
    },
    "timeToLive" : {
      "unlimited" : true
    },
    "httpResponse" : {
      "body" : "{\"value\": \"delete:ok\"}"
    }
  }
 
2021-11-30 03:22:38 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:

  f25b483e-c35f-4f84-acb5-d20a439bddba
 
2021-11-30 03:22:38 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-30 03:22:38 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" : "525996af-cad0-4377-b33e-ff3b0c2baa23",
    "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-30 03:22:38 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" : "dbfaee27-62ba-4c36-9555-1700e4118273",
    "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-30 03:22:38 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" : "bc583b5f-bd0b-4ddd-865e-7ec80cf8077d",
    "priority" : 0,
    "httpRequest" : {
      "method" : "POST",
      "path" : "/resource-resolution/post"
    },
    "times" : {
      "unlimited" : true
    },
    "timeToLive" : {
      "unlimited" : true
    },
    "httpResponse" : {
      "body" : "{\"value\": \"post:ok\"}"
    }
  }
 
2021-11-30 03:22:38 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:

  bc583b5f-bd0b-4ddd-865e-7ec80cf8077d
 
2021-11-30 03:22:38 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-30 03:22:38 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" : "525996af-cad0-4377-b33e-ff3b0c2baa23",
    "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-30 03:22:38 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:

  525996af-cad0-4377-b33e-ff3b0c2baa23
 
2021-11-30 03:22:38 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-30 03:22:38 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" : "525996af-cad0-4377-b33e-ff3b0c2baa23",
    "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-30 03:22:38 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" : "dbfaee27-62ba-4c36-9555-1700e4118273",
    "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-30 03:22:38 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:

  dbfaee27-62ba-4c36-9555-1700e4118273