Hey :wave: I'm currently working on building a wir...
# help
j
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)
l
This is a little tricky to diagnose with just the images. Do you have an example project you could share that demonstrates the problem. Even if it is a cutdown version of your app it would still be useful
j
Will upload later today 🙂
I did find the issue earlier- LoggedRequest never copies over query parameters, so when I upload the MCVE I'll also create an issue on the issue tracker 🙂
l
Nice, thank you