Partial mapping #47

Closed
opened 2025-12-29 14:21:41 +01:00 by adam · 3 comments
Owner

Originally created by @alastairtree on GitHub (Nov 16, 2017).

Originally assigned to: @StefH on GitHub.

Great library, thanks! I cant see any docs/explanation on the "AllowPartialMapping" option? Have I missed them? What does it do?

Originally created by @alastairtree on GitHub (Nov 16, 2017). Originally assigned to: @StefH on GitHub. Great library, thanks! I cant see any docs/explanation on the "AllowPartialMapping" option? Have I missed them? What does it do?
adam added the question label 2025-12-29 14:21:41 +01:00
adam closed this issue 2025-12-29 14:21:41 +01:00
Author
Owner

@alastairtree commented on GitHub (Nov 16, 2017):

From the looks of the code partail mapping enabled changes the behavior when a request is received. By default only the first exactly matching request matcher with the highest priority is selected to respond to the request. With partial mapping enabled then a matcher that does not exactly match can still pick up the request based on a 'closest match' type algorithm. Is that the gist of it? If so an update to the docs would be appreciated.
Thanks

@alastairtree commented on GitHub (Nov 16, 2017): From the looks of the code partail mapping enabled changes the behavior when a request is received. By default only the first exactly matching request matcher with the highest priority is selected to respond to the request. With partial mapping enabled then a matcher that does not exactly match can still pick up the request based on a 'closest match' type algorithm. Is that the gist of it? If so an update to the docs would be appreciated. Thanks
Author
Owner

@StefH commented on GitHub (Nov 18, 2017):

See https://github.com/WireMock-Net/WireMock.Net/wiki/Settings

Is this clear?

@StefH commented on GitHub (Nov 18, 2017): See https://github.com/WireMock-Net/WireMock.Net/wiki/Settings Is this clear?
Author
Owner

@alastairtree commented on GitHub (Nov 18, 2017):

Perfect thanks.

@alastairtree commented on GitHub (Nov 18, 2017): Perfect thanks.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/WireMock.Net-wiremock#47