mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 14:20:29 +01:00
Static mapping break from 1.2.17 to 1.2.18 and higher #299
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @henriquemotaesteves on GitHub (Oct 2, 2020).
Originally assigned to: @StefH on GitHub.
Describe the bug
A static mapping that works fine in version 1.2.17 stops working if the version is upgraded to version 1.2.18 or higher.
Expected behavior:
A success status is expected but we got a not found.
Test to reproduce
https://github.com/henriquemotaesteves/playground/tree/csharp/wiremock/1.2.17
https://github.com/henriquemotaesteves/playground/tree/csharp/wiremock/1.2.18
@StefH commented on GitHub (Oct 5, 2020):
@henriquemotaesteves, thank you very much for researching this bug. I'll take a look why this fails.
@StefH commented on GitHub (Oct 5, 2020):
@henriquemotaesteves
I think this issue is being fixed in PR https://github.com/WireMock-Net/WireMock.Net/pull/505
If you have time, can you please use
WireMock.Net.1.2.18-ci-13754.nupkg?@henriquemotaesteves commented on GitHub (Oct 7, 2020):
@StefH, this version fixed the problem.
https://github.com/henriquemotaesteves/playground/tree/csharp/wiremock/1.2.18-ci-13754
@StefH commented on GitHub (Oct 14, 2020):
@henriquemotaesteves Thanks for testing. I'll release a new version tonight.