mirror of
https://github.com/wiremock/WireMock.Net.git
synced 2026-01-11 22:30:41 +01:00
When "StartAdminInterface" is true then each time is generated new mapping from the proxy #429
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 @marspox on GitHub (Jul 27, 2022).
Originally assigned to: @StefH on GitHub.
Describe the bug
Hi StefH
I have noticed that when the Admin Interface is enabled the wiremock.net ignores local mappings and creates each time new ones.
But when Admin Interface is off then maping from the proxy is created only when local mapping is missing.
Expected behavior:
When Admin interface is enabled wiremock should create a new mapping from the proxy only if local is missing.
Test to reproduce
@StefH commented on GitHub (Jul 30, 2022):
https://github.com/WireMock-Net/WireMock.Net/pull/778
@StefH commented on GitHub (Jul 30, 2022):
@marspox
Can you please test preview version
1.5.3-ci-16322?@StefH commented on GitHub (Aug 1, 2022):
@marspox Can you please test this?
@StefH commented on GitHub (Aug 6, 2022):
@marspox Can you please test this? If it works correct, I'll release a new official NuGet.
@StefH commented on GitHub (Aug 9, 2022):
PR is merged to main.
In some time a new official version will be released.