OK, to follow up on my question, i believe, that w...
# help
j
OK, to follow up on my question, i believe, that when 2 requests are send one after another, Wiremock somehow goes for custom matcher 1st, disregarding that url matcher does not match. So as a workaround i match the url in my extension too. It works now, although it makes code more polluted. Ofc you can also just catch exceptions and return noMatch in this case