Hey 👋 I'm currently working on building a wiremock-spring-boot adapter with DirectHttpServer. But I'm experiencing that queryParameters is removed during pattern matching. Any ideas on where to start debugging this?
I've verified that the original request to wiremock definitely receives query parameters (see image 1 & 2)
But then when it starts matching in the RequestPattern the request object is now somehow a LoggedRequest with an empty queryParams (see image 3 & 4)