Closed groldan closed 2 years ago
Access rules were being applied in the wrong order, global rules first and service rules after, leading to the global /** rule matching service URLs that it shouldn't.
/**
Adds integration tests using WireMock.
interesting lib, I did not know about it
I've read about it, first time I used it though. Really nice.
Access rules were being applied in the wrong order, global rules first and service rules after, leading to the global
/**
rule matching service URLs that it shouldn't.Adds integration tests using WireMock.