WireMockRequest returns incorrect request when query params are present

Issue #16 resolved
James Navin created an issue

The WireMockRequest#getPath() method incorrectly returns the path with the query param string on the end.

This causes path matching (and validation) to fail for requests that contain a query string.

Comments (2)

  1. Log in to comment